"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/04/12 02:57:53 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-fapogov3seci" 2026/04/12 02:57:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/12 02:57:53 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/04/12 02:57:53 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/04/12 02:57:53 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/04/12 02:57:53 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/04/12 02:57:53 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell type "unix" from config 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Relative path resolved to "/rclone-test-fapogov3seci" 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Using root directory "/rclone-test-fapogov3seci" 2026/04/12 02:57:53 DEBUG : Creating backend with remote "/tmp/rclone2691894224" === RUN TestDirHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:53 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:53 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:53 DEBUG : dir: Looking for writers 2026/04/12 02:57:53 DEBUG : Looking for writers 2026/04/12 02:57:53 DEBUG : dir: reading active writers 2026/04/12 02:57:53 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.15s) === RUN TestDirHandleReaddir run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:53 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:53 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:54 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:54 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/subdir/file3" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/subdir/file3 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/subdir/file3" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-fapogov3seci/dir/subdir/file3 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:54 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/subdir/file3" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/subdir/file3 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/subdir/file3" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-fapogov3seci/dir/subdir/file3 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:54 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/04/12 02:57:54 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:54 DEBUG : dir/subdir: Looking for writers 2026/04/12 02:57:54 DEBUG : dir: Looking for writers 2026/04/12 02:57:54 DEBUG : file1: reading active writers 2026/04/12 02:57:54 DEBUG : file2: reading active writers 2026/04/12 02:57:54 DEBUG : subdir: reading active writers 2026/04/12 02:57:54 DEBUG : Looking for writers 2026/04/12 02:57:54 DEBUG : dir: reading active writers 2026/04/12 02:57:54 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.64s) === RUN TestDirHandleReaddirnames run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:54 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:54 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:54 DEBUG : dir: Looking for writers 2026/04/12 02:57:54 DEBUG : file1: reading active writers 2026/04/12 02:57:54 DEBUG : Looking for writers 2026/04/12 02:57:54 DEBUG : dir: reading active writers 2026/04/12 02:57:54 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.18s) === RUN TestDirMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:54 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:54 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:54 DEBUG : dir: Looking for writers 2026/04/12 02:57:54 DEBUG : Looking for writers 2026/04/12 02:57:54 DEBUG : dir: reading active writers 2026/04/12 02:57:54 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:54 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:54 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:55 DEBUG : dir: forgetting directory cache 2026/04/12 02:57:55 DEBUG : forgetting directory cache 2026/04/12 02:57:55 DEBUG : dir: forgetting directory cache 2026/04/12 02:57:55 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:55 DEBUG : Looking for writers 2026/04/12 02:57:55 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.22s) === RUN TestDirForgetPath run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:55 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:55 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/04/12 02:57:55 DEBUG : dir: invalidating directory cache 2026/04/12 02:57:55 DEBUG : >ForgetPath: 2026/04/12 02:57:55 DEBUG : ForgetPath: relativePath="dir", type=0 2026/04/12 02:57:55 DEBUG : invalidating directory cache 2026/04/12 02:57:55 DEBUG : dir: forgetting directory cache 2026/04/12 02:57:55 DEBUG : >ForgetPath: 2026/04/12 02:57:55 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/04/12 02:57:55 DEBUG : >ForgetPath: 2026/04/12 02:57:55 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:55 DEBUG : dir: Looking for writers 2026/04/12 02:57:55 DEBUG : Looking for writers 2026/04/12 02:57:55 DEBUG : dir: reading active writers 2026/04/12 02:57:55 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.23s) === RUN TestDirWalk run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:55 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/fil/a/b/c" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/fil/a/b/c 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/fil/a/b/c" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-fapogov3seci/fil/a/b/c 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:55 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/fil/a/b/c" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/fil/a/b/c 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/fil/a/b/c" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-fapogov3seci/fil/a/b/c 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:55 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:55 DEBUG : forgetting directory cache 2026/04/12 02:57:55 DEBUG : dir: forgetting directory cache 2026/04/12 02:57:55 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:55 DEBUG : dir: Looking for writers 2026/04/12 02:57:55 DEBUG : fil/a/b: Looking for writers 2026/04/12 02:57:55 DEBUG : fil/a: Looking for writers 2026/04/12 02:57:55 DEBUG : b: reading active writers 2026/04/12 02:57:55 DEBUG : fil: Looking for writers 2026/04/12 02:57:55 DEBUG : a: reading active writers 2026/04/12 02:57:55 DEBUG : Looking for writers 2026/04/12 02:57:55 DEBUG : dir: reading active writers 2026/04/12 02:57:55 DEBUG : fil: reading active writers 2026/04/12 02:57:55 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.66s) === RUN TestDirSetModTime run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:55 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:55 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:56 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:56 DEBUG : dir: Looking for writers 2026/04/12 02:57:56 DEBUG : Looking for writers 2026/04/12 02:57:56 DEBUG : dir: reading active writers 2026/04/12 02:57:56 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.23s) === RUN TestDirStat run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:56 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:56 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:56 DEBUG : dir: Looking for writers 2026/04/12 02:57:56 DEBUG : file1: reading active writers 2026/04/12 02:57:56 DEBUG : Looking for writers 2026/04/12 02:57:56 DEBUG : dir: reading active writers 2026/04/12 02:57:56 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.22s) === RUN TestDirReadDirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:56 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:56 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:56 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/subdir/file3" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/subdir/file3 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/subdir/file3" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-fapogov3seci/dir/subdir/file3 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:56 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/subdir/file3" 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/subdir/file3 2026/04/12 02:57:56 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/subdir/file3" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-fapogov3seci/dir/subdir/file3 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:57 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/04/12 02:57:57 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/04/12 02:57:57 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/04/12 02:57:57 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/12 02:57:57 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/04/12 02:57:57 DEBUG : Waiting for deletions to finish 2026/04/12 02:57:57 INFO : dir/subdir/file3: Deleted 2026/04/12 02:57:57 DEBUG : removing 1 level 2 directories 2026/04/12 02:57:57 INFO : dir/subdir: Removing directory 2026/04/12 02:57:57 DEBUG : dir: invalidating directory cache 2026/04/12 02:57:57 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/04/12 02:57:57 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/04/12 02:57:57 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/04/12 02:57:57 DEBUG : dir/file1: Reset virtual modtime 2026/04/12 02:57:57 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/04/12 02:57:57 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/12 02:57:57 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/04/12 02:57:57 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/04/12 02:57:57 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:57:57 DEBUG : dir: invalidating directory cache 2026/04/12 02:57:57 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/04/12 02:57:57 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/04/12 02:57:57 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/12 02:57:57 DEBUG : forgetting directory cache 2026/04/12 02:57:57 DEBUG : dir: forgetting directory cache 2026/04/12 02:57:57 DEBUG : dir/virtualDir: forgetting directory cache 2026/04/12 02:57:57 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:57 DEBUG : dir/virtualDir: Looking for writers 2026/04/12 02:57:57 DEBUG : dir: Looking for writers 2026/04/12 02:57:57 DEBUG : file1: reading active writers 2026/04/12 02:57:57 DEBUG : virtualFile2: reading active writers 2026/04/12 02:57:57 DEBUG : virtualFile: reading active writers 2026/04/12 02:57:57 DEBUG : virtualDir: reading active writers 2026/04/12 02:57:57 DEBUG : Looking for writers 2026/04/12 02:57:57 DEBUG : dir: reading active writers 2026/04/12 02:57:57 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.64s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:57 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:57 ERROR : dir/: Can only open directories read only 2026/04/12 02:57:57 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:57 DEBUG : dir: Looking for writers 2026/04/12 02:57:57 DEBUG : Looking for writers 2026/04/12 02:57:57 DEBUG : dir: reading active writers 2026/04/12 02:57:57 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:57 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:57 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:57:57 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/12 02:57:57 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/04/12 02:57:57 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (5 bytes), uploading instead of streaming 2026/04/12 02:57:57 DEBUG : dir/potato: size = 5 OK 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/potato" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/potato 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/potato" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/dir/potato 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:57 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:57:57 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/12 02:57:57 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/04/12 02:57:57 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/12 02:57:57 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:57 DEBUG : dir: Looking for writers 2026/04/12 02:57:57 DEBUG : file1: reading active writers 2026/04/12 02:57:57 DEBUG : potato: reading active writers 2026/04/12 02:57:57 DEBUG : Looking for writers 2026/04/12 02:57:57 DEBUG : dir: reading active writers 2026/04/12 02:57:57 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.43s) === RUN TestDirMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:57 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:57 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:58 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:58 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:58 DEBUG : dir/sub: Looking for writers 2026/04/12 02:57:58 DEBUG : dir: Looking for writers 2026/04/12 02:57:58 DEBUG : file1: reading active writers 2026/04/12 02:57:58 DEBUG : sub: reading active writers 2026/04/12 02:57:58 DEBUG : Looking for writers 2026/04/12 02:57:58 DEBUG : dir: reading active writers 2026/04/12 02:57:58 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.53s) === RUN TestDirMkdirSub run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:58 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:58 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/12 02:57:58 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:58 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:58 DEBUG : dir/sub/subsub: Looking for writers 2026/04/12 02:57:58 DEBUG : dir/sub: Looking for writers 2026/04/12 02:57:58 DEBUG : subsub: reading active writers 2026/04/12 02:57:58 DEBUG : dir: Looking for writers 2026/04/12 02:57:58 DEBUG : file1: reading active writers 2026/04/12 02:57:58 DEBUG : sub: reading active writers 2026/04/12 02:57:58 DEBUG : Looking for writers 2026/04/12 02:57:58 DEBUG : dir: reading active writers 2026/04/12 02:57:58 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.39s) === RUN TestDirRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:58 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:58 ERROR : dir/: Dir.Remove not empty 2026/04/12 02:57:58 DEBUG : dir/file1: Remove: 2026/04/12 02:57:58 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:57:58 DEBUG : dir/file1: >Remove: err= 2026/04/12 02:57:58 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/12 02:57:58 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:58 DEBUG : Looking for writers 2026/04/12 02:57:58 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:58 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:58 DEBUG : dir/file1: Remove: 2026/04/12 02:57:58 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:57:58 DEBUG : dir/file1: >Remove: err= 2026/04/12 02:57:58 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/12 02:57:58 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:58 DEBUG : Looking for writers 2026/04/12 02:57:58 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.17s) === RUN TestDirRemoveName run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:58 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:58 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:59 DEBUG : dir/file1: Remove: 2026/04/12 02:57:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:57:59 DEBUG : dir/file1: >Remove: err= 2026/04/12 02:57:59 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:57:59 DEBUG : dir: Looking for writers 2026/04/12 02:57:59 DEBUG : Looking for writers 2026/04/12 02:57:59 DEBUG : dir: reading active writers 2026/04/12 02:57:59 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:57:59 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file3" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file3 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file3" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-fapogov3seci/dir/file3 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:59 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file3" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file3 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file3" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-fapogov3seci/dir/file3 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:59 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/12 02:57:59 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/04/12 02:57:59 DEBUG : dir: Updating dir with dir2 0x3955b2b19ad0 2026/04/12 02:57:59 DEBUG : dir: forgetting directory cache 2026/04/12 02:57:59 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/12 02:57:59 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir2/file1" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir2/file1 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir2/file1" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir2/file1 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:57:59 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir2/file1" 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir2/file1 2026/04/12 02:57:59 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir2/file1" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir2/file1 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:00 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir2/file3" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir2/file3 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir2/file3" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-fapogov3seci/dir2/file3 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:00 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir2/file3" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir2/file3 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir2/file3" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-fapogov3seci/dir2/file3 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:00 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/12 02:58:00 INFO : dir2/file1: Moved (server-side) to: file2 2026/04/12 02:58:00 DEBUG : file2: Updating file with file2 0x3955b2b7b5c0 2026/04/12 02:58:00 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:00 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file2" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file2 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file2" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/file2 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:00 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file2" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/file2 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/file2" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/file2 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:00 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir2/file3" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir2/file3 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir2/file3" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-fapogov3seci/dir2/file3 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:00 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir2/file3" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir2/file3 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir2/file3" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-fapogov3seci/dir2/file3 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:00 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/12 02:58:00 INFO : dir2/file3: Deleted 2026/04/12 02:58:00 INFO : file2: Moved (server-side) to: dir2/file3 2026/04/12 02:58:00 DEBUG : dir2/file3: Updating file with dir2/file3 0x3955b2b7b5c0 2026/04/12 02:58:00 DEBUG : Added virtual directory entry vDel: "file2" 2026/04/12 02:58:00 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir2/file3" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir2/file3 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir2/file3" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir2/file3 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:00 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir2/file3" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir2/file3 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir2/file3" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir2/file3 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:00 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:00 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/04/12 02:58:00 DEBUG : empty directory: Updating dir with renamed empty directory 0x3955b29f4340 2026/04/12 02:58:00 DEBUG : empty directory: forgetting directory cache 2026/04/12 02:58:00 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/04/12 02:58:00 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/04/12 02:58:00 DEBUG : dir2: Renaming to "dir3" 2026/04/12 02:58:00 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:00 DEBUG : dir3: Looking for writers 2026/04/12 02:58:00 DEBUG : file3: reading active writers 2026/04/12 02:58:00 DEBUG : renamed empty directory: Looking for writers 2026/04/12 02:58:00 DEBUG : Looking for writers 2026/04/12 02:58:00 DEBUG : dir3: reading active writers 2026/04/12 02:58:00 DEBUG : renamed empty directory: reading active writers 2026/04/12 02:58:00 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.55s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:00 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:00 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:01 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/12 02:58:01 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:01 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/12 02:58:01 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/12 02:58:01 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/04/12 02:58:01 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/04/12 02:58:01 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/12 02:58:01 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:01 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/12 02:58:01 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/12 02:58:01 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/04/12 02:58:01 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/04/12 02:58:01 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (12 bytes), uploading instead of streaming 2026/04/12 02:58:01 DEBUG : dir/sub/file2: size = 12 OK 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/sub/file2" 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/sub/file2 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/sub/file2" 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-fapogov3seci/dir/sub/file2 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:01 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/04/12 02:58:01 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/04/12 02:58:01 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/04/12 02:58:01 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/12 02:58:01 DEBUG : forgetting directory cache 2026/04/12 02:58:01 DEBUG : dir: forgetting directory cache 2026/04/12 02:58:01 DEBUG : dir/sub: forgetting directory cache 2026/04/12 02:58:01 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/04/12 02:58:01 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (5 bytes), uploading instead of streaming 2026/04/12 02:58:01 DEBUG : dir/sub/file0: size = 5 OK 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/sub/file0" 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/sub/file0 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/sub/file0" 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/dir/sub/file0 2026/04/12 02:58:01 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:01 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:01 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/12 02:58:01 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/04/12 02:58:01 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/12 02:58:01 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:01 DEBUG : dir/sub: Looking for writers 2026/04/12 02:58:01 DEBUG : file0: reading active writers 2026/04/12 02:58:01 DEBUG : file2: reading active writers 2026/04/12 02:58:01 DEBUG : dir: Looking for writers 2026/04/12 02:58:01 DEBUG : file1: reading active writers 2026/04/12 02:58:01 DEBUG : sub: reading active writers 2026/04/12 02:58:01 DEBUG : Looking for writers 2026/04/12 02:58:01 DEBUG : dir: reading active writers 2026/04/12 02:58:01 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.42s) === RUN TestDirEntryModTimeInvalidation run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:01 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:01 DEBUG : forgetting directory cache 2026/04/12 02:58:02 DEBUG : forgetting directory cache 2026/04/12 02:58:02 DEBUG : dir: forgetting directory cache 2026/04/12 02:58:02 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:02 DEBUG : dir: Looking for writers 2026/04/12 02:58:02 DEBUG : Looking for writers 2026/04/12 02:58:02 DEBUG : dir: reading active writers 2026/04/12 02:58:02 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:02 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/04/12 02:58:02 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:02 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/04/12 02:58:02 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/04/12 02:58:02 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/04/12 02:58:02 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:02 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:02 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/04/12 02:58:02 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:02 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/04/12 02:58:02 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/04/12 02:58:02 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/04/12 02:58:02 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:02 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:02 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:02 DEBUG : dir: Looking for writers 2026/04/12 02:58:02 DEBUG : file1: reading active writers 2026/04/12 02:58:02 DEBUG : file1.metadata: reading active writers 2026/04/12 02:58:02 DEBUG : Looking for writers 2026/04/12 02:58:02 DEBUG : dir: reading active writers 2026/04/12 02:58:02 DEBUG : dir.metadata: reading active writers 2026/04/12 02:58:02 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.23s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:02 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:02 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:02 DEBUG : dir: Looking for writers 2026/04/12 02:58:02 DEBUG : file1: reading active writers 2026/04/12 02:58:02 DEBUG : Looking for writers 2026/04/12 02:58:02 DEBUG : dir: reading active writers 2026/04/12 02:58:02 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.18s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:02 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:02 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:03 DEBUG : Can set mod time: true 2026/04/12 02:58:03 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:03 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:03 DEBUG : dir: Looking for writers 2026/04/12 02:58:03 DEBUG : file1: reading active writers 2026/04/12 02:58:03 DEBUG : Looking for writers 2026/04/12 02:58:03 DEBUG : dir: reading active writers 2026/04/12 02:58:03 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:03 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:03 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/12 02:58:03 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/12 02:58:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (0 bytes), uploading instead of streaming 2026/04/12 02:58:03 DEBUG : dir/file1: size = 0 OK 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:03 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/12 02:58:03 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/12 02:58:03 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/12 02:58:03 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/12 02:58:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:03 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:03 DEBUG : dir: Looking for writers 2026/04/12 02:58:03 DEBUG : file1: reading active writers 2026/04/12 02:58:03 DEBUG : Looking for writers 2026/04/12 02:58:03 DEBUG : dir: reading active writers 2026/04/12 02:58:03 DEBUG : >WaitForWriters: 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:03 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:03 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/12 02:58:03 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:03 DEBUG : dir: Looking for writers 2026/04/12 02:58:03 DEBUG : file1: reading active writers 2026/04/12 02:58:03 DEBUG : Looking for writers 2026/04/12 02:58:03 DEBUG : dir: reading active writers 2026/04/12 02:58:03 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:03 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:03 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/12 02:58:03 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/12 02:58:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (5 bytes), uploading instead of streaming 2026/04/12 02:58:03 DEBUG : dir/file1: size = 5 OK 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:03 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:04 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:04 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/12 02:58:04 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/12 02:58:04 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/12 02:58:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:04 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:04 DEBUG : dir: Looking for writers 2026/04/12 02:58:04 DEBUG : file1: reading active writers 2026/04/12 02:58:04 DEBUG : Looking for writers 2026/04/12 02:58:04 DEBUG : dir: reading active writers 2026/04/12 02:58:04 DEBUG : >WaitForWriters: 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:04 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:04 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/12 02:58:04 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:04 DEBUG : dir: Looking for writers 2026/04/12 02:58:04 DEBUG : file1: reading active writers 2026/04/12 02:58:04 DEBUG : Looking for writers 2026/04/12 02:58:04 DEBUG : dir: reading active writers 2026/04/12 02:58:04 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:04 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:04 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:04 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:04 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:04 DEBUG : dir: Looking for writers 2026/04/12 02:58:04 DEBUG : file1: reading active writers 2026/04/12 02:58:04 DEBUG : Looking for writers 2026/04/12 02:58:04 DEBUG : dir: reading active writers 2026/04/12 02:58:04 DEBUG : >WaitForWriters: 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:04 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:04 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:04 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/12 02:58:04 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:04 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:04 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:04 DEBUG : dir/file1(0x3955b29ff3c0): close: 2026/04/12 02:58:04 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/12 02:58:04 DEBUG : dir/file1(0x3955b29ff3c0): >close: err= 2026/04/12 02:58:04 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:04 DEBUG : dir: Looking for writers 2026/04/12 02:58:04 DEBUG : file1: reading active writers 2026/04/12 02:58:04 DEBUG : Looking for writers 2026/04/12 02:58:04 DEBUG : dir: reading active writers 2026/04/12 02:58:04 DEBUG : >WaitForWriters: 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:04 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:05 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:05 DEBUG : dir: Looking for writers 2026/04/12 02:58:05 DEBUG : file1: reading active writers 2026/04/12 02:58:05 DEBUG : Looking for writers 2026/04/12 02:58:05 DEBUG : dir: reading active writers 2026/04/12 02:58:05 DEBUG : >WaitForWriters: 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:05 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:05 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:05 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/12 02:58:05 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:05 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:05 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:05 DEBUG : dir/file1(0x3955b2c241c0): _writeAt: size=5, off=0 2026/04/12 02:58:05 DEBUG : dir/file1(0x3955b2c241c0): openPending: 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:05 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/12 02:58:05 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/12 02:58:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:05 DEBUG : dir/file1(0x3955b2c241c0): >openPending: err= 2026/04/12 02:58:05 DEBUG : dir/file1(0x3955b2c241c0): >_writeAt: n=5, err= 2026/04/12 02:58:05 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/12 02:58:05 DEBUG : dir/file1(0x3955b2c241c0): close: 2026/04/12 02:58:05 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/04/12 02:58:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/04/12 02:58:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/04/12 02:58:05 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/12 02:58:05 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/12 02:58:05 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:05 DEBUG : dir/file1(0x3955b2c241c0): >close: err= 2026/04/12 02:58:05 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:05 DEBUG : dir: Looking for writers 2026/04/12 02:58:05 DEBUG : file1: reading active writers 2026/04/12 02:58:05 DEBUG : Looking for writers 2026/04/12 02:58:05 DEBUG : dir: reading active writers 2026/04/12 02:58:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:05 DEBUG : dir: Looking for writers 2026/04/12 02:58:05 DEBUG : file1: reading active writers 2026/04/12 02:58:05 DEBUG : Looking for writers 2026/04/12 02:58:05 DEBUG : dir: reading active writers 2026/04/12 02:58:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:05 DEBUG : dir: Looking for writers 2026/04/12 02:58:05 DEBUG : file1: reading active writers 2026/04/12 02:58:05 DEBUG : Looking for writers 2026/04/12 02:58:05 DEBUG : dir: reading active writers 2026/04/12 02:58:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:05 DEBUG : dir: Looking for writers 2026/04/12 02:58:05 DEBUG : file1: reading active writers 2026/04/12 02:58:05 DEBUG : Looking for writers 2026/04/12 02:58:05 DEBUG : dir: reading active writers 2026/04/12 02:58:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:05 DEBUG : dir/file1: vfs cache: starting upload 2026/04/12 02:58:05 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1.2f98c60a.partial" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1.2f98c60a.partial 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1.2f98c60a.partial" 2026/04/12 02:58:05 DEBUG : dir: Looking for writers 2026/04/12 02:58:05 DEBUG : file1: reading active writers 2026/04/12 02:58:05 DEBUG : Looking for writers 2026/04/12 02:58:05 DEBUG : dir: reading active writers 2026/04/12 02:58:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-fapogov3seci/dir/file1.2f98c60a.partial 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:05 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/12 02:58:05 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/04/12 02:58:05 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/04/12 02:58:05 INFO : dir/file1: Copied (replaced existing) 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:05 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/12 02:58:05 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/04/12 02:58:05 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/12 02:58:05 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/04/12 02:58:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:05 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/12 02:58:05 DEBUG : dir: Looking for writers 2026/04/12 02:58:05 DEBUG : file1: reading active writers 2026/04/12 02:58:05 DEBUG : Looking for writers 2026/04/12 02:58:05 DEBUG : dir: reading active writers 2026/04/12 02:58:05 DEBUG : >WaitForWriters: 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:05 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:05 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/04/12 02:58:05 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:05 DEBUG : dir: Looking for writers 2026/04/12 02:58:05 DEBUG : file1: reading active writers 2026/04/12 02:58:05 DEBUG : Looking for writers 2026/04/12 02:58:05 DEBUG : dir: reading active writers 2026/04/12 02:58:05 DEBUG : >WaitForWriters: 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.10s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.53s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.52s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.38s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.45s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.80s) === RUN TestFileOpenRead run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:05 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:05 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:06 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/12 02:58:06 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/12 02:58:06 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:06 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:06 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:06 DEBUG : dir: Looking for writers 2026/04/12 02:58:06 DEBUG : file1: reading active writers 2026/04/12 02:58:06 DEBUG : Looking for writers 2026/04/12 02:58:06 DEBUG : dir: reading active writers 2026/04/12 02:58:06 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.33s) === RUN TestFileOpenReadUnknownSize 2026/04/12 02:58:06 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/04/12 02:58:06 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/12 02:58:06 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:06 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/04/12 02:58:06 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:06 DEBUG : Looking for writers 2026/04/12 02:58:06 DEBUG : file.txt: reading active writers 2026/04/12 02:58:06 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:06 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (25 bytes), uploading instead of streaming 2026/04/12 02:58:06 DEBUG : dir/file1: size = 25 OK 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:06 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:06 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/12 02:58:06 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/12 02:58:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:06 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:06 DEBUG : dir: Looking for writers 2026/04/12 02:58:06 DEBUG : file1: reading active writers 2026/04/12 02:58:06 DEBUG : Looking for writers 2026/04/12 02:58:06 DEBUG : dir: reading active writers 2026/04/12 02:58:06 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.28s) === RUN TestFileRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:06 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:06 DEBUG : dir/file1: Remove: 2026/04/12 02:58:06 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:06 DEBUG : dir/file1: >Remove: err= 2026/04/12 02:58:06 DEBUG : dir/file1: Remove: 2026/04/12 02:58:06 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/12 02:58:06 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:06 DEBUG : dir: Looking for writers 2026/04/12 02:58:06 DEBUG : Looking for writers 2026/04/12 02:58:06 DEBUG : dir: reading active writers 2026/04/12 02:58:06 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.19s) === RUN TestFileRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:06 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:06 DEBUG : dir/file1: Remove: 2026/04/12 02:58:06 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:06 DEBUG : dir/file1: >Remove: err= 2026/04/12 02:58:06 DEBUG : dir/file1: Remove: 2026/04/12 02:58:06 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/12 02:58:06 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:06 DEBUG : dir: Looking for writers 2026/04/12 02:58:06 DEBUG : Looking for writers 2026/04/12 02:58:06 DEBUG : dir: reading active writers 2026/04/12 02:58:06 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.20s) === RUN TestFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:06 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:06 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:07 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/12 02:58:07 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/12 02:58:07 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/12 02:58:07 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/12 02:58:07 DEBUG : dir/file1: Open: flags=O_RDWR 2026/04/12 02:58:07 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/12 02:58:07 DEBUG : dir/file1: Open: flags=0x3 2026/04/12 02:58:07 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/04/12 02:58:07 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/04/12 02:58:07 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:07 DEBUG : dir: Looking for writers 2026/04/12 02:58:07 DEBUG : file1: reading active writers 2026/04/12 02:58:07 DEBUG : Looking for writers 2026/04/12 02:58:07 DEBUG : dir: reading active writers 2026/04/12 02:58:07 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:07 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:07 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:07 DEBUG : dir: Looking for writers 2026/04/12 02:58:07 DEBUG : file1: reading active writers 2026/04/12 02:58:07 DEBUG : Looking for writers 2026/04/12 02:58:07 DEBUG : dir: reading active writers 2026/04/12 02:58:07 DEBUG : >WaitForWriters: 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:07 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/12 02:58:07 DEBUG : newLeaf: Updating file with newLeaf 0x3955b28089c0 2026/04/12 02:58:07 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:07 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:07 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:07 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:07 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/12 02:58:07 DEBUG : dir/file1: Updating file with dir/file1 0x3955b28089c0 2026/04/12 02:58:07 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/12 02:58:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:07 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/12 02:58:07 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/12 02:58:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:07 DEBUG : dir/file1: File is currently open, delaying rename 0x3955b28089c0 2026/04/12 02:58:07 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:07 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (25 bytes), uploading instead of streaming 2026/04/12 02:58:07 DEBUG : dir/file1: size = 25 OK 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:07 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:07 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/12 02:58:07 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/12 02:58:07 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:07 DEBUG : newLeaf: Running delayed rename now 2026/04/12 02:58:07 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/12 02:58:07 DEBUG : newLeaf: Updating file with newLeaf 0x3955b28089c0 2026/04/12 02:58:07 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:07 DEBUG : dir: Looking for writers 2026/04/12 02:58:07 DEBUG : Looking for writers 2026/04/12 02:58:07 DEBUG : dir: reading active writers 2026/04/12 02:58:07 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:07 DEBUG : >WaitForWriters: 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:07 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:08 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:08 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/12 02:58:08 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:08 DEBUG : dir: Looking for writers 2026/04/12 02:58:08 DEBUG : Looking for writers 2026/04/12 02:58:08 DEBUG : dir: reading active writers 2026/04/12 02:58:08 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:08 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:08 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:08 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:08 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:08 DEBUG : dir: Looking for writers 2026/04/12 02:58:08 DEBUG : file1: reading active writers 2026/04/12 02:58:08 DEBUG : Looking for writers 2026/04/12 02:58:08 DEBUG : dir: reading active writers 2026/04/12 02:58:08 DEBUG : >WaitForWriters: 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:08 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/12 02:58:08 DEBUG : newLeaf: Updating file with newLeaf 0x3955b2b7a6c0 2026/04/12 02:58:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:08 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:08 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:08 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:08 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/12 02:58:08 DEBUG : dir/file1: Updating file with dir/file1 0x3955b2b7a6c0 2026/04/12 02:58:08 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/12 02:58:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:08 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/12 02:58:08 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/12 02:58:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:08 DEBUG : dir/file1: File is currently open, delaying rename 0x3955b2b7a6c0 2026/04/12 02:58:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:08 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (25 bytes), uploading instead of streaming 2026/04/12 02:58:08 DEBUG : dir/file1: size = 25 OK 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:08 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:09 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:09 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/12 02:58:09 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/12 02:58:09 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:09 DEBUG : newLeaf: Running delayed rename now 2026/04/12 02:58:09 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/12 02:58:09 DEBUG : newLeaf: Updating file with newLeaf 0x3955b2b7a6c0 2026/04/12 02:58:09 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:09 DEBUG : dir: Looking for writers 2026/04/12 02:58:09 DEBUG : Looking for writers 2026/04/12 02:58:09 DEBUG : dir: reading active writers 2026/04/12 02:58:09 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:09 DEBUG : >WaitForWriters: 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:09 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:09 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/12 02:58:09 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:09 DEBUG : dir: Looking for writers 2026/04/12 02:58:09 DEBUG : Looking for writers 2026/04/12 02:58:09 DEBUG : dir: reading active writers 2026/04/12 02:58:09 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:09 DEBUG : >WaitForWriters: 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:09 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:09 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:09 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/12 02:58:09 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:09 DEBUG : dir/file1(0x3955b2f934c0): openPending: 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:09 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/12 02:58:09 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/12 02:58:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:09 DEBUG : dir/file1(0x3955b2f934c0): >openPending: err= 2026/04/12 02:58:09 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/12 02:58:09 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:09 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:09 DEBUG : dir/file1(0x3955b2f934c0): _writeAt: size=14, off=0 2026/04/12 02:58:09 DEBUG : dir/file1(0x3955b2f934c0): >_writeAt: n=14, err= 2026/04/12 02:58:09 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/12 02:58:09 DEBUG : dir/file1(0x3955b2f934c0): close: 2026/04/12 02:58:09 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/12 02:58:09 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/12 02:58:09 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:09 DEBUG : dir/file1(0x3955b2f934c0): >close: err= 2026/04/12 02:58:09 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:09 DEBUG : dir: Looking for writers 2026/04/12 02:58:09 DEBUG : file1: reading active writers 2026/04/12 02:58:09 DEBUG : Looking for writers 2026/04/12 02:58:09 DEBUG : dir: reading active writers 2026/04/12 02:58:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:09 DEBUG : dir: Looking for writers 2026/04/12 02:58:09 DEBUG : file1: reading active writers 2026/04/12 02:58:09 DEBUG : Looking for writers 2026/04/12 02:58:09 DEBUG : dir: reading active writers 2026/04/12 02:58:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:09 DEBUG : dir: Looking for writers 2026/04/12 02:58:09 DEBUG : file1: reading active writers 2026/04/12 02:58:09 DEBUG : Looking for writers 2026/04/12 02:58:09 DEBUG : dir: reading active writers 2026/04/12 02:58:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:09 DEBUG : dir: Looking for writers 2026/04/12 02:58:09 DEBUG : file1: reading active writers 2026/04/12 02:58:09 DEBUG : Looking for writers 2026/04/12 02:58:09 DEBUG : dir: reading active writers 2026/04/12 02:58:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:09 DEBUG : dir/file1: vfs cache: starting upload 2026/04/12 02:58:09 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1.ca338588.partial" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1.ca338588.partial 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1.ca338588.partial" 2026/04/12 02:58:09 DEBUG : dir: Looking for writers 2026/04/12 02:58:09 DEBUG : file1: reading active writers 2026/04/12 02:58:09 DEBUG : Looking for writers 2026/04/12 02:58:09 DEBUG : dir: reading active writers 2026/04/12 02:58:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1.ca338588.partial 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:09 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:09 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/12 02:58:09 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/12 02:58:09 INFO : dir/file1: Copied (replaced existing) 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:09 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/12 02:58:09 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/12 02:58:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:09 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/12 02:58:09 DEBUG : dir: Looking for writers 2026/04/12 02:58:09 DEBUG : file1: reading active writers 2026/04/12 02:58:09 DEBUG : Looking for writers 2026/04/12 02:58:09 DEBUG : dir: reading active writers 2026/04/12 02:58:09 DEBUG : >WaitForWriters: 2026/04/12 02:58:09 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/12 02:58:09 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:09 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:09 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:09 DEBUG : dir/file1(0x3955b2964640): _readAt: size=512, off=0 2026/04/12 02:58:09 DEBUG : dir/file1(0x3955b2964640): openPending: 2026/04/12 02:58:09 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/12 02:58:09 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/12 02:58:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:09 DEBUG : dir/file1(0x3955b2964640): >openPending: err= 2026/04/12 02:58:09 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/12 02:58:09 DEBUG : dir/file1(0x3955b2964640): >_readAt: n=14, err=EOF 2026/04/12 02:58:09 DEBUG : dir/file1(0x3955b2964640): close: 2026/04/12 02:58:09 DEBUG : dir/file1(0x3955b2964640): >close: err= 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:09 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:09 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:10 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:10 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/12 02:58:10 DEBUG : newLeaf: Updating file with newLeaf 0x3955b2809740 2026/04/12 02:58:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:10 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:10 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:10 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:10 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:10 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/12 02:58:10 DEBUG : dir/file1: Updating file with dir/file1 0x3955b2809740 2026/04/12 02:58:10 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/12 02:58:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:10 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/12 02:58:10 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:10 DEBUG : dir/file1(0x3955b2965d00): openPending: 2026/04/12 02:58:10 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/12 02:58:10 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/12 02:58:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:10 DEBUG : dir/file1(0x3955b2965d00): >openPending: err= 2026/04/12 02:58:10 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/12 02:58:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:10 DEBUG : dir/file1(0x3955b2965d00): _writeAt: size=25, off=0 2026/04/12 02:58:10 DEBUG : dir/file1(0x3955b2965d00): >_writeAt: n=25, err= 2026/04/12 02:58:10 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:10 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:10 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/12 02:58:10 DEBUG : newLeaf: Updating file with newLeaf 0x3955b2809740 2026/04/12 02:58:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:10 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:10 DEBUG : newLeaf(0x3955b2965d00): close: 2026/04/12 02:58:10 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/12 02:58:10 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-12 02:58:10.525326143 +0000 UTC m=+17.022592942 2026/04/12 02:58:10 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:10 DEBUG : newLeaf(0x3955b2965d00): >close: err= 2026/04/12 02:58:10 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:10 DEBUG : dir: Looking for writers 2026/04/12 02:58:10 DEBUG : Looking for writers 2026/04/12 02:58:10 DEBUG : dir: reading active writers 2026/04/12 02:58:10 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:10 DEBUG : dir: Looking for writers 2026/04/12 02:58:10 DEBUG : Looking for writers 2026/04/12 02:58:10 DEBUG : dir: reading active writers 2026/04/12 02:58:10 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:10 DEBUG : dir: Looking for writers 2026/04/12 02:58:10 DEBUG : Looking for writers 2026/04/12 02:58:10 DEBUG : dir: reading active writers 2026/04/12 02:58:10 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:10 DEBUG : dir: Looking for writers 2026/04/12 02:58:10 DEBUG : Looking for writers 2026/04/12 02:58:10 DEBUG : dir: reading active writers 2026/04/12 02:58:10 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:10 DEBUG : newLeaf: vfs cache: starting upload 2026/04/12 02:58:10 DEBUG : newLeaf.1264f51e.partial: size = 25 OK 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf.1264f51e.partial" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf.1264f51e.partial 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf.1264f51e.partial" 2026/04/12 02:58:10 DEBUG : dir: Looking for writers 2026/04/12 02:58:10 DEBUG : Looking for writers 2026/04/12 02:58:10 DEBUG : dir: reading active writers 2026/04/12 02:58:10 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/newLeaf.1264f51e.partial 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:10 DEBUG : newLeaf.1264f51e.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:10 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/12 02:58:10 DEBUG : newLeaf.1264f51e.partial: renamed to: newLeaf 2026/04/12 02:58:10 INFO : newLeaf: Copied (replaced existing) 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:10 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:10 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-12 02:58:10 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/12 02:58:10 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/12 02:58:10 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:10 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/12 02:58:10 DEBUG : dir: Looking for writers 2026/04/12 02:58:10 DEBUG : Looking for writers 2026/04/12 02:58:10 DEBUG : dir: reading active writers 2026/04/12 02:58:10 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:10 DEBUG : >WaitForWriters: 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:10 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:11 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:11 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/12 02:58:11 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:11 DEBUG : dir: Looking for writers 2026/04/12 02:58:11 DEBUG : Looking for writers 2026/04/12 02:58:11 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:11 DEBUG : dir: reading active writers 2026/04/12 02:58:11 DEBUG : >WaitForWriters: 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:11 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:11 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:11 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:11 DEBUG : dir: Looking for writers 2026/04/12 02:58:11 DEBUG : file1: reading active writers 2026/04/12 02:58:11 DEBUG : Looking for writers 2026/04/12 02:58:11 DEBUG : dir: reading active writers 2026/04/12 02:58:11 DEBUG : >WaitForWriters: 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:11 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/12 02:58:11 DEBUG : newLeaf: Updating file with newLeaf 0x3955b235f500 2026/04/12 02:58:11 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:11 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:11 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:11 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:11 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/12 02:58:11 DEBUG : dir/file1: Updating file with dir/file1 0x3955b235f500 2026/04/12 02:58:11 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/12 02:58:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:11 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:12 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/12 02:58:12 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:12 DEBUG : dir/file1(0x3955b2cc99c0): openPending: 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:12 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/12 02:58:12 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/12 02:58:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:12 DEBUG : dir/file1(0x3955b2cc99c0): >openPending: err= 2026/04/12 02:58:12 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/12 02:58:12 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:12 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:12 DEBUG : dir/file1(0x3955b2cc99c0): _writeAt: size=25, off=0 2026/04/12 02:58:12 DEBUG : dir/file1(0x3955b2cc99c0): >_writeAt: n=25, err= 2026/04/12 02:58:12 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:12 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:12 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/12 02:58:12 DEBUG : newLeaf: Updating file with newLeaf 0x3955b235f500 2026/04/12 02:58:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:12 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:12 DEBUG : newLeaf(0x3955b2cc99c0): close: 2026/04/12 02:58:12 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/12 02:58:12 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-12 02:58:12.140889207 +0000 UTC m=+18.638156005 2026/04/12 02:58:12 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:12 DEBUG : newLeaf(0x3955b2cc99c0): >close: err= 2026/04/12 02:58:12 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:12 DEBUG : dir: Looking for writers 2026/04/12 02:58:12 DEBUG : Looking for writers 2026/04/12 02:58:12 DEBUG : dir: reading active writers 2026/04/12 02:58:12 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:12 DEBUG : dir: Looking for writers 2026/04/12 02:58:12 DEBUG : Looking for writers 2026/04/12 02:58:12 DEBUG : dir: reading active writers 2026/04/12 02:58:12 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:12 DEBUG : dir: Looking for writers 2026/04/12 02:58:12 DEBUG : Looking for writers 2026/04/12 02:58:12 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:12 DEBUG : dir: reading active writers 2026/04/12 02:58:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:12 DEBUG : dir: Looking for writers 2026/04/12 02:58:12 DEBUG : Looking for writers 2026/04/12 02:58:12 DEBUG : dir: reading active writers 2026/04/12 02:58:12 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:12 DEBUG : newLeaf: vfs cache: starting upload 2026/04/12 02:58:12 DEBUG : newLeaf.804f6fe6.partial: size = 25 OK 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf.804f6fe6.partial" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf.804f6fe6.partial 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf.804f6fe6.partial" 2026/04/12 02:58:12 DEBUG : dir: Looking for writers 2026/04/12 02:58:12 DEBUG : Looking for writers 2026/04/12 02:58:12 DEBUG : dir: reading active writers 2026/04/12 02:58:12 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/newLeaf.804f6fe6.partial 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:12 DEBUG : newLeaf.804f6fe6.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:12 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/12 02:58:12 DEBUG : newLeaf.804f6fe6.partial: renamed to: newLeaf 2026/04/12 02:58:12 INFO : newLeaf: Copied (replaced existing) 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:12 DEBUG : dir: Looking for writers 2026/04/12 02:58:12 DEBUG : Looking for writers 2026/04/12 02:58:12 DEBUG : dir: reading active writers 2026/04/12 02:58:12 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:12 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:12 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-12 02:58:12 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/12 02:58:12 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/12 02:58:12 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:12 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/12 02:58:12 DEBUG : >WaitForWriters: 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:12 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:12 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/12 02:58:12 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:12 DEBUG : dir: Looking for writers 2026/04/12 02:58:12 DEBUG : Looking for writers 2026/04/12 02:58:12 DEBUG : dir: reading active writers 2026/04/12 02:58:12 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:12 DEBUG : >WaitForWriters: 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:12 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:12 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:12 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/12 02:58:12 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:12 DEBUG : dir/file1(0x3955b2ad0240): openPending: 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:12 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:13 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/12 02:58:13 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/12 02:58:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:13 DEBUG : dir/file1(0x3955b2ad0240): >openPending: err= 2026/04/12 02:58:13 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/12 02:58:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:13 DEBUG : dir/file1(0x3955b2ad0240): _writeAt: size=14, off=0 2026/04/12 02:58:13 DEBUG : dir/file1(0x3955b2ad0240): >_writeAt: n=14, err= 2026/04/12 02:58:13 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/12 02:58:13 DEBUG : dir/file1(0x3955b2ad0240): close: 2026/04/12 02:58:13 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/12 02:58:13 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/12 02:58:13 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:13 DEBUG : dir/file1(0x3955b2ad0240): >close: err= 2026/04/12 02:58:13 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:13 DEBUG : dir: Looking for writers 2026/04/12 02:58:13 DEBUG : file1: reading active writers 2026/04/12 02:58:13 DEBUG : Looking for writers 2026/04/12 02:58:13 DEBUG : dir: reading active writers 2026/04/12 02:58:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:13 DEBUG : dir: Looking for writers 2026/04/12 02:58:13 DEBUG : file1: reading active writers 2026/04/12 02:58:13 DEBUG : Looking for writers 2026/04/12 02:58:13 DEBUG : dir: reading active writers 2026/04/12 02:58:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:13 DEBUG : dir: Looking for writers 2026/04/12 02:58:13 DEBUG : file1: reading active writers 2026/04/12 02:58:13 DEBUG : Looking for writers 2026/04/12 02:58:13 DEBUG : dir: reading active writers 2026/04/12 02:58:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:13 DEBUG : dir: Looking for writers 2026/04/12 02:58:13 DEBUG : file1: reading active writers 2026/04/12 02:58:13 DEBUG : Looking for writers 2026/04/12 02:58:13 DEBUG : dir: reading active writers 2026/04/12 02:58:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:13 DEBUG : dir/file1: vfs cache: starting upload 2026/04/12 02:58:13 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1.ca338588.partial" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1.ca338588.partial 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1.ca338588.partial" 2026/04/12 02:58:13 DEBUG : dir: Looking for writers 2026/04/12 02:58:13 DEBUG : file1: reading active writers 2026/04/12 02:58:13 DEBUG : Looking for writers 2026/04/12 02:58:13 DEBUG : dir: reading active writers 2026/04/12 02:58:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1.ca338588.partial 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:13 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:13 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/12 02:58:13 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/12 02:58:13 INFO : dir/file1: Copied (replaced existing) 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:13 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/12 02:58:13 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/12 02:58:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:13 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/12 02:58:13 DEBUG : dir: Looking for writers 2026/04/12 02:58:13 DEBUG : file1: reading active writers 2026/04/12 02:58:13 DEBUG : Looking for writers 2026/04/12 02:58:13 DEBUG : dir: reading active writers 2026/04/12 02:58:13 DEBUG : >WaitForWriters: 2026/04/12 02:58:13 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/12 02:58:13 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:13 DEBUG : dir/file1(0x3955b26eb240): _readAt: size=512, off=0 2026/04/12 02:58:13 DEBUG : dir/file1(0x3955b26eb240): openPending: 2026/04/12 02:58:13 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/12 02:58:13 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/12 02:58:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:13 DEBUG : dir/file1(0x3955b26eb240): >openPending: err= 2026/04/12 02:58:13 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/12 02:58:13 DEBUG : dir/file1(0x3955b26eb240): >_readAt: n=14, err=EOF 2026/04/12 02:58:13 DEBUG : dir/file1(0x3955b26eb240): close: 2026/04/12 02:58:13 DEBUG : dir/file1(0x3955b26eb240): >close: err= 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:13 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:13 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:13 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/12 02:58:13 DEBUG : newLeaf: Updating file with newLeaf 0x3955b2ad60c0 2026/04/12 02:58:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:13 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:13 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:13 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:13 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/12 02:58:13 DEBUG : dir/file1: Updating file with dir/file1 0x3955b2ad60c0 2026/04/12 02:58:13 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/12 02:58:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:13 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:14 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/12 02:58:14 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:14 DEBUG : dir/file1(0x3955b25b1e40): openPending: 2026/04/12 02:58:14 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/12 02:58:14 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/12 02:58:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:14 DEBUG : dir/file1(0x3955b25b1e40): >openPending: err= 2026/04/12 02:58:14 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/12 02:58:14 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:14 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:14 DEBUG : dir/file1(0x3955b25b1e40): _writeAt: size=25, off=0 2026/04/12 02:58:14 DEBUG : dir/file1(0x3955b25b1e40): >_writeAt: n=25, err= 2026/04/12 02:58:14 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:14 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:14 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/12 02:58:14 DEBUG : newLeaf: Updating file with newLeaf 0x3955b2ad60c0 2026/04/12 02:58:14 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:14 DEBUG : newLeaf(0x3955b25b1e40): close: 2026/04/12 02:58:14 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/12 02:58:14 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-12 02:58:14.183974299 +0000 UTC m=+20.681241097 2026/04/12 02:58:14 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:14 DEBUG : newLeaf(0x3955b25b1e40): >close: err= 2026/04/12 02:58:14 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:14 DEBUG : dir: Looking for writers 2026/04/12 02:58:14 DEBUG : Looking for writers 2026/04/12 02:58:14 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:14 DEBUG : dir: reading active writers 2026/04/12 02:58:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:14 DEBUG : dir: Looking for writers 2026/04/12 02:58:14 DEBUG : Looking for writers 2026/04/12 02:58:14 DEBUG : dir: reading active writers 2026/04/12 02:58:14 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:14 DEBUG : dir: Looking for writers 2026/04/12 02:58:14 DEBUG : Looking for writers 2026/04/12 02:58:14 DEBUG : dir: reading active writers 2026/04/12 02:58:14 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:14 DEBUG : dir: Looking for writers 2026/04/12 02:58:14 DEBUG : Looking for writers 2026/04/12 02:58:14 DEBUG : dir: reading active writers 2026/04/12 02:58:14 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:14 DEBUG : newLeaf: vfs cache: starting upload 2026/04/12 02:58:14 DEBUG : newLeaf.bbd47b6e.partial: size = 25 OK 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf.bbd47b6e.partial" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf.bbd47b6e.partial 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf.bbd47b6e.partial" 2026/04/12 02:58:14 DEBUG : dir: Looking for writers 2026/04/12 02:58:14 DEBUG : Looking for writers 2026/04/12 02:58:14 DEBUG : dir: reading active writers 2026/04/12 02:58:14 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/newLeaf.bbd47b6e.partial 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:14 DEBUG : newLeaf.bbd47b6e.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:14 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/12 02:58:14 DEBUG : newLeaf.bbd47b6e.partial: renamed to: newLeaf 2026/04/12 02:58:14 INFO : newLeaf: Copied (replaced existing) 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:14 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:14 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-12 02:58:14 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/12 02:58:14 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/12 02:58:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:14 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/12 02:58:14 DEBUG : dir: Looking for writers 2026/04/12 02:58:14 DEBUG : Looking for writers 2026/04/12 02:58:14 DEBUG : dir: reading active writers 2026/04/12 02:58:14 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:14 DEBUG : >WaitForWriters: 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:14 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:14 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/12 02:58:14 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:14 DEBUG : dir: Looking for writers 2026/04/12 02:58:14 DEBUG : Looking for writers 2026/04/12 02:58:14 DEBUG : dir: reading active writers 2026/04/12 02:58:14 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:14 DEBUG : >WaitForWriters: 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:14 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:14 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:14 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:15 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:15 DEBUG : dir: Looking for writers 2026/04/12 02:58:15 DEBUG : file1: reading active writers 2026/04/12 02:58:15 DEBUG : Looking for writers 2026/04/12 02:58:15 DEBUG : dir: reading active writers 2026/04/12 02:58:15 DEBUG : >WaitForWriters: 2026/04/12 02:58:15 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/12 02:58:15 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:15 DEBUG : dir/file1(0x3955b29ffd00): _readAt: size=512, off=0 2026/04/12 02:58:15 DEBUG : dir/file1(0x3955b29ffd00): openPending: 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:15 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/12 02:58:15 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/12 02:58:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:15 DEBUG : dir/file1(0x3955b29ffd00): >openPending: err= 2026/04/12 02:58:15 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/04/12 02:58:15 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:15 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:15 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:15 DEBUG : dir/file1(0x3955b29ffd00): >_readAt: n=14, err=EOF 2026/04/12 02:58:15 DEBUG : dir/file1(0x3955b29ffd00): close: 2026/04/12 02:58:15 DEBUG : dir/file1(0x3955b29ffd00): >close: err= 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:15 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:15 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:15 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/12 02:58:15 DEBUG : newLeaf: Updating file with newLeaf 0x3955b235f5c0 2026/04/12 02:58:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:15 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:15 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:15 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:15 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:15 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/12 02:58:15 DEBUG : dir/file1: Updating file with dir/file1 0x3955b235f5c0 2026/04/12 02:58:15 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/12 02:58:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:15 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/12 02:58:15 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:15 DEBUG : dir/file1(0x3955b2940400): openPending: 2026/04/12 02:58:15 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/12 02:58:15 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/12 02:58:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:15 DEBUG : dir/file1(0x3955b2940400): >openPending: err= 2026/04/12 02:58:15 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/12 02:58:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:15 DEBUG : dir/file1(0x3955b2940400): _writeAt: size=25, off=0 2026/04/12 02:58:15 DEBUG : dir/file1(0x3955b2940400): >_writeAt: n=25, err= 2026/04/12 02:58:15 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:15 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:16 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:16 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/12 02:58:16 DEBUG : newLeaf: Updating file with newLeaf 0x3955b235f5c0 2026/04/12 02:58:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:16 DEBUG : newLeaf(0x3955b2940400): close: 2026/04/12 02:58:16 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/12 02:58:16 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-12 02:58:15.931852206 +0000 UTC m=+22.429119014 2026/04/12 02:58:16 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:16 DEBUG : newLeaf(0x3955b2940400): >close: err= 2026/04/12 02:58:16 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:16 DEBUG : dir: Looking for writers 2026/04/12 02:58:16 DEBUG : Looking for writers 2026/04/12 02:58:16 DEBUG : dir: reading active writers 2026/04/12 02:58:16 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:16 DEBUG : dir: Looking for writers 2026/04/12 02:58:16 DEBUG : Looking for writers 2026/04/12 02:58:16 DEBUG : dir: reading active writers 2026/04/12 02:58:16 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:16 DEBUG : dir: Looking for writers 2026/04/12 02:58:16 DEBUG : Looking for writers 2026/04/12 02:58:16 DEBUG : dir: reading active writers 2026/04/12 02:58:16 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:16 DEBUG : dir: Looking for writers 2026/04/12 02:58:16 DEBUG : Looking for writers 2026/04/12 02:58:16 DEBUG : dir: reading active writers 2026/04/12 02:58:16 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:16 DEBUG : newLeaf: vfs cache: starting upload 2026/04/12 02:58:16 DEBUG : newLeaf.f439a33d.partial: size = 25 OK 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf.f439a33d.partial" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf.f439a33d.partial 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf.f439a33d.partial" 2026/04/12 02:58:16 DEBUG : dir: Looking for writers 2026/04/12 02:58:16 DEBUG : Looking for writers 2026/04/12 02:58:16 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:16 DEBUG : dir: reading active writers 2026/04/12 02:58:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/newLeaf.f439a33d.partial 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:16 DEBUG : newLeaf.f439a33d.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:16 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/12 02:58:16 DEBUG : newLeaf.f439a33d.partial: renamed to: newLeaf 2026/04/12 02:58:16 INFO : newLeaf: Copied (replaced existing) 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:16 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:16 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-12 02:58:15 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/12 02:58:16 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/12 02:58:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/12 02:58:16 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/12 02:58:16 DEBUG : dir: Looking for writers 2026/04/12 02:58:16 DEBUG : Looking for writers 2026/04/12 02:58:16 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:16 DEBUG : dir: reading active writers 2026/04/12 02:58:16 DEBUG : >WaitForWriters: 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:16 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/newLeaf" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-fapogov3seci/newLeaf 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:16 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/12 02:58:16 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:16 DEBUG : dir: Looking for writers 2026/04/12 02:58:16 DEBUG : Looking for writers 2026/04/12 02:58:16 DEBUG : dir: reading active writers 2026/04/12 02:58:16 DEBUG : newLeaf: reading active writers 2026/04/12 02:58:16 DEBUG : >WaitForWriters: 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestFileRename (9.42s) --- PASS: TestFileRename/off,forceCache=false (1.05s) --- PASS: TestFileRename/minimal,forceCache=false (1.08s) --- PASS: TestFileRename/minimal,forceCache=true (1.91s) --- PASS: TestFileRename/writes,forceCache=false (1.62s) --- PASS: TestFileRename/writes,forceCache=true (2.04s) --- PASS: TestFileRename/full,forceCache=false (1.71s) === RUN TestFileStructSize file_test.go:419: File struct has size 192 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:16 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:16 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:16 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:16 DEBUG : Looking for writers 2026/04/12 02:58:16 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.00s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:16 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:16 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:16 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/12 02:58:16 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:16 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/12 02:58:16 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/12 02:58:16 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/12 02:58:16 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:16 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:16 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:16 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:16 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:16 DEBUG : dir: Looking for writers 2026/04/12 02:58:16 DEBUG : file1: reading active writers 2026/04/12 02:58:16 DEBUG : Looking for writers 2026/04/12 02:58:16 DEBUG : dir: reading active writers 2026/04/12 02:58:16 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.32s) === RUN TestReadFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:16 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:16 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:16 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:17 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/12 02:58:17 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:17 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/12 02:58:17 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/12 02:58:17 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/12 02:58:17 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/12 02:58:17 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/12 02:58:17 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/04/12 02:58:17 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:17 DEBUG : dir: Looking for writers 2026/04/12 02:58:17 DEBUG : file1: reading active writers 2026/04/12 02:58:17 DEBUG : Looking for writers 2026/04/12 02:58:17 DEBUG : dir: reading active writers 2026/04/12 02:58:17 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.29s) === RUN TestReadFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:17 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:17 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/12 02:58:17 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:17 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/12 02:58:17 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/12 02:58:17 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/12 02:58:17 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/12 02:58:17 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/12 02:58:17 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/04/12 02:58:17 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/04/12 02:58:17 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/04/12 02:58:17 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/12 02:58:17 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/12 02:58:17 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/12 02:58:17 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/04/12 02:58:17 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/12 02:58:17 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/12 02:58:17 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/12 02:58:17 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/04/12 02:58:17 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:17 DEBUG : dir: Looking for writers 2026/04/12 02:58:17 DEBUG : file1: reading active writers 2026/04/12 02:58:17 DEBUG : Looking for writers 2026/04/12 02:58:17 DEBUG : dir: reading active writers 2026/04/12 02:58:17 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.35s) === RUN TestReadFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:17 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:17 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/12 02:58:17 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:17 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/12 02:58:17 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/12 02:58:17 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:17 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:17 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:17 DEBUG : dir: Looking for writers 2026/04/12 02:58:17 DEBUG : file1: reading active writers 2026/04/12 02:58:17 DEBUG : Looking for writers 2026/04/12 02:58:17 DEBUG : dir: reading active writers 2026/04/12 02:58:17 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.33s) === RUN TestReadFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:17 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:17 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:18 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/12 02:58:18 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:18 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/12 02:58:18 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/12 02:58:18 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/12 02:58:18 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:18 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:18 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:18 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:18 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/04/12 02:58:18 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:18 DEBUG : dir: Looking for writers 2026/04/12 02:58:18 DEBUG : file1: reading active writers 2026/04/12 02:58:18 DEBUG : Looking for writers 2026/04/12 02:58:18 DEBUG : dir: reading active writers 2026/04/12 02:58:18 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.32s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:18 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:18 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:18 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/12 02:58:18 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:18 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/12 02:58:18 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:18 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b25b04c0): _readAt: size=1, off=0 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b25b04c0): openPending: 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:18 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:18 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/12 02:58:18 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/12 02:58:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b25b04c0): >openPending: err= 2026/04/12 02:58:18 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/12 02:58:18 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:18 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:18 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b25b04c0): >_readAt: n=1, err= 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b25b04c0): _readAt: size=256, off=1 2026/04/12 02:58:18 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b25b04c0): >_readAt: n=15, err=EOF 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b25b04c0): _readAt: size=16, off=16 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b25b04c0): >_readAt: n=0, err=EOF 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b25b04c0): close: 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b25b04c0): >close: err= 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b25b04c0): close: 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b25b04c0): >close: err=file already closed 2026/04/12 02:58:18 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:18 DEBUG : dir: Looking for writers 2026/04/12 02:58:18 DEBUG : file1: reading active writers 2026/04/12 02:58:18 DEBUG : Looking for writers 2026/04/12 02:58:18 DEBUG : dir: reading active writers 2026/04/12 02:58:18 DEBUG : >WaitForWriters: 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.32s) === RUN TestRWFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:18 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:18 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:18 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/12 02:58:18 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:18 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/12 02:58:18 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:18 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fe100): _readAt: size=1, off=0 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fe100): openPending: 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:18 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:18 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/12 02:58:18 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/12 02:58:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fe100): >openPending: err= 2026/04/12 02:58:18 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/12 02:58:18 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:18 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:18 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fe100): >_readAt: n=1, err= 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fe100): _readAt: size=1, off=5 2026/04/12 02:58:18 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fe100): >_readAt: n=1, err= 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fe100): _readAt: size=1, off=3 2026/04/12 02:58:18 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fe100): >_readAt: n=1, err= 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fe100): _readAt: size=1, off=13 2026/04/12 02:58:18 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fe100): >_readAt: n=1, err= 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fe100): _readAt: size=16, off=100 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fe100): >_readAt: n=0, err=EOF 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fe100): close: 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fe100): >close: err= 2026/04/12 02:58:18 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:18 DEBUG : dir: Looking for writers 2026/04/12 02:58:18 DEBUG : file1: reading active writers 2026/04/12 02:58:18 DEBUG : Looking for writers 2026/04/12 02:58:18 DEBUG : dir: reading active writers 2026/04/12 02:58:18 DEBUG : >WaitForWriters: 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.29s) === RUN TestRWFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:18 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:18 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:18 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:18 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/12 02:58:18 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:18 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/12 02:58:18 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:18 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fec80): _readAt: size=1, off=0 2026/04/12 02:58:18 DEBUG : dir/file1(0x3955b29fec80): openPending: 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:18 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:19 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/12 02:58:19 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/12 02:58:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): >openPending: err= 2026/04/12 02:58:19 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/12 02:58:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:19 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): >_readAt: n=1, err= 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): _readAt: size=1, off=5 2026/04/12 02:58:19 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): >_readAt: n=1, err= 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): _readAt: size=1, off=1 2026/04/12 02:58:19 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): >_readAt: n=1, err= 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): _readAt: size=6, off=10 2026/04/12 02:58:19 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): >_readAt: n=6, err= 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): _readAt: size=256, off=10 2026/04/12 02:58:19 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): >_readAt: n=6, err=EOF 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): _readAt: size=256, off=100 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): >_readAt: n=0, err=EOF 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): close: 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): >close: err= 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): _readAt: size=256, off=100 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b29fec80): >_readAt: n=0, err=file already closed 2026/04/12 02:58:19 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:19 DEBUG : dir: Looking for writers 2026/04/12 02:58:19 DEBUG : file1: reading active writers 2026/04/12 02:58:19 DEBUG : Looking for writers 2026/04/12 02:58:19 DEBUG : dir: reading active writers 2026/04/12 02:58:19 DEBUG : >WaitForWriters: 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.31s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:19 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:19 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/12 02:58:19 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:19 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/12 02:58:19 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:19 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:19 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:19 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b2ad00c0): RWFileHandle.Flush 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b2ad00c0): _readAt: size=256, off=0 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b2ad00c0): openPending: 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:19 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/12 02:58:19 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/12 02:58:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b2ad00c0): >openPending: err= 2026/04/12 02:58:19 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/12 02:58:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:19 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b2ad00c0): >_readAt: n=16, err=EOF 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b2ad00c0): RWFileHandle.Flush 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b2ad00c0): RWFileHandle.Flush 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b2ad00c0): close: 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b2ad00c0): >close: err= 2026/04/12 02:58:19 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:19 DEBUG : dir: Looking for writers 2026/04/12 02:58:19 DEBUG : file1: reading active writers 2026/04/12 02:58:19 DEBUG : Looking for writers 2026/04/12 02:58:19 DEBUG : dir: reading active writers 2026/04/12 02:58:19 DEBUG : >WaitForWriters: 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.32s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:19 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:19 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/12 02:58:19 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:19 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/12 02:58:19 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:19 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:19 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:19 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b26ebc00): _readAt: size=256, off=0 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b26ebc00): openPending: 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:19 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/12 02:58:19 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/12 02:58:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b26ebc00): >openPending: err= 2026/04/12 02:58:19 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/12 02:58:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:19 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b26ebc00): >_readAt: n=16, err=EOF 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b26ebc00): RWFileHandle.Release 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b26ebc00): close: 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b26ebc00): >close: err= 2026/04/12 02:58:19 DEBUG : dir/file1(0x3955b26ebc00): RWFileHandle.Release 2026/04/12 02:58:19 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:19 DEBUG : dir: Looking for writers 2026/04/12 02:58:19 DEBUG : file1: reading active writers 2026/04/12 02:58:19 DEBUG : Looking for writers 2026/04/12 02:58:19 DEBUG : dir: reading active writers 2026/04/12 02:58:19 DEBUG : >WaitForWriters: 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.34s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:19 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:19 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:19 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:19 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:19 DEBUG : file1: newRWFileHandle: 2026/04/12 02:58:19 DEBUG : file1(0x3955b2373bc0): openPending: 2026/04/12 02:58:19 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:19 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:19 DEBUG : file1(0x3955b2373bc0): >openPending: err= 2026/04/12 02:58:19 DEBUG : file1: >newRWFileHandle: err= 2026/04/12 02:58:19 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:19 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/12 02:58:19 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/12 02:58:19 DEBUG : file1(0x3955b2373bc0): _writeAt: size=5, off=0 2026/04/12 02:58:19 DEBUG : file1(0x3955b2373bc0): >_writeAt: n=5, err= 2026/04/12 02:58:19 DEBUG : file1(0x3955b2373bc0): _writeAt: size=7, off=5 2026/04/12 02:58:19 DEBUG : file1(0x3955b2373bc0): >_writeAt: n=7, err= 2026/04/12 02:58:19 DEBUG : file1: vfs cache: truncate to size=11 2026/04/12 02:58:19 DEBUG : file1(0x3955b2373bc0): close: 2026/04/12 02:58:19 DEBUG : file1: vfs cache: setting modification time to 2026-04-12 02:58:19.724192782 +0000 UTC m=+26.221459581 2026/04/12 02:58:19 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:19 DEBUG : file1(0x3955b2373bc0): >close: err= 2026/04/12 02:58:19 DEBUG : file1(0x3955b2373bc0): close: 2026/04/12 02:58:19 DEBUG : file1(0x3955b2373bc0): >close: err=file already closed 2026/04/12 02:58:19 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:19 DEBUG : Looking for writers 2026/04/12 02:58:19 DEBUG : file1: reading active writers 2026/04/12 02:58:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:19 DEBUG : Looking for writers 2026/04/12 02:58:19 DEBUG : file1: reading active writers 2026/04/12 02:58:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:19 DEBUG : Looking for writers 2026/04/12 02:58:19 DEBUG : file1: reading active writers 2026/04/12 02:58:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:19 DEBUG : Looking for writers 2026/04/12 02:58:19 DEBUG : file1: reading active writers 2026/04/12 02:58:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:19 DEBUG : file1: vfs cache: starting upload 2026/04/12 02:58:19 DEBUG : file1.d78bd499.partial: size = 11 OK 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1.d78bd499.partial" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1.d78bd499.partial 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1.d78bd499.partial" 2026/04/12 02:58:19 DEBUG : Looking for writers 2026/04/12 02:58:19 DEBUG : file1: reading active writers 2026/04/12 02:58:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fapogov3seci/file1.d78bd499.partial 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:19 DEBUG : file1.d78bd499.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/12 02:58:19 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/12 02:58:19 DEBUG : file1.d78bd499.partial: renamed to: file1 2026/04/12 02:58:19 INFO : file1: Copied (new) 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:19 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:20 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/12 02:58:20 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-12 02:58:19 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/12 02:58:20 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/12 02:58:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:20 INFO : file1: vfs cache: upload succeeded try #1 2026/04/12 02:58:20 DEBUG : Looking for writers 2026/04/12 02:58:20 DEBUG : file1: reading active writers 2026/04/12 02:58:20 DEBUG : >WaitForWriters: 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:20 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-fapogov3seci/file1 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:20 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/12 02:58:20 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:20 DEBUG : Looking for writers 2026/04/12 02:58:20 DEBUG : file1: reading active writers 2026/04/12 02:58:20 DEBUG : >WaitForWriters: 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.53s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:20 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:20 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:20 DEBUG : file1: newRWFileHandle: 2026/04/12 02:58:20 DEBUG : file1(0x3955b30947c0): openPending: 2026/04/12 02:58:20 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:20 DEBUG : file1(0x3955b30947c0): >openPending: err= 2026/04/12 02:58:20 DEBUG : file1: >newRWFileHandle: err= 2026/04/12 02:58:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:20 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/12 02:58:20 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/12 02:58:20 DEBUG : file1(0x3955b30947c0): _writeAt: size=7, off=0 2026/04/12 02:58:20 DEBUG : file1(0x3955b30947c0): >_writeAt: n=7, err= 2026/04/12 02:58:20 DEBUG : file1(0x3955b30947c0): _writeAt: size=6, off=5 2026/04/12 02:58:20 DEBUG : file1(0x3955b30947c0): >_writeAt: n=6, err= 2026/04/12 02:58:20 DEBUG : file1(0x3955b30947c0): close: 2026/04/12 02:58:20 DEBUG : file1: vfs cache: setting modification time to 2026-04-12 02:58:20.256798918 +0000 UTC m=+26.754065717 2026/04/12 02:58:20 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:20 DEBUG : file1(0x3955b30947c0): >close: err= 2026/04/12 02:58:20 DEBUG : file1(0x3955b30947c0): _writeAt: size=5, off=0 2026/04/12 02:58:20 DEBUG : file1(0x3955b30947c0): >_writeAt: n=0, err=file already closed 2026/04/12 02:58:20 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:20 DEBUG : Looking for writers 2026/04/12 02:58:20 DEBUG : file1: reading active writers 2026/04/12 02:58:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:20 DEBUG : Looking for writers 2026/04/12 02:58:20 DEBUG : file1: reading active writers 2026/04/12 02:58:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:20 DEBUG : Looking for writers 2026/04/12 02:58:20 DEBUG : file1: reading active writers 2026/04/12 02:58:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:20 DEBUG : Looking for writers 2026/04/12 02:58:20 DEBUG : file1: reading active writers 2026/04/12 02:58:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:20 DEBUG : file1: vfs cache: starting upload 2026/04/12 02:58:20 DEBUG : file1.5b0539f2.partial: size = 11 OK 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1.5b0539f2.partial" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1.5b0539f2.partial 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1.5b0539f2.partial" 2026/04/12 02:58:20 DEBUG : Looking for writers 2026/04/12 02:58:20 DEBUG : file1: reading active writers 2026/04/12 02:58:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fapogov3seci/file1.5b0539f2.partial 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:20 DEBUG : file1.5b0539f2.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/12 02:58:20 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/12 02:58:20 DEBUG : file1.5b0539f2.partial: renamed to: file1 2026/04/12 02:58:20 INFO : file1: Copied (new) 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:20 DEBUG : Looking for writers 2026/04/12 02:58:20 DEBUG : file1: reading active writers 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:20 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/12 02:58:20 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-12 02:58:20 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/12 02:58:20 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/12 02:58:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:20 DEBUG : >WaitForWriters: 2026/04/12 02:58:20 INFO : file1: vfs cache: upload succeeded try #1 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:20 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-fapogov3seci/file1 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:20 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/12 02:58:20 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:20 DEBUG : Looking for writers 2026/04/12 02:58:20 DEBUG : file1: reading active writers 2026/04/12 02:58:20 DEBUG : >WaitForWriters: 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.53s) === RUN TestRWFileHandleWriteNoWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:20 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:20 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:20 DEBUG : file1: newRWFileHandle: 2026/04/12 02:58:20 DEBUG : file1(0x3955b25b1540): openPending: 2026/04/12 02:58:20 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:20 DEBUG : file1(0x3955b25b1540): >openPending: err= 2026/04/12 02:58:20 DEBUG : file1: >newRWFileHandle: err= 2026/04/12 02:58:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:20 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/12 02:58:20 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/12 02:58:20 DEBUG : file1(0x3955b25b1540): close: 2026/04/12 02:58:20 DEBUG : file1: vfs cache: setting modification time to 2026-04-12 02:58:20.787864154 +0000 UTC m=+27.285130952 2026/04/12 02:58:20 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:20 DEBUG : file1(0x3955b25b1540): >close: err= 2026/04/12 02:58:20 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/12 02:58:20 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/12 02:58:20 DEBUG : file2: newRWFileHandle: 2026/04/12 02:58:20 DEBUG : file2(0x3955b26ea380): openPending: 2026/04/12 02:58:20 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:20 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/12 02:58:20 DEBUG : file2(0x3955b26ea380): >openPending: err= 2026/04/12 02:58:20 DEBUG : file2: >newRWFileHandle: err= 2026/04/12 02:58:20 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/12 02:58:20 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/04/12 02:58:20 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/04/12 02:58:20 DEBUG : file2(0x3955b26ea380): RWFileHandle.Flush 2026/04/12 02:58:20 DEBUG : file2(0x3955b26ea380): RWFileHandle.Release 2026/04/12 02:58:20 DEBUG : file2(0x3955b26ea380): close: 2026/04/12 02:58:20 DEBUG : file2: vfs cache: setting modification time to 2026-04-12 02:58:20.788725762 +0000 UTC m=+27.285992570 2026/04/12 02:58:20 INFO : file2: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:20 DEBUG : file2(0x3955b26ea380): >close: err= 2026/04/12 02:58:20 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:20 DEBUG : Looking for writers 2026/04/12 02:58:20 DEBUG : file1: reading active writers 2026/04/12 02:58:20 DEBUG : file2: reading active writers 2026/04/12 02:58:20 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/04/12 02:58:20 DEBUG : Looking for writers 2026/04/12 02:58:20 DEBUG : file1: reading active writers 2026/04/12 02:58:20 DEBUG : file2: reading active writers 2026/04/12 02:58:20 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/04/12 02:58:20 DEBUG : Looking for writers 2026/04/12 02:58:20 DEBUG : file1: reading active writers 2026/04/12 02:58:20 DEBUG : file2: reading active writers 2026/04/12 02:58:20 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/04/12 02:58:20 DEBUG : Looking for writers 2026/04/12 02:58:20 DEBUG : file1: reading active writers 2026/04/12 02:58:20 DEBUG : file2: reading active writers 2026/04/12 02:58:20 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/04/12 02:58:20 DEBUG : file2: vfs cache: starting upload 2026/04/12 02:58:20 DEBUG : file1: vfs cache: starting upload 2026/04/12 02:58:20 DEBUG : file2.2ad8b4a8.partial: size = 0 OK 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file2.2ad8b4a8.partial" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file2.2ad8b4a8.partial 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file2.2ad8b4a8.partial" 2026/04/12 02:58:20 DEBUG : file1.7236284f.partial: size = 0 OK 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1.7236284f.partial" 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1.7236284f.partial 2026/04/12 02:58:20 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1.7236284f.partial" 2026/04/12 02:58:20 DEBUG : Looking for writers 2026/04/12 02:58:20 DEBUG : file2: reading active writers 2026/04/12 02:58:20 DEBUG : file1: reading active writers 2026/04/12 02:58:20 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fapogov3seci/file2.2ad8b4a8.partial 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:21 DEBUG : file2.2ad8b4a8.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/12 02:58:21 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fapogov3seci/file1.7236284f.partial 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:21 DEBUG : file1.7236284f.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/12 02:58:21 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/12 02:58:21 DEBUG : file2.2ad8b4a8.partial: renamed to: file2 2026/04/12 02:58:21 INFO : file2: Copied (new) 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file2" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file2 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file2" 2026/04/12 02:58:21 DEBUG : file1.7236284f.partial: renamed to: file1 2026/04/12 02:58:21 INFO : file1: Copied (new) 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:21 DEBUG : Looking for writers 2026/04/12 02:58:21 DEBUG : file1: reading active writers 2026/04/12 02:58:21 DEBUG : file2: reading active writers 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fapogov3seci/file1 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:21 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/12 02:58:21 DEBUG : file1: vfs cache: fingerprint now "0,2026-04-12 02:58:20 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/12 02:58:21 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/12 02:58:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:21 INFO : file1: vfs cache: upload succeeded try #1 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fapogov3seci/file2 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:21 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/12 02:58:21 DEBUG : file2: vfs cache: fingerprint now "0,2026-04-12 02:58:20 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/12 02:58:21 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/04/12 02:58:21 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/12 02:58:21 DEBUG : >WaitForWriters: 2026/04/12 02:58:21 INFO : file2: vfs cache: upload succeeded try #1 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fapogov3seci/file1 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:21 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:21 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file2" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file2 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file2" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fapogov3seci/file2 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:21 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file2" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/file2 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/file2" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-fapogov3seci/file2 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:21 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/12 02:58:21 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:21 DEBUG : Looking for writers 2026/04/12 02:58:21 DEBUG : file1: reading active writers 2026/04/12 02:58:21 DEBUG : file2: reading active writers 2026/04/12 02:58:21 DEBUG : >WaitForWriters: 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.76s) === RUN TestRWFileHandleFlushWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:21 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:21 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:21 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:21 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:21 DEBUG : file1: newRWFileHandle: 2026/04/12 02:58:21 DEBUG : file1(0x3955b26eb800): openPending: 2026/04/12 02:58:21 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:21 DEBUG : file1(0x3955b26eb800): >openPending: err= 2026/04/12 02:58:21 DEBUG : file1: >newRWFileHandle: err= 2026/04/12 02:58:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:21 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/12 02:58:21 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/12 02:58:21 DEBUG : file1(0x3955b26eb800): _writeAt: size=5, off=0 2026/04/12 02:58:21 DEBUG : file1(0x3955b26eb800): >_writeAt: n=5, err= 2026/04/12 02:58:21 DEBUG : file1(0x3955b26eb800): RWFileHandle.Flush 2026/04/12 02:58:21 DEBUG : file1(0x3955b26eb800): RWFileHandle.Flush 2026/04/12 02:58:21 DEBUG : file1(0x3955b26eb800): close: 2026/04/12 02:58:21 DEBUG : file1: vfs cache: setting modification time to 2026-04-12 02:58:21.546785795 +0000 UTC m=+28.044052592 2026/04/12 02:58:21 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:21 DEBUG : file1(0x3955b26eb800): >close: err= 2026/04/12 02:58:21 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:21 DEBUG : Looking for writers 2026/04/12 02:58:21 DEBUG : file1: reading active writers 2026/04/12 02:58:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:21 DEBUG : Looking for writers 2026/04/12 02:58:21 DEBUG : file1: reading active writers 2026/04/12 02:58:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:21 DEBUG : Looking for writers 2026/04/12 02:58:21 DEBUG : file1: reading active writers 2026/04/12 02:58:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:21 DEBUG : Looking for writers 2026/04/12 02:58:21 DEBUG : file1: reading active writers 2026/04/12 02:58:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:21 DEBUG : file1: vfs cache: starting upload 2026/04/12 02:58:21 DEBUG : file1.665b126b.partial: size = 5 OK 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1.665b126b.partial" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1.665b126b.partial 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1.665b126b.partial" 2026/04/12 02:58:21 DEBUG : Looking for writers 2026/04/12 02:58:21 DEBUG : file1: reading active writers 2026/04/12 02:58:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/file1.665b126b.partial 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:21 DEBUG : file1.665b126b.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:21 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/12 02:58:21 DEBUG : file1.665b126b.partial: renamed to: file1 2026/04/12 02:58:21 INFO : file1: Copied (new) 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:21 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:21 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-12 02:58:21 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/12 02:58:21 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/12 02:58:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:21 INFO : file1: vfs cache: upload succeeded try #1 2026/04/12 02:58:21 DEBUG : Looking for writers 2026/04/12 02:58:21 DEBUG : file1: reading active writers 2026/04/12 02:58:21 DEBUG : >WaitForWriters: 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:21 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:21 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:21 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:21 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:21 DEBUG : file1: newRWFileHandle: 2026/04/12 02:58:21 DEBUG : file1(0x3955b26a4900): openPending: 2026/04/12 02:58:21 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:21 DEBUG : file1(0x3955b26a4900): >openPending: err= 2026/04/12 02:58:21 DEBUG : file1: >newRWFileHandle: err= 2026/04/12 02:58:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:21 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/12 02:58:21 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/12 02:58:21 DEBUG : file1(0x3955b26a4900): _writeAt: size=5, off=0 2026/04/12 02:58:21 DEBUG : file1(0x3955b26a4900): >_writeAt: n=5, err= 2026/04/12 02:58:21 DEBUG : file1(0x3955b26a4900): RWFileHandle.Release 2026/04/12 02:58:21 DEBUG : file1(0x3955b26a4900): close: 2026/04/12 02:58:21 DEBUG : file1: vfs cache: setting modification time to 2026-04-12 02:58:21.869922848 +0000 UTC m=+28.367189646 2026/04/12 02:58:21 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:21 DEBUG : file1(0x3955b26a4900): >close: err= 2026/04/12 02:58:21 DEBUG : file1(0x3955b26a4900): RWFileHandle.Release 2026/04/12 02:58:21 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:21 DEBUG : Looking for writers 2026/04/12 02:58:21 DEBUG : file1: reading active writers 2026/04/12 02:58:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:21 DEBUG : Looking for writers 2026/04/12 02:58:21 DEBUG : file1: reading active writers 2026/04/12 02:58:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:21 DEBUG : Looking for writers 2026/04/12 02:58:21 DEBUG : file1: reading active writers 2026/04/12 02:58:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:21 DEBUG : Looking for writers 2026/04/12 02:58:21 DEBUG : file1: reading active writers 2026/04/12 02:58:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:21 DEBUG : file1: vfs cache: starting upload 2026/04/12 02:58:21 DEBUG : file1.c22d62a3.partial: size = 5 OK 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1.c22d62a3.partial" 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1.c22d62a3.partial 2026/04/12 02:58:21 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1.c22d62a3.partial" 2026/04/12 02:58:22 DEBUG : Looking for writers 2026/04/12 02:58:22 DEBUG : file1: reading active writers 2026/04/12 02:58:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/file1.c22d62a3.partial 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:22 DEBUG : file1.c22d62a3.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:22 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/12 02:58:22 DEBUG : file1.c22d62a3.partial: renamed to: file1 2026/04/12 02:58:22 INFO : file1: Copied (new) 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:22 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:22 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-12 02:58:21 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/12 02:58:22 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/12 02:58:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:22 INFO : file1: vfs cache: upload succeeded try #1 2026/04/12 02:58:22 DEBUG : Looking for writers 2026/04/12 02:58:22 DEBUG : file1: reading active writers 2026/04/12 02:58:22 DEBUG : >WaitForWriters: 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:22 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:22 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:22 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/12 02:58:22 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/04/12 02:58:22 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/12 02:58:22 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:22 DEBUG : dir/file1(0x3955b2aa0240): openPending: 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:22 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/12 02:58:22 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/12 02:58:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:22 DEBUG : dir/file1(0x3955b2aa0240): >openPending: err= 2026/04/12 02:58:22 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/12 02:58:22 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:22 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:22 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/12 02:58:22 DEBUG : dir/file1(0x3955b2aa0240): _writeAt: size=5, off=0 2026/04/12 02:58:22 DEBUG : dir/file1(0x3955b2aa0240): >_writeAt: n=5, err= 2026/04/12 02:58:22 DEBUG : dir/file1(0x3955b2aa0240): close: 2026/04/12 02:58:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:22 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-12 02:58:22.522931436 +0000 UTC m=+29.020198234 2026/04/12 02:58:22 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:22 DEBUG : dir/file1(0x3955b2aa0240): >close: err= 2026/04/12 02:58:22 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:22 DEBUG : dir: Looking for writers 2026/04/12 02:58:22 DEBUG : file1: reading active writers 2026/04/12 02:58:22 DEBUG : Looking for writers 2026/04/12 02:58:22 DEBUG : dir: reading active writers 2026/04/12 02:58:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:22 DEBUG : dir: Looking for writers 2026/04/12 02:58:22 DEBUG : file1: reading active writers 2026/04/12 02:58:22 DEBUG : Looking for writers 2026/04/12 02:58:22 DEBUG : dir: reading active writers 2026/04/12 02:58:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:22 DEBUG : dir: Looking for writers 2026/04/12 02:58:22 DEBUG : file1: reading active writers 2026/04/12 02:58:22 DEBUG : Looking for writers 2026/04/12 02:58:22 DEBUG : dir: reading active writers 2026/04/12 02:58:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:22 DEBUG : dir: Looking for writers 2026/04/12 02:58:22 DEBUG : file1: reading active writers 2026/04/12 02:58:22 DEBUG : Looking for writers 2026/04/12 02:58:22 DEBUG : dir: reading active writers 2026/04/12 02:58:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:22 DEBUG : dir/file1: vfs cache: starting upload 2026/04/12 02:58:22 DEBUG : dir/file1.dcf6af52.partial: size = 5 OK 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1.dcf6af52.partial" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1.dcf6af52.partial 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1.dcf6af52.partial" 2026/04/12 02:58:22 DEBUG : dir: Looking for writers 2026/04/12 02:58:22 DEBUG : file1: reading active writers 2026/04/12 02:58:22 DEBUG : Looking for writers 2026/04/12 02:58:22 DEBUG : dir: reading active writers 2026/04/12 02:58:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/dir/file1.dcf6af52.partial 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:22 DEBUG : dir/file1.dcf6af52.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:22 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/12 02:58:22 DEBUG : dir/file1.dcf6af52.partial: renamed to: dir/file1 2026/04/12 02:58:22 INFO : dir/file1: Copied (replaced existing) 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:22 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:22 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-04-12 02:58:22 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/12 02:58:22 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/12 02:58:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:22 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/12 02:58:22 DEBUG : dir: Looking for writers 2026/04/12 02:58:22 DEBUG : file1: reading active writers 2026/04/12 02:58:22 DEBUG : Looking for writers 2026/04/12 02:58:22 DEBUG : dir: reading active writers 2026/04/12 02:58:22 DEBUG : >WaitForWriters: 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.66s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:22 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:22 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:22 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:23 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/12 02:58:23 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : dir/file1: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:23 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/12 02:58:23 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/12 02:58:23 DEBUG : dir/file1(0x3955b2aa1200): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : dir/file1(0x3955b2aa1200): openPending: 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/12 02:58:23 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/12 02:58:23 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/12 02:58:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:23 DEBUG : dir/file1(0x3955b2aa1200): >openPending: err= 2026/04/12 02:58:23 DEBUG : dir/file1(0x3955b2aa1200): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : dir/file1(0x3955b2aa1200): _writeAt: size=15, off=5 2026/04/12 02:58:23 DEBUG : dir/file1(0x3955b2aa1200): >_writeAt: n=15, err= 2026/04/12 02:58:23 DEBUG : dir/file1(0x3955b2aa1200): close: 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/04/12 02:58:23 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-12 02:58:23.155895892 +0000 UTC m=+29.653162690 2026/04/12 02:58:23 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : dir/file1(0x3955b2aa1200): >close: err= 2026/04/12 02:58:23 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:23 DEBUG : dir: Looking for writers 2026/04/12 02:58:23 DEBUG : file1: reading active writers 2026/04/12 02:58:23 DEBUG : Looking for writers 2026/04/12 02:58:23 DEBUG : dir: reading active writers 2026/04/12 02:58:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:23 DEBUG : dir: Looking for writers 2026/04/12 02:58:23 DEBUG : file1: reading active writers 2026/04/12 02:58:23 DEBUG : Looking for writers 2026/04/12 02:58:23 DEBUG : dir: reading active writers 2026/04/12 02:58:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:23 DEBUG : dir: Looking for writers 2026/04/12 02:58:23 DEBUG : file1: reading active writers 2026/04/12 02:58:23 DEBUG : Looking for writers 2026/04/12 02:58:23 DEBUG : dir: reading active writers 2026/04/12 02:58:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:23 DEBUG : dir: Looking for writers 2026/04/12 02:58:23 DEBUG : file1: reading active writers 2026/04/12 02:58:23 DEBUG : Looking for writers 2026/04/12 02:58:23 DEBUG : dir: reading active writers 2026/04/12 02:58:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:23 DEBUG : dir/file1: vfs cache: starting upload 2026/04/12 02:58:23 DEBUG : dir/file1.504eeed5.partial: size = 20 OK 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1.504eeed5.partial" 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1.504eeed5.partial 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1.504eeed5.partial" 2026/04/12 02:58:23 DEBUG : dir: Looking for writers 2026/04/12 02:58:23 DEBUG : file1: reading active writers 2026/04/12 02:58:23 DEBUG : Looking for writers 2026/04/12 02:58:23 DEBUG : dir: reading active writers 2026/04/12 02:58:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-fapogov3seci/dir/file1.504eeed5.partial 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:23 DEBUG : dir/file1.504eeed5.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/12 02:58:23 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/04/12 02:58:23 DEBUG : dir/file1.504eeed5.partial: renamed to: dir/file1 2026/04/12 02:58:23 INFO : dir/file1: Copied (replaced existing) 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:23 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/12 02:58:23 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-04-12 02:58:23 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/04/12 02:58:23 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/12 02:58:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:23 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/12 02:58:23 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2026/04/12 02:58:23 DEBUG : dir: Looking for writers 2026/04/12 02:58:23 DEBUG : file1: reading active writers 2026/04/12 02:58:23 DEBUG : Looking for writers 2026/04/12 02:58:23 DEBUG : dir: reading active writers 2026/04/12 02:58:23 DEBUG : >WaitForWriters: 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.63s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:23 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : file1: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : file1(0x3955b2a60200): openPending: 2026/04/12 02:58:23 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:23 DEBUG : file1(0x3955b2a60200): >openPending: err= 2026/04/12 02:58:23 DEBUG : file1: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:23 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/12 02:58:23 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/12 02:58:23 DEBUG : file1(0x3955b2a60200): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : file1(0x3955b2a60200): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : file1(0x3955b2a60200): close: 2026/04/12 02:58:23 DEBUG : file1: vfs cache: setting modification time to 2026-04-12 02:58:23.478490962 +0000 UTC m=+29.975757760 2026/04/12 02:58:23 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : file1(0x3955b2a60200): >close: err= 2026/04/12 02:58:23 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:23 DEBUG : Looking for writers 2026/04/12 02:58:23 DEBUG : file1: reading active writers 2026/04/12 02:58:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:23 DEBUG : Looking for writers 2026/04/12 02:58:23 DEBUG : file1: reading active writers 2026/04/12 02:58:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:23 DEBUG : Looking for writers 2026/04/12 02:58:23 DEBUG : file1: reading active writers 2026/04/12 02:58:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:23 DEBUG : Looking for writers 2026/04/12 02:58:23 DEBUG : file1: reading active writers 2026/04/12 02:58:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:23 DEBUG : file1: vfs cache: starting upload 2026/04/12 02:58:23 DEBUG : file1.4b06318f.partial: size = 5 OK 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1.4b06318f.partial" 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1.4b06318f.partial 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1.4b06318f.partial" 2026/04/12 02:58:23 DEBUG : Looking for writers 2026/04/12 02:58:23 DEBUG : file1: reading active writers 2026/04/12 02:58:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/file1.4b06318f.partial 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:23 DEBUG : file1.4b06318f.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:23 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/12 02:58:23 DEBUG : file1.4b06318f.partial: renamed to: file1 2026/04/12 02:58:23 INFO : file1: Copied (new) 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:23 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-fapogov3seci/dir/file1: no such file or directory 2026/04/12 02:58:23 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-fapogov3seci/dir/file1: no such file or directory 2026/04/12 02:58:23 DEBUG : Looking for writers 2026/04/12 02:58:23 DEBUG : file1: reading active writers 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:23 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:23 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-12 02:58:23 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/12 02:58:23 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:23 INFO : file1: vfs cache: upload succeeded try #1 2026/04/12 02:58:23 DEBUG : >WaitForWriters: 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:23 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:23 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/04/12 02:58:23 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c56d80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c56d80): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c56d80): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c56d80): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c56d80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.800467233 +0000 UTC m=+30.297734031 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c56d80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c57200): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c57200): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c57200): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c57200): >_readAt: n=2, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c57200): _writeAt: size=3, off=2 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c57200): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c57200): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.800467233 +0000 UTC m=+30.297734031 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c57200): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c576c0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c576c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c576c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c576c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c576c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.800467233 +0000 UTC m=+30.297734031 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c576c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2aa6f50 item 1 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c57d00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c57d00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c57d00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c57d00): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c57d00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.802496506 +0000 UTC m=+30.299763304 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c57d00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dba300): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dba300): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dba300): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dba300): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dba300): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.802496506 +0000 UTC m=+30.299763304 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dba300): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2aa7570 item 2 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dba940): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dba940): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dba940): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dba940): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dba940): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.803715248 +0000 UTC m=+30.300982046 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dba940): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbadc0): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbadc0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbadc0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbadc0): >_readAt: n=2, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbadc0): _writeAt: size=3, off=2 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbadc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbadc0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.803715248 +0000 UTC m=+30.300982046 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbadc0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbb280): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbb280): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbb280): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbb280): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbb280): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.803715248 +0000 UTC m=+30.300982046 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbb280): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2aa7dc0 item 3 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbb900): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbb900): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbb900): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbb900): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbb900): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.805571956 +0000 UTC m=+30.302838754 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbb900): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbbe40): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbbe40): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbbe40): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbbe40): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbbe40): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.805571956 +0000 UTC m=+30.302838754 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dbbe40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2b7c690 item 4 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4580): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4580): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4580): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4580): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4580): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.807399117 +0000 UTC m=+30.304665915 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4580): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4a00): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4a00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4a00): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4a00): >_readAt: n=2, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4a00): _writeAt: size=3, off=2 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4a00): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4a00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.807399117 +0000 UTC m=+30.304665915 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4a00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4ec0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4ec0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4ec0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4ec0): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4ec0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.807399117 +0000 UTC m=+30.304665915 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd4ec0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2b7cbd0 item 5 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd5540): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd5540): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd5540): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd5540): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd5540): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.810345372 +0000 UTC m=+30.307612170 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd5540): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd5a80): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd5a80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd5a80): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd5a80): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd5a80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.810345372 +0000 UTC m=+30.307612170 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dd5a80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2b7d110 item 6 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dea200): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dea200): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dea200): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dea200): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dea200): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.8141932 +0000 UTC m=+30.311459998 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dea200): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dea700): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dea700): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dea700): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dea700): >_readAt: n=2, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dea700): _writeAt: size=3, off=2 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dea700): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dea700): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.8141932 +0000 UTC m=+30.311459998 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2dea700): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deabc0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deabc0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deabc0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deabc0): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deabc0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.8141932 +0000 UTC m=+30.311459998 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deabc0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2b7d500 item 7 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deb240): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deb240): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deb240): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deb240): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deb240): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.816301563 +0000 UTC m=+30.313568361 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deb240): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deb780): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deb780): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deb780): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deb780): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deb780): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.816301563 +0000 UTC m=+30.313568361 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2deb780): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2b7db90 item 8 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2debd40): _readAt: size=2, off=0 2026/04/12 02:58:23 ERROR : open-test-file(0x3955b2debd40): Couldn't read size of file 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2debd40): >_readAt: n=0, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2debd40): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2debd40): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2debd40): close: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2debd40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a200): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a200): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a200): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a200): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a200): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.818314485 +0000 UTC m=+30.315581284 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a200): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a680): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a680): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a680): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a680): >_readAt: n=2, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a680): _writeAt: size=3, off=2 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a680): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a680): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.818314485 +0000 UTC m=+30.315581284 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a680): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0ab80): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0ab80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0ab80): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0ab80): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0ab80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.818314485 +0000 UTC m=+30.315581284 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0ab80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26aa460 item 9 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d10680): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d10680): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d10680): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d10680): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d10680): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.822768999 +0000 UTC m=+30.320035798 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d10680): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d10bc0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d10bc0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d10bc0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d10bc0): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d10bc0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.822768999 +0000 UTC m=+30.320035798 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d10bc0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b28958f0 item 10 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d11200): _readAt: size=2, off=0 2026/04/12 02:58:23 ERROR : open-test-file(0x3955b2d11200): Couldn't read size of file 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d11200): >_readAt: n=0, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d11200): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d11200): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d11200): close: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d11200): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d115c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d115c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d115c0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d115c0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d115c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.824615227 +0000 UTC m=+30.321882025 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d115c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d11ac0): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d11ac0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d11ac0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d11ac0): >_readAt: n=2, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d11ac0): _writeAt: size=3, off=2 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d11ac0): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d11ac0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.824615227 +0000 UTC m=+30.321882025 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d11ac0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d580c0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d580c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d580c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d580c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d580c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.824615227 +0000 UTC m=+30.321882025 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d580c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b263e000 item 11 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58740): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58740): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58740): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58740): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58740): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.826753155 +0000 UTC m=+30.324019954 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58740): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58c80): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58c80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58c80): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58c80): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58c80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.826753155 +0000 UTC m=+30.324019954 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58c80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b263f030 item 12 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d592c0): _readAt: size=2, off=0 2026/04/12 02:58:23 ERROR : open-test-file(0x3955b2d592c0): Couldn't read size of file 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d592c0): >_readAt: n=0, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d592c0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d592c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d592c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d592c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59680): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59680): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59680): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59680): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59680): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.831304472 +0000 UTC m=+30.328571301 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59680): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59d40): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59d40): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59d40): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59d40): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59d40): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.831304472 +0000 UTC m=+30.328571301 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59d40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b263fa40 item 13 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0b180): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0b180): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0b180): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0b180): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0b180): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.837990552 +0000 UTC m=+30.335257350 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0b180): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a240): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a240): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a240): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a240): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a240): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.837990552 +0000 UTC m=+30.335257350 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a240): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2fae0e0 item 14 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a880): _readAt: size=2, off=0 2026/04/12 02:58:23 ERROR : open-test-file(0x3955b2f0a880): Couldn't read size of file 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a880): >_readAt: n=0, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a880): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a880): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a880): close: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0a880): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0ac40): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0ac40): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0ac40): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0ac40): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0ac40): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.841744844 +0000 UTC m=+30.339011652 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0ac40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0b940): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0b940): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0b940): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0b940): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0b940): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.841744844 +0000 UTC m=+30.339011652 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2f0b940): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2fae690 item 15 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb80c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb80c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb80c0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb80c0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb80c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.844509055 +0000 UTC m=+30.341775853 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb80c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb8600): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb8600): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb8600): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb8600): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb8600): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.844509055 +0000 UTC m=+30.341775853 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb8600): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2faea10 item 16 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb8c40): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb8c40): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb8c40): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb8c40): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb8c40): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.84672975 +0000 UTC m=+30.343996548 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb8c40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9340): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9340): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9340): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9340): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9340): >_readAt: n=2, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9340): _writeAt: size=3, off=7 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9340): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9340): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.84672975 +0000 UTC m=+30.343996548 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9340): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9840): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9840): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9840): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9840): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9840): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.84672975 +0000 UTC m=+30.343996548 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9840): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2faed90 item 17 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9ec0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9ec0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9ec0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9ec0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9ec0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.850107741 +0000 UTC m=+30.347374539 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb9ec0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58500): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58500): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58500): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58500): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58500): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.850107741 +0000 UTC m=+30.347374539 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58500): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2faf340 item 18 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58b80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58b80): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58b80): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58b80): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58b80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.851812961 +0000 UTC m=+30.349079760 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d58b80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59080): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59080): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59080): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59080): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59080): >_readAt: n=2, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59080): _writeAt: size=3, off=7 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59080): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59080): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.851812961 +0000 UTC m=+30.349079760 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59080): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59580): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59580): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59580): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59580): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59580): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.851812961 +0000 UTC m=+30.349079760 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59580): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2faf6c0 item 19 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59c00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59c00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59c00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59c00): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59c00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.85535352 +0000 UTC m=+30.352620317 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d59c00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b25b06c0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b25b06c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b25b06c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b25b06c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b25b06c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.85535352 +0000 UTC m=+30.352620317 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b25b06c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2fafb90 item 20 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26ea6c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26ea6c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26ea6c0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26ea6c0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26ea6c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.858975752 +0000 UTC m=+30.356242550 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26ea6c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eac00): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eac00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eac00): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eac00): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eac00): >_readAt: n=2, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eac00): _writeAt: size=3, off=7 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eac00): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eac00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.858975752 +0000 UTC m=+30.356242550 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eac00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eb180): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eb180): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eb180): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eb180): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eb180): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.858975752 +0000 UTC m=+30.356242550 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eb180): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26aa380 item 21 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eb800): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eb800): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eb800): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eb800): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eb800): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.860923161 +0000 UTC m=+30.358189958 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26eb800): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26ebd40): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26ebd40): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26ebd40): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26ebd40): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26ebd40): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.860923161 +0000 UTC m=+30.358189958 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26ebd40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ab3b0 item 22 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2373d00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2373d00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2373d00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2373d00): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2373d00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.862523684 +0000 UTC m=+30.359790482 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2373d00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094400): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094400): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094400): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094400): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094400): >_readAt: n=2, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094400): _writeAt: size=3, off=7 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094400): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094400): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.862523684 +0000 UTC m=+30.359790482 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094400): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094900): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094900): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094900): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094900): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094900): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.862523684 +0000 UTC m=+30.359790482 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094900): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b25f4000 item 23 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094f80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094f80): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094f80): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094f80): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094f80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.865456383 +0000 UTC m=+30.362723181 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3094f80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b30954c0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b30954c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b30954c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b30954c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b30954c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.865456383 +0000 UTC m=+30.362723181 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b30954c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b25f5260 item 24 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3095c00): _readAt: size=2, off=0 2026/04/12 02:58:23 ERROR : open-test-file(0x3955b3095c00): Couldn't read size of file 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3095c00): >_readAt: n=0, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3095c00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3095c00): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3095c00): close: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b3095c00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29fe0c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29fe0c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29fe0c0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29fe0c0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29fe0c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.868230032 +0000 UTC m=+30.365496831 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29fe0c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29fe5c0): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29fe5c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29fe5c0): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29fe5c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29fe5c0): >_readAt: n=2, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29fe5c0): _writeAt: size=3, off=7 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29fe5c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29fe5c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.868230032 +0000 UTC m=+30.365496831 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29fe5c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29feb80): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29feb80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29feb80): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29feb80): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29feb80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.868230032 +0000 UTC m=+30.365496831 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29feb80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b263e000 item 25 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29ffe00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29ffe00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29ffe00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29ffe00): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29ffe00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.870384442 +0000 UTC m=+30.367651241 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29ffe00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a4ec0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a4ec0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a4ec0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a4ec0): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a4ec0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.870384442 +0000 UTC m=+30.367651241 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a4ec0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b263f030 item 26 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a5800): _readAt: size=2, off=0 2026/04/12 02:58:23 ERROR : open-test-file(0x3955b26a5800): Couldn't read size of file 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a5800): >_readAt: n=0, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a5800): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a5800): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a5800): close: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a5800): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a5bc0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a5bc0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a5bc0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a5bc0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a5bc0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.875281732 +0000 UTC m=+30.372548530 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b26a5bc0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3a1c0): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3a1c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3a1c0): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3a1c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3a1c0): >_readAt: n=2, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3a1c0): _writeAt: size=3, off=7 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3a1c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3a1c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.875281732 +0000 UTC m=+30.372548530 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3a1c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3a700): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3a700): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3a700): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3a700): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3a700): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.875281732 +0000 UTC m=+30.372548530 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3a700): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b263fc00 item 27 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3ad80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3ad80): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3ad80): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3ad80): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3ad80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.877357744 +0000 UTC m=+30.374624542 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3ad80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3b2c0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3b2c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3b2c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3b2c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3b2c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.877357744 +0000 UTC m=+30.374624542 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3b2c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b231bab0 item 28 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3b900): _readAt: size=2, off=0 2026/04/12 02:58:23 ERROR : open-test-file(0x3955b2e3b900): Couldn't read size of file 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3b900): >_readAt: n=0, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3b900): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3b900): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3b900): close: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3b900): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3bcc0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3bcc0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3bcc0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3bcc0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3bcc0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.879266771 +0000 UTC m=+30.376533568 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e3bcc0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4a480): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4a480): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4a480): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4a480): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4a480): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.879266771 +0000 UTC m=+30.376533568 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4a480): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2662a10 item 29 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4ab00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4ab00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4ab00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4ab00): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4ab00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.883306932 +0000 UTC m=+30.380573730 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4ab00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b25b1400): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b25b1400): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b25b1400): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b25b1400): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b25b1400): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.883306932 +0000 UTC m=+30.380573730 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b25b1400): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26632d0 item 30 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276a200): _readAt: size=2, off=0 2026/04/12 02:58:23 ERROR : open-test-file(0x3955b276a200): Couldn't read size of file 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276a200): >_readAt: n=0, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276a200): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276a200): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276a200): close: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276a200): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276a5c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276a5c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276a5c0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276a5c0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276a5c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.885245574 +0000 UTC m=+30.382512372 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276a5c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276ac80): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276ac80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276ac80): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276ac80): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276ac80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.885245574 +0000 UTC m=+30.382512372 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276ac80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2637420 item 31 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276b300): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276b300): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276b300): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276b300): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276b300): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.886644867 +0000 UTC m=+30.383911665 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276b300): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276b840): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276b840): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276b840): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276b840): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276b840): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.886644867 +0000 UTC m=+30.383911665 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276b840): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2698310 item 32 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276be80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276be80): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276be80): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276be80): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276be80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.888269976 +0000 UTC m=+30.385536774 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b276be80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824400): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824400): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824400): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824400): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824400): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2699420 item 33 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824400): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824400): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.888677587 +0000 UTC m=+30.385944384 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824400): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824900): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824900): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824900): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824900): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824900): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.888677587 +0000 UTC m=+30.385944384 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824900): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26995e0 item 33 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824f40): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824f40): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824f40): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824f40): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824f40): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.892421298 +0000 UTC m=+30.389688096 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2824f40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b28253c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b28253c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b266a150 item 34 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b28253c0): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b28253c0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b28253c0): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b28253c0): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b28253c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.892898971 +0000 UTC m=+30.390165769 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b28253c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2825900): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2825900): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2825900): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2825900): >_readAt: n=3, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2825900): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.892898971 +0000 UTC m=+30.390165769 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2825900): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b266a700 item 34 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c040): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c040): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c040): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c040): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c040): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.893855116 +0000 UTC m=+30.391121915 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c040): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c4c0): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c4c0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c4c0): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c4c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c4c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b266b490 item 35 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c4c0): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c4c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.894278987 +0000 UTC m=+30.391545786 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c4c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c9c0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c9c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c9c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c9c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c9c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.894278987 +0000 UTC m=+30.391545786 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283c9c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b266b6c0 item 35 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283d040): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283d040): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283d040): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283d040): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283d040): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.895440541 +0000 UTC m=+30.392707340 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283d040): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283d540): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283d540): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a522a0 item 36 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283d540): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283d540): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283d540): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283d540): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283d540): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.896020257 +0000 UTC m=+30.393287054 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283d540): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283da80): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283da80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283da80): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283da80): >_readAt: n=3, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283da80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.896020257 +0000 UTC m=+30.393287054 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b283da80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a52540 item 36 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29041c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29041c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29041c0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29041c0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29041c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.897432624 +0000 UTC m=+30.394699422 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29041c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2904640): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2904640): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2904640): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2904640): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2904640): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a528c0 item 37 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2904640): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2904640): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.898893914 +0000 UTC m=+30.396160713 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2904640): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2904b40): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2904b40): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2904b40): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2904b40): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2904b40): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.898893914 +0000 UTC m=+30.396160713 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2904b40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a52a80 item 37 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29051c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29051c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29051c0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29051c0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29051c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.902415185 +0000 UTC m=+30.399681984 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29051c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29056c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29056c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a52fc0 item 38 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29056c0): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29056c0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29056c0): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29056c0): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29056c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.902841731 +0000 UTC m=+30.400108529 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29056c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2905c00): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2905c00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2905c00): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2905c00): >_readAt: n=3, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2905c00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.902841731 +0000 UTC m=+30.400108529 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2905c00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a53180 item 38 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293e380): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293e380): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293e380): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293e380): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293e380): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.903950566 +0000 UTC m=+30.401217365 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293e380): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293e880): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293e880): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293e880): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293e880): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293e880): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a536c0 item 39 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293e880): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293e880): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.904371261 +0000 UTC m=+30.401638059 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293e880): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293ed80): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293ed80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293ed80): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293ed80): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293ed80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.904371261 +0000 UTC m=+30.401638059 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293ed80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a53880 item 39 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293f400): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293f400): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293f400): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293f400): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293f400): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.906995758 +0000 UTC m=+30.404262557 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293f400): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293f900): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293f900): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a53e30 item 40 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293f900): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293f900): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293f900): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293f900): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293f900): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.907520339 +0000 UTC m=+30.404787137 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293f900): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293fe40): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293fe40): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293fe40): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293fe40): >_readAt: n=3, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293fe40): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.907520339 +0000 UTC m=+30.404787137 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b293fe40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba81c0 item 40 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4af40): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4af40): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4af40): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4af40): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4af40): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4af40): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4af40): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.909417483 +0000 UTC m=+30.406684280 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4af40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4b440): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4b440): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4b440): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2663880 item 41 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4b440): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4b440): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.910096706 +0000 UTC m=+30.407363504 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4b440): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4b900): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4b900): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4b900): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4b900): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4b900): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d4150 item 41 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4b900): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4b900): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.910495078 +0000 UTC m=+30.407761876 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4b900): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4be40): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4be40): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4be40): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4be40): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4be40): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.910495078 +0000 UTC m=+30.407761876 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e4be40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d4310 item 41 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5c580): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5c580): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5c580): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5c580): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5c580): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5c580): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5c580): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.91250789 +0000 UTC m=+30.409774688 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5c580): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5ca80): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5ca80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5ca80): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d4850 item 42 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5ca80): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5ca80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.912990131 +0000 UTC m=+30.410256929 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5ca80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5cfc0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5cfc0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d4a80 item 42 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5cfc0): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5cfc0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5cfc0): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5cfc0): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5cfc0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.91414878 +0000 UTC m=+30.411415578 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5cfc0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5d540): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5d540): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5d540): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5d540): >_readAt: n=3, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5d540): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.91414878 +0000 UTC m=+30.411415578 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5d540): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d4c40 item 42 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5db80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5db80): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5db80): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5db80): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5db80): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5db80): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5db80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.916959529 +0000 UTC m=+30.414226338 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e5db80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e70180): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e70180): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e70180): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d5110 item 43 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e70180): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e70180): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.91733595 +0000 UTC m=+30.414602748 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e70180): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e706c0): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e706c0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e706c0): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e706c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e706c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d52d0 item 43 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e706c0): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e706c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.918271097 +0000 UTC m=+30.415537895 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e706c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e70c00): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e70c00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e70c00): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e70c00): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e70c00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.918271097 +0000 UTC m=+30.415537895 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e70c00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d5490 item 43 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71240): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71240): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71240): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71240): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71240): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71240): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71240): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.92091444 +0000 UTC m=+30.418181238 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71240): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71740): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71740): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71740): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d5880 item 44 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71740): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71740): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.921352037 +0000 UTC m=+30.418618835 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71740): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71c80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71c80): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d5a40 item 44 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71c80): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71c80): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71c80): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71c80): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71c80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.922008226 +0000 UTC m=+30.419275024 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2e71c80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2a00300): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2a00300): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2a00300): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2a00300): >_readAt: n=3, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2a00300): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.922008226 +0000 UTC m=+30.419275024 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2a00300): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d5c00 item 44 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2a00940): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2a00940): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2a00940): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2a00940): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2a00940): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2a00940): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2a00940): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.923465158 +0000 UTC m=+30.420731956 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2a00940): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29845c0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29845c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29845c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba8620 item 45 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29845c0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29845c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.926040092 +0000 UTC m=+30.423306890 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29845c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2984cc0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2984cc0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2984cc0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2984cc0): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2984cc0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.926040092 +0000 UTC m=+30.423306890 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2984cc0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba87e0 item 45 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2985300): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2985300): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2985300): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2985300): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2985300): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2985300): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2985300): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.928159615 +0000 UTC m=+30.425426414 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2985300): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2985800): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2985800): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2985800): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba8cb0 item 46 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2985800): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2985800): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.928579529 +0000 UTC m=+30.425846327 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2985800): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2000): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2000): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2000): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2000): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2000): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.928579529 +0000 UTC m=+30.425846327 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2000): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba8e70 item 46 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2640): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2640): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2640): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2640): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2640): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2640): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2640): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.930054955 +0000 UTC m=+30.427321753 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2640): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2b40): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2b40): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2b40): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba9490 item 47 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2b40): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2b40): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.930576431 +0000 UTC m=+30.427843229 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c2b40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3240): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3240): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3240): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3240): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3240): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.930576431 +0000 UTC m=+30.427843229 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3240): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba9650 item 47 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3880): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3880): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3880): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3880): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3880): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3880): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3880): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.931796486 +0000 UTC m=+30.429063284 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3880): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3d80): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3d80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3d80): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba9ab0 item 48 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3d80): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3d80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.932224944 +0000 UTC m=+30.429491742 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29c3d80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e6580): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e6580): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e6580): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e6580): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e6580): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.932224944 +0000 UTC m=+30.429491742 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e6580): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba9dc0 item 48 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e6bc0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e6bc0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e6bc0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e6bc0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e6bc0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.933420202 +0000 UTC m=+30.430687000 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e6bc0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7040): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7040): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7040): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7040): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7040): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7040): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f80310 item 49 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7040): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7040): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.93425571 +0000 UTC m=+30.431522509 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7040): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7580): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7580): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7580): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7580): >_readAt: n=8, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7580): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.93425571 +0000 UTC m=+30.431522509 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7580): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f804d0 item 49 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7c00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7c00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7c00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7c00): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7c00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.936382949 +0000 UTC m=+30.433649747 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b29e7c00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abe200): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abe200): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abe200): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f808c0 item 50 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abe200): _readAt: size=2, off=5 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abe200): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abe200): _writeAt: size=3, off=5 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abe200): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abe200): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.938235118 +0000 UTC m=+30.435501915 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abe200): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abe780): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abe780): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abe780): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abe780): >_readAt: n=3, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abe780): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.938235118 +0000 UTC m=+30.435501915 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abe780): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f80af0 item 50 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abee00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abee00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abee00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abee00): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abee00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.939687721 +0000 UTC m=+30.436954519 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abee00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abf300): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abf300): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abf300): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abf300): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abf300): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abf300): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f80e70 item 51 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abf300): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abf300): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.940146207 +0000 UTC m=+30.437413005 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abf300): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abf840): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abf840): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abf840): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abf840): >_readAt: n=8, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abf840): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.940146207 +0000 UTC m=+30.437413005 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abf840): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f81030 item 51 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abfec0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abfec0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abfec0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abfec0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abfec0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.94345125 +0000 UTC m=+30.440718048 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2abfec0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af04c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af04c0): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af04c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f81570 item 52 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af04c0): _readAt: size=2, off=5 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af04c0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af04c0): _writeAt: size=3, off=5 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af04c0): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af04c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.943894858 +0000 UTC m=+30.441161656 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af04c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af0a40): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af0a40): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af0a40): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af0a40): >_readAt: n=3, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af0a40): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.943894858 +0000 UTC m=+30.441161656 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af0a40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f81730 item 52 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38180): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38180): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38180): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38180): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38180): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.945160329 +0000 UTC m=+30.442427127 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38180): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38680): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38680): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38680): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38680): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38680): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38680): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a7c150 item 53 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38680): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38680): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.945863977 +0000 UTC m=+30.443130776 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38680): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38bc0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38bc0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38bc0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38bc0): >_readAt: n=8, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38bc0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.945863977 +0000 UTC m=+30.443130776 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b38bc0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a7c310 item 53 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39240): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39240): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39240): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39240): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39240): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.947547829 +0000 UTC m=+30.444814626 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39240): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39740): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39740): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39740): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a7ca10 item 54 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39740): _readAt: size=2, off=5 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39740): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39740): _writeAt: size=3, off=5 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39740): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39740): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.94800436 +0000 UTC m=+30.445271159 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39740): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39cc0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39cc0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39cc0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39cc0): >_readAt: n=3, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39cc0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.94800436 +0000 UTC m=+30.445271159 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b39cc0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a7cd20 item 54 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72440): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72440): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72440): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72440): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72440): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.949408864 +0000 UTC m=+30.446675662 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72440): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72940): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72940): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72940): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72940): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72940): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72940): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a7d260 item 55 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72940): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72940): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.949885464 +0000 UTC m=+30.447152272 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72940): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72e80): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72e80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72e80): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72e80): >_readAt: n=8, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72e80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.949885464 +0000 UTC m=+30.447152272 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b72e80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a7d5e0 item 55 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b73500): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b73500): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b73500): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b73500): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b73500): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.953779379 +0000 UTC m=+30.451046177 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b73500): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b73a00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b73a00): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b73a00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26504d0 item 56 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b73a00): _readAt: size=2, off=5 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b73a00): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b73a00): _writeAt: size=3, off=5 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b73a00): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b73a00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.954269886 +0000 UTC m=+30.451536684 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2b73a00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb0080): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb0080): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb0080): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb0080): >_readAt: n=3, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb0080): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.954269886 +0000 UTC m=+30.451536684 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb0080): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2650850 item 56 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb06c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb06c0): open at offset 0 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb06c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb06c0): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb06c0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb06c0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb06c0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb06c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.955711379 +0000 UTC m=+30.452978177 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb06c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb0c00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb0c00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb0c00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2651c70 item 57 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb0c00): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb0c00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.956190744 +0000 UTC m=+30.453457543 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb0c00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1140): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1140): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1140): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1140): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1140): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1140): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d00310 item 57 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1140): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1140): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.956618933 +0000 UTC m=+30.453885731 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1140): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb16c0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb16c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb16c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb16c0): >_readAt: n=8, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb16c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.956618933 +0000 UTC m=+30.453885731 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb16c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d004d0 item 57 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1d00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1d00): open at offset 0 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1d00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1d00): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1d00): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1d00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1d00): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1d00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.958232862 +0000 UTC m=+30.455499660 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bb1d00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bca340): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bca340): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bca340): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d00850 item 58 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bca340): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bca340): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.958740982 +0000 UTC m=+30.456007780 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bca340): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bca880): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bca880): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bca880): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d01110 item 58 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bca880): _readAt: size=2, off=5 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bca880): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bca880): _writeAt: size=3, off=5 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bca880): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bca880): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.959506297 +0000 UTC m=+30.456773094 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bca880): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcae40): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcae40): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcae40): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcae40): >_readAt: n=3, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcae40): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.959506297 +0000 UTC m=+30.456773094 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcae40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d01490 item 58 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1080): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1080): open at offset 0 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1080): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1080): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1080): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1080): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1080): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1080): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.960821031 +0000 UTC m=+30.458087829 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1080): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af15c0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af15c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af15c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f81d50 item 59 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af15c0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af15c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.963664161 +0000 UTC m=+30.460930959 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af15c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1b00): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1b00): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1b00): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1b00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1b00): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1b00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b229e3f0 item 59 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1b00): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1b00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.964910916 +0000 UTC m=+30.462177743 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2af1b00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c16180): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c16180): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c16180): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c16180): >_readAt: n=8, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c16180): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.964910916 +0000 UTC m=+30.462177743 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c16180): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b229e770 item 59 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c167c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c167c0): open at offset 0 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c167c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c167c0): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c167c0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c167c0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c167c0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c167c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.966354603 +0000 UTC m=+30.463621401 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c167c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c16d00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c16d00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c16d00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b229f7a0 item 60 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c16d00): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c16d00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.96679261 +0000 UTC m=+30.464059408 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c16d00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17240): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17240): open at offset 5 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17240): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2c7e000 item 60 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17240): _readAt: size=2, off=5 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17240): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17240): _writeAt: size=3, off=5 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17240): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17240): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.969109087 +0000 UTC m=+30.466375905 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17240): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17800): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17800): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17800): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17800): >_readAt: n=3, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17800): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.969109087 +0000 UTC m=+30.466375905 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17800): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2c7e700 item 60 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17e40): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17e40): open at offset 0 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17e40): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17e40): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17e40): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17e40): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17e40): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17e40): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.970489664 +0000 UTC m=+30.467756462 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c17e40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c60480): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c60480): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c60480): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2c7ec40 item 61 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c60480): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c60480): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.971028121 +0000 UTC m=+30.468294919 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c60480): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c60b80): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c60b80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c60b80): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c60b80): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c60b80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.971028121 +0000 UTC m=+30.468294919 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c60b80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2c7f3b0 item 61 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c611c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c611c0): open at offset 0 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c611c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c611c0): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c611c0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c611c0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c611c0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c611c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.974595299 +0000 UTC m=+30.471862098 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c611c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c61700): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c61700): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c61700): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2c7f810 item 62 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c61700): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c61700): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.975132654 +0000 UTC m=+30.472399452 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c61700): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c61e00): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c61e00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c61e00): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c61e00): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c61e00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.975132654 +0000 UTC m=+30.472399452 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c61e00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2c7fc70 item 62 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8e540): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8e540): open at offset 0 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8e540): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8e540): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8e540): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8e540): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8e540): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8e540): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.976606879 +0000 UTC m=+30.473873676 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8e540): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8ea80): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8ea80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8ea80): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b262d2d0 item 63 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8ea80): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8ea80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.9770681 +0000 UTC m=+30.474334898 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8ea80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8f180): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8f180): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8f180): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8f180): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8f180): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.9770681 +0000 UTC m=+30.474334898 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8f180): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b262d5e0 item 63 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8f7c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8f7c0): open at offset 0 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8f7c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8f7c0): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8f7c0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8f7c0): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8f7c0): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8f7c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.979772829 +0000 UTC m=+30.477039627 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8f7c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8fd00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8fd00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8fd00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2436310 item 64 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8fd00): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8fd00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.980372843 +0000 UTC m=+30.477639641 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2c8fd00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6500): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6500): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6500): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6500): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6500): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.980372843 +0000 UTC m=+30.477639641 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6500): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2436700 item 64 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6b40): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6b40): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6b40): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6b40): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6b40): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.982026957 +0000 UTC m=+30.479293754 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6b40): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6fc0): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6fc0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6fc0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6fc0): >_readAt: n=2, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6fc0): _writeAt: size=3, off=2 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2436d90 item 65 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6fc0): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6fc0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.985613181 +0000 UTC m=+30.482879979 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc6fc0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc74c0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc74c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc74c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc74c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc74c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.985613181 +0000 UTC m=+30.482879979 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc74c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b24371f0 item 65 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc7b00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc7b00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc7b00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc7b00): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc7b00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.987125909 +0000 UTC m=+30.484392706 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2cc7b00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce4080): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce4080): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2437c70 item 66 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce4080): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce4080): >_readAt: n=0, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce4080): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce4080): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce4080): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.987658766 +0000 UTC m=+30.484925564 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce4080): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce45c0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce45c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce45c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce45c0): >_readAt: n=3, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce45c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.987658766 +0000 UTC m=+30.484925564 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce45c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b296c000 item 66 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce4c00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce4c00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce4c00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce4c00): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce4c00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.990060061 +0000 UTC m=+30.487326879 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce4c00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce5080): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce5080): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce5080): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce5080): >_readAt: n=2, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce5080): _writeAt: size=3, off=2 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b296c380 item 67 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce5080): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce5080): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.990633204 +0000 UTC m=+30.487900002 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce5080): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce5580): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce5580): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce5580): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce5580): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce5580): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.990633204 +0000 UTC m=+30.487900002 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2ce5580): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b296c620 item 67 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcb880): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcb880): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcb880): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcb880): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcb880): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.993623592 +0000 UTC m=+30.490890390 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcb880): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcbd80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcbd80): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ec070 item 68 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcbd80): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcbd80): >_readAt: n=0, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcbd80): _writeAt: size=3, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcbd80): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcbd80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.994176977 +0000 UTC m=+30.491443776 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bcbd80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf63c0): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf63c0): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf63c0): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf63c0): >_readAt: n=3, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf63c0): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.994176977 +0000 UTC m=+30.491443776 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf63c0): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ec380 item 68 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf6a00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf6a00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf6a00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf6a00): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf6a00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.997818927 +0000 UTC m=+30.495085725 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf6a00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf6e80): _readAt: size=2, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf6e80): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf6e80): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf6e80): >_readAt: n=2, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf6e80): _writeAt: size=3, off=2 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ec700 item 69 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf6e80): >_writeAt: n=3, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf6e80): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.998341754 +0000 UTC m=+30.495608552 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf6e80): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf7380): _readAt: size=512, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf7380): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf7380): >openPending: err= 2026/04/12 02:58:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf7380): >_readAt: n=5, err=EOF 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf7380): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.998341754 +0000 UTC m=+30.495608552 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf7380): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: Remove: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26eca10 item 69 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf7a00): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf7a00): >openPending: err= 2026/04/12 02:58:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf7a00): _writeAt: size=5, off=0 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf7a00): >_writeAt: n=5, err= 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf7a00): close: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:23.999597006 +0000 UTC m=+30.496863804 2026/04/12 02:58:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2bf7a00): >close: err= 2026/04/12 02:58:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/12 02:58:23 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:23 DEBUG : open-test-file(0x3955b2d9c000): openPending: 2026/04/12 02:58:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9c000): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ecd90 item 70 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9c000): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9c000): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9c000): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9c000): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9c000): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.000171281 +0000 UTC m=+30.497438079 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9c000): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9c540): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9c540): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9c540): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9c540): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9c540): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.000171281 +0000 UTC m=+30.497438079 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9c540): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ed030 item 70 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9cbc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9cbc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9cbc0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9cbc0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9cbc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.004216862 +0000 UTC m=+30.501483660 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9cbc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9d0c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9d0c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9d0c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9d0c0): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9d0c0): _writeAt: size=3, off=2 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ed490 item 71 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9d0c0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9d0c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.004706146 +0000 UTC m=+30.501972945 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9d0c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9d5c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9d5c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9d5c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9d5c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9d5c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.004706146 +0000 UTC m=+30.501972945 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9d5c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ed6c0 item 71 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9dc40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9dc40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9dc40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9dc40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9dc40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.00587276 +0000 UTC m=+30.503139558 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d9dc40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbc240): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbc240): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26edce0 item 72 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbc240): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbc240): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbc240): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbc240): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbc240): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.006392401 +0000 UTC m=+30.503659200 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbc240): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbc780): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbc780): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbc780): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbc780): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbc780): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.006392401 +0000 UTC m=+30.503659200 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbc780): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b29980e0 item 72 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbcd40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbcd40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbcd40): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbcd40): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbcd40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbcd40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbcd40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.009779109 +0000 UTC m=+30.507045907 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbcd40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbd240): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbd240): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbd240): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b29988c0 item 73 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbd240): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbd240): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.010234659 +0000 UTC m=+30.507501457 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbd240): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbd700): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbd700): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbd700): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbd700): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbd700): _writeAt: size=3, off=2 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2998cb0 item 73 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbd700): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbd700): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.010837769 +0000 UTC m=+30.508104567 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbd700): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbdc40): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbdc40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbdc40): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbdc40): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbdc40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.010837769 +0000 UTC m=+30.508104567 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dbdc40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2998f50 item 73 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8380): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8380): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8380): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8380): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8380): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8380): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8380): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.012099723 +0000 UTC m=+30.509366531 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8380): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8880): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8880): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8880): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b29993b0 item 74 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8880): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8880): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.012516791 +0000 UTC m=+30.509783588 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8880): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8dc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8dc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2999570 item 74 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8dc0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8dc0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8dc0): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8dc0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8dc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.01477182 +0000 UTC m=+30.512038618 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd8dc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9340): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9340): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9340): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9340): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9340): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.01477182 +0000 UTC m=+30.512038618 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9340): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2999730 item 74 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9980): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9980): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9980): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9980): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9980): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9980): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9980): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.015995682 +0000 UTC m=+30.513262479 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9980): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9e80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9e80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9e80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2999dc0 item 75 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9e80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9e80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.01675151 +0000 UTC m=+30.514018318 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2dd9e80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e004c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e004c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e004c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e004c0): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e004c0): _writeAt: size=3, off=2 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302e0e0 item 75 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e004c0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e004c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.018573882 +0000 UTC m=+30.515840680 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e004c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce5700): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce5700): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce5700): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce5700): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce5700): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.018573882 +0000 UTC m=+30.515840680 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce5700): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302e460 item 75 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce5d40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce5d40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce5d40): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce5d40): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce5d40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce5d40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce5d40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.020043036 +0000 UTC m=+30.517309834 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce5d40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22340): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22340): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22340): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b296ca80 item 76 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22340): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22340): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.021325339 +0000 UTC m=+30.518592147 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22340): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22880): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22880): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b296cd20 item 76 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22880): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22880): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22880): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22880): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22880): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.022160226 +0000 UTC m=+30.519427025 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22880): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22e00): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22e00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22e00): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22e00): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22e00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.022160226 +0000 UTC m=+30.519427025 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d22e00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b296d180 item 76 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d23440): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d23440): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d23440): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d23440): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d23440): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d23440): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d23440): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.025403542 +0000 UTC m=+30.522670340 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d23440): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d23940): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d23940): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d23940): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b296d9d0 item 77 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d23940): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d23940): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.025917143 +0000 UTC m=+30.523183941 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d23940): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54140): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54140): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54140): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54140): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54140): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.025917143 +0000 UTC m=+30.523183941 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54140): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d48070 item 77 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54780): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54780): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54780): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54780): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54780): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54780): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54780): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.027302329 +0000 UTC m=+30.524569128 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54780): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54c80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54c80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54c80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d48540 item 78 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54c80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54c80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.028275287 +0000 UTC m=+30.525542085 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d54c80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d55380): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d55380): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d55380): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d55380): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d55380): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.028275287 +0000 UTC m=+30.525542085 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d55380): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d48930 item 78 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d559c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d559c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d559c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d559c0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d559c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d559c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d559c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.030131072 +0000 UTC m=+30.527397871 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d559c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d55ec0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d55ec0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d55ec0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d48ee0 item 79 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d55ec0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d55ec0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.031263973 +0000 UTC m=+30.528530771 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d55ec0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8e6c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8e6c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8e6c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8e6c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8e6c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.031263973 +0000 UTC m=+30.528530771 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8e6c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d490a0 item 79 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ed00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ed00): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ed00): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ed00): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ed00): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ed00): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ed00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.033430575 +0000 UTC m=+30.530697373 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ed00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f200): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f200): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f200): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d49500 item 80 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f200): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f200): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.033878792 +0000 UTC m=+30.531145590 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f200): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f900): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f900): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f900): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f900): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f900): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.033878792 +0000 UTC m=+30.531145590 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f900): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d49810 item 80 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eac040): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eac040): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eac040): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eac040): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eac040): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.039995997 +0000 UTC m=+30.537262795 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eac040): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eac4c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eac4c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eac4c0): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eac4c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eac4c0): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eac4c0): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d49c70 item 81 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eac4c0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eac4c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.041097767 +0000 UTC m=+30.538364566 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eac4c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e00bc0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e00bc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e00bc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e00bc0): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e00bc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.041097767 +0000 UTC m=+30.538364566 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e00bc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302e700 item 81 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e003c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e003c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e003c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e003c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e003c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.043388114 +0000 UTC m=+30.540654913 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e003c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e008c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e008c0): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e008c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b3022310 item 82 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e008c0): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e008c0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e008c0): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e008c0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e008c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.044279938 +0000 UTC m=+30.541546737 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e008c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01300): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01300): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01300): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01300): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01300): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.044279938 +0000 UTC m=+30.541546737 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01300): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30224d0 item 82 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01980): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01980): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01980): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01980): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01980): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.04599054 +0000 UTC m=+30.543257338 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01980): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01e80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01e80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01e80): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01e80): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01e80): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01e80): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30229a0 item 83 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01e80): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01e80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.046705471 +0000 UTC m=+30.543972269 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e01e80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eaccc0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eaccc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eaccc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eaccc0): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eaccc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.046705471 +0000 UTC m=+30.543972269 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eaccc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b3022b60 item 83 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ead340): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ead340): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ead340): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ead340): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ead340): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.048227475 +0000 UTC m=+30.545494273 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ead340): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ead840): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ead840): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ead840): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b3022ee0 item 84 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ead840): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ead840): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ead840): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ead840): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ead840): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.049153625 +0000 UTC m=+30.546420423 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ead840): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eaddc0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eaddc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eaddc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eaddc0): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eaddc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.049153625 +0000 UTC m=+30.546420423 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2eaddc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b3023110 item 84 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ea940): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ea940): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ea940): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ea940): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ea940): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.05065487 +0000 UTC m=+30.547921668 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ea940): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eae40): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eae40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eae40): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eae40): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eae40): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eae40): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b3023650 item 85 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eae40): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eae40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.051664397 +0000 UTC m=+30.548931195 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eae40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb400): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb400): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb400): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb400): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb400): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.051664397 +0000 UTC m=+30.548931195 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb400): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30238f0 item 85 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eba80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eba80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eba80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eba80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eba80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.053570518 +0000 UTC m=+30.550837316 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eba80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b23721c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b23721c0): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b23721c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b3023ce0 item 86 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b23721c0): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b23721c0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b23721c0): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b23721c0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b23721c0): close: 2026/04/12 02:58:24 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-fapogov3seci/dir/file1: no such file or directory 2026/04/12 02:58:24 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-fapogov3seci/dir/file1: no such file or directory 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.054241245 +0000 UTC m=+30.551508043 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b23721c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094280): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094280): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094280): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094280): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094280): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.054241245 +0000 UTC m=+30.551508043 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094280): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302e070 item 86 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094900): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094900): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094900): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094900): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094900): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.056249759 +0000 UTC m=+30.553516567 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094900): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094e00): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094e00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094e00): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094e00): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094e00): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094e00): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302e930 item 87 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094e00): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094e00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.056981811 +0000 UTC m=+30.554248609 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094e00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095340): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095340): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095340): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095340): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095340): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.056981811 +0000 UTC m=+30.554248609 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095340): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302eaf0 item 87 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095ac0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095ac0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095ac0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095ac0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095ac0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.058801749 +0000 UTC m=+30.556068547 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095ac0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4640): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4640): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4640): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302f0a0 item 88 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4640): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4640): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4640): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4640): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4640): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.059874275 +0000 UTC m=+30.557141073 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4640): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5280): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5280): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5280): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5280): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5280): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.059874275 +0000 UTC m=+30.557141073 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5280): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302f340 item 88 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5a00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5a00): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5a00): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5a00): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5a00): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5a00): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5a00): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5a00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.061975955 +0000 UTC m=+30.559242753 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5a00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0440): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0440): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0440): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302f810 item 89 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0440): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0440): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.06294175 +0000 UTC m=+30.560208548 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0440): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0ac0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0ac0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0ac0): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0ac0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0ac0): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0ac0): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302fb20 item 89 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0ac0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0ac0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.063552724 +0000 UTC m=+30.560819522 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0ac0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b1a80): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b1a80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b1a80): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b1a80): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b1a80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.063552724 +0000 UTC m=+30.560819522 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b1a80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302fd50 item 89 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8e500): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8e500): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8e500): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8e500): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8e500): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8e500): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8e500): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8e500): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.064914105 +0000 UTC m=+30.562180903 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8e500): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ea40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ea40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ea40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d48380 item 90 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ea40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ea40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.065458102 +0000 UTC m=+30.562724900 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ea40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ef80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ef80): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ef80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d48540 item 90 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ef80): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ef80): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ef80): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ef80): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ef80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.06623497 +0000 UTC m=+30.563501768 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8ef80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f540): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f540): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f540): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f540): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f540): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.06623497 +0000 UTC m=+30.563501768 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2e8f540): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d48930 item 90 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed00c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed00c0): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed00c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed00c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed00c0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed00c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed00c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed00c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.068503535 +0000 UTC m=+30.565770334 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed00c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed0600): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed0600): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed0600): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d48ee0 item 91 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed0600): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed0600): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.069139095 +0000 UTC m=+30.566405893 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed0600): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed0b40): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed0b40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed0b40): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed0b40): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed0b40): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed0b40): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d490a0 item 91 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed0b40): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed0b40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.069793623 +0000 UTC m=+30.567060420 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed0b40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed10c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed10c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed10c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed10c0): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed10c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.069793623 +0000 UTC m=+30.567060420 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed10c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d49340 item 91 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed1700): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed1700): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed1700): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed1700): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed1700): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed1700): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed1700): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed1700): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.071990572 +0000 UTC m=+30.569257370 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed1700): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed1c40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed1c40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed1c40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d498f0 item 92 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed1c40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed1c40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.072476861 +0000 UTC m=+30.569743659 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ed1c40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28180): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28180): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28180): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26aa2a0 item 92 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28180): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28180): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28180): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28180): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28180): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.073382602 +0000 UTC m=+30.570649399 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28180): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28740): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28740): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28740): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28740): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28740): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.073382602 +0000 UTC m=+30.570649399 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28740): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26aa460 item 92 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28d80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28d80): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28d80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28d80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28d80): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28d80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28d80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28d80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.075152826 +0000 UTC m=+30.572419623 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f28d80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f292c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f292c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f292c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ab0a0 item 93 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f292c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f292c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.075738532 +0000 UTC m=+30.573005330 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f292c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f299c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f299c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f299c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f299c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f299c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.075738532 +0000 UTC m=+30.573005330 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f299c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ab3b0 item 93 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34100): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34100): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34100): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34100): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34100): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34100): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34100): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34100): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.077274022 +0000 UTC m=+30.574540820 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34100): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34640): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34640): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34640): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b25f4000 item 94 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34640): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34640): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.078361807 +0000 UTC m=+30.575628625 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34640): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34d40): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34d40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34d40): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34d40): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34d40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.078361807 +0000 UTC m=+30.575628625 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f34d40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b25f4620 item 94 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6000): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6000): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6000): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6000): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6000): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6000): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6000): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6000): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.080101352 +0000 UTC m=+30.577368151 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6000): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6540): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6540): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6540): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b263e150 item 95 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6540): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6540): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.080678593 +0000 UTC m=+30.577945391 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6540): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6c40): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6c40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6c40): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6c40): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6c40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.080678593 +0000 UTC m=+30.577945391 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee6c40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b263e5b0 item 95 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee7280): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee7280): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee7280): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee7280): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee7280): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee7280): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee7280): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee7280): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.082060122 +0000 UTC m=+30.579326921 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee7280): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee77c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee77c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee77c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b263f420 item 96 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee77c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee77c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.082545269 +0000 UTC m=+30.579812067 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee77c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee7ec0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee7ec0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee7ec0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee7ec0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee7ec0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.082545269 +0000 UTC m=+30.579812067 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ee7ec0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b263f9d0 item 96 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= 2026/04/12 02:58:24 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:24 DEBUG : Looking for writers 2026/04/12 02:58:24 DEBUG : >WaitForWriters: 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:24 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/04/12 02:58:24 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2a40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2a40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2a40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2a40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2a40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.095915965 +0000 UTC m=+30.593182763 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2a40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2ec0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2ec0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2ec0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2ec0): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2ec0): _writeAt: size=3, off=2 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2ec0): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2ec0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.095915965 +0000 UTC m=+30.593182763 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2ec0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3380): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3380): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3380): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3380): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3380): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.095915965 +0000 UTC m=+30.593182763 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3380): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2faf880 item 1 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef39c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef39c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef39c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef39c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef39c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.098579226 +0000 UTC m=+30.595846024 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef39c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3ec0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3ec0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3ec0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3ec0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3ec0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.098579226 +0000 UTC m=+30.595846024 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3ec0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2fafdc0 item 2 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fe600): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fe600): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fe600): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fe600): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fe600): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.100310376 +0000 UTC m=+30.597577174 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fe600): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fea80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fea80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fea80): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fea80): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fea80): _writeAt: size=3, off=2 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fea80): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fea80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.100310376 +0000 UTC m=+30.597577174 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fea80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fef40): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fef40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fef40): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fef40): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fef40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.100310376 +0000 UTC m=+30.597577174 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27fef40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26991f0 item 3 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27ff5c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27ff5c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27ff5c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27ff5c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27ff5c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.101982676 +0000 UTC m=+30.599249474 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27ff5c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27ffb00): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27ffb00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27ffb00): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27ffb00): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27ffb00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.101982676 +0000 UTC m=+30.599249474 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b27ffb00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2699ab0 item 4 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2838240): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2838240): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2838240): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2838240): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2838240): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.103761976 +0000 UTC m=+30.601028774 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2838240): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b28386c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b28386c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b28386c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b28386c0): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b28386c0): _writeAt: size=3, off=2 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b28386c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b28386c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.103761976 +0000 UTC m=+30.601028774 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b28386c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2838b80): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2838b80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2838b80): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2838b80): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2838b80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.103761976 +0000 UTC m=+30.601028774 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2838b80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b266aa10 item 5 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839200): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839200): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839200): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839200): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839200): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.106234556 +0000 UTC m=+30.603501354 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839200): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839740): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839740): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839740): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839740): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839740): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.106234556 +0000 UTC m=+30.603501354 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839740): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b266b6c0 item 6 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839dc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839dc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839dc0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839dc0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839dc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.107479288 +0000 UTC m=+30.604746086 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2839dc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29023c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29023c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29023c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29023c0): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29023c0): _writeAt: size=3, off=2 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29023c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29023c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.107479288 +0000 UTC m=+30.604746086 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29023c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902880): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902880): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902880): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902880): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902880): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.107479288 +0000 UTC m=+30.604746086 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902880): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a522a0 item 7 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902f00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902f00): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902f00): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902f00): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902f00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.110134463 +0000 UTC m=+30.607401261 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902f00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903440): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903440): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903440): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903440): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903440): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.110134463 +0000 UTC m=+30.607401261 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903440): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a52850 item 8 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29840c0): _readAt: size=2, off=0 2026/04/12 02:58:24 ERROR : open-test-file(0x3955b29840c0): Couldn't read size of file 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29840c0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29840c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29840c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29840c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29840c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984480): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984480): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984480): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984480): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984480): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.111531572 +0000 UTC m=+30.608798370 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984480): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984900): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984900): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984900): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984900): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984900): _writeAt: size=3, off=2 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984900): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984900): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.111531572 +0000 UTC m=+30.608798370 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984900): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984e00): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984e00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984e00): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984e00): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984e00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.111531572 +0000 UTC m=+30.608798370 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2984e00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2637420 item 9 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2985480): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2985480): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2985480): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2985480): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2985480): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.11469606 +0000 UTC m=+30.611962858 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2985480): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29859c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29859c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29859c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29859c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29859c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.11469606 +0000 UTC m=+30.611962858 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29859c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2662310 item 10 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba100): _readAt: size=2, off=0 2026/04/12 02:58:24 ERROR : open-test-file(0x3955b29ba100): Couldn't read size of file 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba100): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba100): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba100): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba100): close: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba100): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba4c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba4c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba4c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba4c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba4c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.116740061 +0000 UTC m=+30.614006859 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba4c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba9c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba9c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba9c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba9c0): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba9c0): _writeAt: size=3, off=2 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba9c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba9c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.116740061 +0000 UTC m=+30.614006859 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ba9c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29baec0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29baec0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29baec0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29baec0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29baec0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.116740061 +0000 UTC m=+30.614006859 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29baec0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2662f50 item 11 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29bb540): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29bb540): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29bb540): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29bb540): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29bb540): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.119686256 +0000 UTC m=+30.616953054 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29bb540): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29bba80): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29bba80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29bba80): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29bba80): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29bba80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.119686256 +0000 UTC m=+30.616953054 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29bba80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2663d50 item 12 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d01c0): _readAt: size=2, off=0 2026/04/12 02:58:24 ERROR : open-test-file(0x3955b29d01c0): Couldn't read size of file 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d01c0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d01c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d01c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d01c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d01c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d0580): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d0580): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d0580): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d0580): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d0580): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.121709147 +0000 UTC m=+30.618975955 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d0580): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d0c40): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d0c40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d0c40): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d0c40): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d0c40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.121709147 +0000 UTC m=+30.618975955 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d0c40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d4460 item 13 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d12c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d12c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d12c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d12c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d12c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.1234843 +0000 UTC m=+30.620751098 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d12c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903cc0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903cc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903cc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903cc0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903cc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.1234843 +0000 UTC m=+30.620751098 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903cc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a52af0 item 14 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d15c0): _readAt: size=2, off=0 2026/04/12 02:58:24 ERROR : open-test-file(0x3955b29d15c0): Couldn't read size of file 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d15c0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d15c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d15c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d15c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d15c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d1980): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d1980): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d1980): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d1980): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d1980): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.126020171 +0000 UTC m=+30.623286969 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29d1980): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0a140): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0a140): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0a140): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0a140): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0a140): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.126020171 +0000 UTC m=+30.623286969 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0a140): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d4a80 item 15 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0a7c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0a7c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0a7c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0a7c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0a7c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.127461283 +0000 UTC m=+30.624728081 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0a7c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0ad00): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0ad00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0ad00): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0ad00): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0ad00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.127461283 +0000 UTC m=+30.624728081 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0ad00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d4e70 item 16 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0b340): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0b340): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0b340): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0b340): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0b340): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.129737702 +0000 UTC m=+30.627004501 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0b340): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0b7c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0b7c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0b7c0): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0b7c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0b7c0): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0b7c0): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0b7c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0b7c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.129737702 +0000 UTC m=+30.627004501 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0b7c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0bcc0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0bcc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0bcc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0bcc0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0bcc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.129737702 +0000 UTC m=+30.627004501 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a0bcc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d52d0 item 17 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a66440): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a66440): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a66440): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a66440): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a66440): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.132271588 +0000 UTC m=+30.629538387 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a66440): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a66980): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a66980): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a66980): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a66980): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a66980): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.132271588 +0000 UTC m=+30.629538387 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a66980): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d5810 item 18 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67000): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67000): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67000): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67000): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67000): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.133545014 +0000 UTC m=+30.630811813 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67000): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67500): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67500): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67500): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67500): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67500): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67500): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67500): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67500): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.133545014 +0000 UTC m=+30.630811813 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67500): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67a00): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67a00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67a00): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67a00): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67a00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.133545014 +0000 UTC m=+30.630811813 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a67a00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d5b90 item 19 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9a180): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9a180): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9a180): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9a180): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9a180): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.135581261 +0000 UTC m=+30.632848059 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9a180): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9a6c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9a6c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9a6c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9a6c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9a6c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.135581261 +0000 UTC m=+30.632848059 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9a6c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba8460 item 20 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9ad40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9ad40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9ad40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9ad40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9ad40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.137012103 +0000 UTC m=+30.634278901 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9ad40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9b240): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9b240): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9b240): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9b240): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9b240): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9b240): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9b240): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9b240): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.137012103 +0000 UTC m=+30.634278901 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9b240): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9b740): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9b740): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9b740): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9b740): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9b740): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.137012103 +0000 UTC m=+30.634278901 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9b740): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba87e0 item 21 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9bdc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9bdc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9bdc0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9bdc0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9bdc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.139470587 +0000 UTC m=+30.636737406 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a9bdc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4400): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4400): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4400): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4400): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4400): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.139470587 +0000 UTC m=+30.636737406 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4400): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba8e00 item 22 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4a80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4a80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4a80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4a80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4a80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.140777386 +0000 UTC m=+30.638044183 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4a80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4f80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4f80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4f80): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4f80): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4f80): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4f80): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4f80): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4f80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.140777386 +0000 UTC m=+30.638044183 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac4f80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac5480): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac5480): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac5480): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac5480): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac5480): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.140777386 +0000 UTC m=+30.638044183 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac5480): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba9420 item 23 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac5b00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac5b00): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac5b00): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac5b00): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac5b00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.142768668 +0000 UTC m=+30.640035465 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ac5b00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aec140): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aec140): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aec140): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aec140): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aec140): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.142768668 +0000 UTC m=+30.640035465 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aec140): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba98f0 item 24 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aec780): _readAt: size=2, off=0 2026/04/12 02:58:24 ERROR : open-test-file(0x3955b2aec780): Couldn't read size of file 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aec780): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aec780): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aec780): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aec780): close: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aec780): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aecb40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aecb40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aecb40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aecb40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aecb40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.144743377 +0000 UTC m=+30.642010175 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aecb40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aed040): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aed040): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aed040): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aed040): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aed040): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aed040): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aed040): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aed040): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.144743377 +0000 UTC m=+30.642010175 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aed040): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aed580): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aed580): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aed580): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aed580): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aed580): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.144743377 +0000 UTC m=+30.642010175 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aed580): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a7c000 item 25 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938440): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938440): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938440): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938440): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938440): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.147149802 +0000 UTC m=+30.644416601 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938440): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938980): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938980): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938980): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938980): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938980): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.147149802 +0000 UTC m=+30.644416601 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938980): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a53030 item 26 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938fc0): _readAt: size=2, off=0 2026/04/12 02:58:24 ERROR : open-test-file(0x3955b2938fc0): Couldn't read size of file 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938fc0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938fc0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938fc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938fc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2938fc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939380): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939380): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939380): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939380): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939380): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.148717574 +0000 UTC m=+30.645984372 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939380): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939880): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939880): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939880): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939880): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939880): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939880): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939880): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939880): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.148717574 +0000 UTC m=+30.645984372 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939880): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939dc0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939dc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939dc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939dc0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939dc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.148717574 +0000 UTC m=+30.645984372 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2939dc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a53570 item 27 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b98540): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b98540): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b98540): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b98540): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b98540): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.150458002 +0000 UTC m=+30.647724800 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b98540): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b98a80): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b98a80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b98a80): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b98a80): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b98a80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.150458002 +0000 UTC m=+30.647724800 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b98a80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a53c70 item 28 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b990c0): _readAt: size=2, off=0 2026/04/12 02:58:24 ERROR : open-test-file(0x3955b2b990c0): Couldn't read size of file 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b990c0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b990c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b990c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b990c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b990c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b99480): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b99480): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b99480): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b99480): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b99480): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.152065457 +0000 UTC m=+30.649332265 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b99480): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b99b40): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b99b40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b99b40): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b99b40): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b99b40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.152065457 +0000 UTC m=+30.649332265 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b99b40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26504d0 item 29 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb82c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb82c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb82c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb82c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb82c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.153883242 +0000 UTC m=+30.651150040 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb82c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb8800): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb8800): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb8800): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb8800): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb8800): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.153883242 +0000 UTC m=+30.651150040 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb8800): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2650d20 item 30 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb8e40): _readAt: size=2, off=0 2026/04/12 02:58:24 ERROR : open-test-file(0x3955b2bb8e40): Couldn't read size of file 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb8e40): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb8e40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb8e40): >_writeAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb8e40): close: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb8e40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb9200): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb9200): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb9200): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb9200): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb9200): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.155398815 +0000 UTC m=+30.652665613 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb9200): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb98c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb98c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb98c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb98c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb98c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.155398815 +0000 UTC m=+30.652665613 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bb98c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f800e0 item 31 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bce040): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bce040): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bce040): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bce040): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bce040): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.156798128 +0000 UTC m=+30.654064925 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bce040): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bce580): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bce580): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bce580): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bce580): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bce580): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.156798128 +0000 UTC m=+30.654064925 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bce580): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f804d0 item 32 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcebc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcebc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcebc0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcebc0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcebc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.158440731 +0000 UTC m=+30.655707529 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcebc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcf040): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcf040): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcf040): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcf040): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcf040): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f808c0 item 33 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcf040): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcf040): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.159023361 +0000 UTC m=+30.656290159 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcf040): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcf540): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcf540): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcf540): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcf540): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcf540): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.159023361 +0000 UTC m=+30.656290159 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcf540): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f80af0 item 33 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcfb80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcfb80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcfb80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcfb80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcfb80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.160207618 +0000 UTC m=+30.657474416 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bcfb80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02100): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02100): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f80e70 item 34 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02100): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02100): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02100): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02100): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02100): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.160692685 +0000 UTC m=+30.657959482 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02100): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02640): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02640): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02640): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02640): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02640): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.160692685 +0000 UTC m=+30.657959482 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02640): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f81030 item 34 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02c80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02c80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02c80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02c80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02c80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.161775389 +0000 UTC m=+30.659042218 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c02c80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aedc00): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aedc00): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aedc00): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aedc00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aedc00): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a7c380 item 35 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aedc00): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aedc00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.162706288 +0000 UTC m=+30.659973086 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aedc00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3a200): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3a200): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3a200): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3a200): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3a200): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.162706288 +0000 UTC m=+30.659973086 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3a200): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a7c770 item 35 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3a880): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3a880): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3a880): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3a880): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3a880): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.164934838 +0000 UTC m=+30.662201636 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3a880): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3ad80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3ad80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a7cd90 item 36 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3ad80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3ad80): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3ad80): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3ad80): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3ad80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.165455972 +0000 UTC m=+30.662722770 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3ad80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3b2c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3b2c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3b2c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3b2c0): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3b2c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.165455972 +0000 UTC m=+30.662722770 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3b2c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a7d0a0 item 36 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3b900): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3b900): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3b900): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3b900): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3b900): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.167247856 +0000 UTC m=+30.664514655 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3b900): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3bd80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3bd80): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3bd80): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3bd80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3bd80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a7d650 item 37 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3bd80): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3bd80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.167836348 +0000 UTC m=+30.665103147 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b3bd80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6c380): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6c380): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6c380): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6c380): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6c380): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.167836348 +0000 UTC m=+30.665103147 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6c380): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b229e380 item 37 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6ca00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6ca00): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6ca00): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6ca00): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6ca00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.169622743 +0000 UTC m=+30.666889541 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6ca00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6cf00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6cf00): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b229f260 item 38 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6cf00): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6cf00): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6cf00): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6cf00): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6cf00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.170298509 +0000 UTC m=+30.667565307 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6cf00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6d440): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6d440): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6d440): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6d440): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6d440): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.170298509 +0000 UTC m=+30.667565307 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6d440): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b229f730 item 38 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6dac0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6dac0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6dac0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6dac0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6dac0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.171994473 +0000 UTC m=+30.669261271 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b6dac0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cac0c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cac0c0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cac0c0): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cac0c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cac0c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2c7e380 item 39 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cac0c0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cac0c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.172775928 +0000 UTC m=+30.670042726 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cac0c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cac5c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cac5c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cac5c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cac5c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cac5c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.172775928 +0000 UTC m=+30.670042726 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cac5c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2c7e850 item 39 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cacc40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cacc40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cacc40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cacc40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cacc40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.174747533 +0000 UTC m=+30.672014331 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cacc40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cad140): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cad140): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2c7f260 item 40 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cad140): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cad140): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cad140): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cad140): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cad140): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.175561671 +0000 UTC m=+30.672828469 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cad140): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cad680): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cad680): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cad680): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cad680): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cad680): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.175561671 +0000 UTC m=+30.672828469 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cad680): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2c7f500 item 40 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cadc40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cadc40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cadc40): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cadc40): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cadc40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cadc40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cadc40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.176923824 +0000 UTC m=+30.674190632 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2cadc40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0240): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0240): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0240): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2c7fb20 item 41 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0240): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0240): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.177867146 +0000 UTC m=+30.675133944 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0240): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03180): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03180): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03180): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03180): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03180): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f815e0 item 41 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03180): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03180): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.178434648 +0000 UTC m=+30.675701446 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03180): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c036c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c036c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c036c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c036c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c036c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.178434648 +0000 UTC m=+30.675701446 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c036c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f817a0 item 41 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03d00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03d00): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03d00): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03d00): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03d00): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03d00): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03d00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.180429906 +0000 UTC m=+30.677696704 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c03d00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2e300): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2e300): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2e300): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2f81dc0 item 42 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2e300): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2e300): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.180787862 +0000 UTC m=+30.678054660 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2e300): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2e840): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2e840): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b262c3f0 item 42 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2e840): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2e840): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2e840): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2e840): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2e840): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.18164982 +0000 UTC m=+30.678916618 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2e840): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2edc0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2edc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2edc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2edc0): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2edc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.18164982 +0000 UTC m=+30.678916618 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2edc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b262d3b0 item 42 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2f400): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2f400): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2f400): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2f400): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2f400): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2f400): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2f400): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.183549319 +0000 UTC m=+30.680816117 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2f400): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2f900): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2f900): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2f900): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b262dd50 item 43 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2f900): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2f900): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.183988278 +0000 UTC m=+30.681255076 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2f900): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2fe40): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2fe40): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2fe40): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2fe40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2fe40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2436380 item 43 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2fe40): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2fe40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.184453436 +0000 UTC m=+30.681720234 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c2fe40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56480): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56480): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56480): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56480): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56480): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.184453436 +0000 UTC m=+30.681720234 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56480): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2436850 item 43 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56ac0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56ac0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56ac0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56ac0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56ac0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56ac0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56ac0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.186253266 +0000 UTC m=+30.683520064 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56ac0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56fc0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56fc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56fc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2436e00 item 44 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56fc0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56fc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.186899096 +0000 UTC m=+30.684165894 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c56fc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c57500): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c57500): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2437570 item 44 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c57500): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c57500): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c57500): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c57500): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c57500): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.187533214 +0000 UTC m=+30.684800022 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c57500): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c57a80): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c57a80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c57a80): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c57a80): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c57a80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.187533214 +0000 UTC m=+30.684800022 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c57a80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2437810 item 44 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d121c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d121c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d121c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d121c0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d121c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d121c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d121c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.189272369 +0000 UTC m=+30.686539177 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d121c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d126c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d126c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d126c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d00150 item 45 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d126c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d126c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.18971723 +0000 UTC m=+30.686984027 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d126c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d12dc0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d12dc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d12dc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d12dc0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d12dc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.18971723 +0000 UTC m=+30.686984027 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d12dc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d00460 item 45 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0640): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0640): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0640): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0640): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0640): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0640): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0640): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.191656042 +0000 UTC m=+30.688922840 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0640): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0b40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0b40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0b40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ec1c0 item 46 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0b40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0b40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.192638428 +0000 UTC m=+30.689905226 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0b40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1240): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1240): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1240): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1240): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1240): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.192638428 +0000 UTC m=+30.689905226 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1240): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ec460 item 46 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1880): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1880): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1880): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1880): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1880): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1880): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1880): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.196391207 +0000 UTC m=+30.693658005 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1880): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29fe580): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29fe580): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29fe580): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2998150 item 47 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29fe580): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29fe580): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.199071048 +0000 UTC m=+30.696337856 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29fe580): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29fec80): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29fec80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29fec80): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29fec80): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29fec80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.199071048 +0000 UTC m=+30.696337856 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29fec80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b25f4460 item 47 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ffe80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ffe80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ffe80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ffe80): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ffe80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ffe80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ffe80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.200507382 +0000 UTC m=+30.697774180 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29ffe80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0480): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0480): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0480): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b25f4c40 item 48 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0480): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0480): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.200936463 +0000 UTC m=+30.698203260 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0480): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0b80): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0b80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0b80): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0b80): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0b80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.200936463 +0000 UTC m=+30.698203260 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce0b80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b25f53b0 item 48 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce11c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce11c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce11c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce11c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce11c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.202203846 +0000 UTC m=+30.699470644 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce11c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1640): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1640): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1640): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1640): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1640): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1640): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d00310 item 49 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1640): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1640): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.202659917 +0000 UTC m=+30.699926715 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1640): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1bc0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1bc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1bc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1bc0): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1bc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.202659917 +0000 UTC m=+30.699926715 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ce1bc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d004d0 item 49 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ea700): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ea700): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ea700): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ea700): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ea700): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.2037942 +0000 UTC m=+30.701060998 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ea700): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eac40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eac40): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eac40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d008c0 item 50 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eac40): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eac40): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eac40): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eac40): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eac40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.204336565 +0000 UTC m=+30.701603363 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eac40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb240): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb240): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb240): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb240): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb240): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.204336565 +0000 UTC m=+30.701603363 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb240): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d00b60 item 50 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb8c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb8c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb8c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb8c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb8c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.205706783 +0000 UTC m=+30.702973581 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26eb8c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ebdc0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ebdc0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ebdc0): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ebdc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ebdc0): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ebdc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d01490 item 51 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ebdc0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ebdc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.206181559 +0000 UTC m=+30.703448357 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26ebdc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094400): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094400): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094400): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094400): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094400): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.206181559 +0000 UTC m=+30.703448357 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094400): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d019d0 item 51 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094a80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094a80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094a80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094a80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094a80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.207360728 +0000 UTC m=+30.704627526 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094a80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094f80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094f80): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094f80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d01d50 item 52 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094f80): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094f80): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094f80): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094f80): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094f80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.207908692 +0000 UTC m=+30.705175490 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3094f80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095500): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095500): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095500): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095500): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095500): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.207908692 +0000 UTC m=+30.705175490 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095500): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2998540 item 52 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095c00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095c00): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095c00): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095c00): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095c00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.209234116 +0000 UTC m=+30.706500934 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b3095c00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4880): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4880): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4880): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4880): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4880): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4880): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2998cb0 item 53 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4880): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4880): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.209655401 +0000 UTC m=+30.706922209 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a4880): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5380): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5380): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5380): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5380): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5380): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.209655401 +0000 UTC m=+30.706922209 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5380): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2998f50 item 53 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5b40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5b40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5b40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5b40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5b40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.210962951 +0000 UTC m=+30.708229749 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b26a5b40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b05c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b05c0): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b05c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b29993b0 item 54 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b05c0): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b05c0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b05c0): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b05c0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b05c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.211460982 +0000 UTC m=+30.708727790 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b05c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0cc0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0cc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0cc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0cc0): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0cc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.211460982 +0000 UTC m=+30.708727790 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b25b0cc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2999570 item 54 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b23724c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b23724c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b23724c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b23724c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b23724c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.212762981 +0000 UTC m=+30.710029779 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b23724c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2040): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2040): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2040): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2040): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2040): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2040): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2999b90 item 55 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2040): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2040): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.21333963 +0000 UTC m=+30.710606428 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2040): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2580): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2580): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2580): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2580): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2580): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.21333963 +0000 UTC m=+30.710606428 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2580): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2999dc0 item 55 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2c40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2c40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2c40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2c40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2c40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.214728274 +0000 UTC m=+30.711995072 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef2c40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3140): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3140): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3140): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ec460 item 56 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3140): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3140): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3140): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3140): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3140): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.215258886 +0000 UTC m=+30.712525684 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3140): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef36c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef36c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef36c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef36c0): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef36c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.215258886 +0000 UTC m=+30.712525684 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef36c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ec690 item 56 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3d00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3d00): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3d00): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3d00): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3d00): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3d00): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3d00): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3d00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.216617162 +0000 UTC m=+30.713883960 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ef3d00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282e340): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282e340): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282e340): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ecb60 item 57 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282e340): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282e340): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.217133698 +0000 UTC m=+30.714400495 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282e340): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282e880): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282e880): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282e880): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282e880): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282e880): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282e880): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ecd20 item 57 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282e880): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282e880): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.217547319 +0000 UTC m=+30.714814117 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282e880): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282ee00): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282ee00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282ee00): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282ee00): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282ee00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.217547319 +0000 UTC m=+30.714814117 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282ee00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ecfc0 item 57 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282f440): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282f440): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282f440): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282f440): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282f440): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282f440): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282f440): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282f440): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.218784486 +0000 UTC m=+30.716051284 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282f440): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282f980): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282f980): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282f980): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ed420 item 58 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282f980): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282f980): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.219244895 +0000 UTC m=+30.716511693 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282f980): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282fec0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282fec0): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282fec0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ed650 item 58 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282fec0): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282fec0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282fec0): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282fec0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282fec0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.219783323 +0000 UTC m=+30.717050121 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b282fec0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283c580): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283c580): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283c580): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283c580): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283c580): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.219783323 +0000 UTC m=+30.717050121 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283c580): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ed810 item 58 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283cbc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283cbc0): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283cbc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283cbc0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283cbc0): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283cbc0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283cbc0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283cbc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.221203534 +0000 UTC m=+30.718470333 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283cbc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283d100): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283d100): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283d100): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302e000 item 59 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283d100): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283d100): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.221637113 +0000 UTC m=+30.718903921 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283d100): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283d640): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283d640): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283d640): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283d640): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283d640): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283d640): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302e380 item 59 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283d640): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283d640): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.222110989 +0000 UTC m=+30.719377788 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283d640): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283dbc0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283dbc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283dbc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283dbc0): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283dbc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.222110989 +0000 UTC m=+30.719377788 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b283dbc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302e540 item 59 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902300): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902300): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902300): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902300): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902300): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902300): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902300): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902300): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.22326571 +0000 UTC m=+30.720532508 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902300): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902840): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902840): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902840): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302e9a0 item 60 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902840): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902840): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.223765154 +0000 UTC m=+30.721031952 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902840): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902d80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902d80): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902d80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302ec40 item 60 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902d80): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902d80): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902d80): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902d80): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902d80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.224466038 +0000 UTC m=+30.721732837 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2902d80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903340): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903340): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903340): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903340): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903340): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.224466038 +0000 UTC m=+30.721732837 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903340): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302ef50 item 60 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903980): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903980): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903980): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903980): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903980): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903980): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903980): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903980): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.226289843 +0000 UTC m=+30.723556641 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903980): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903ec0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903ec0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903ec0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302f3b0 item 61 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903ec0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903ec0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.226778987 +0000 UTC m=+30.724045785 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2903ec0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291a6c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291a6c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291a6c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291a6c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291a6c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.226778987 +0000 UTC m=+30.724045785 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291a6c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302f650 item 61 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ad00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ad00): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ad00): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ad00): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ad00): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ad00): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ad00): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ad00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.228228055 +0000 UTC m=+30.725494852 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ad00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291b240): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291b240): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291b240): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b302fc00 item 62 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291b240): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291b240): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.228791598 +0000 UTC m=+30.726058396 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291b240): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3c540): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3c540): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3c540): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3c540): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3c540): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.228791598 +0000 UTC m=+30.726058396 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3c540): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b3022150 item 62 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3cb80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3cb80): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3cb80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3cb80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3cb80): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3cb80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3cb80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3cb80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.230624721 +0000 UTC m=+30.727891519 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3cb80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3d0c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3d0c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3d0c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30224d0 item 63 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3d0c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3d0c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.231304635 +0000 UTC m=+30.728571453 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3d0c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3d7c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3d7c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3d7c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3d7c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3d7c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.231304635 +0000 UTC m=+30.728571453 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3d7c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30227e0 item 63 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3de00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3de00): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3de00): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3de00): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3de00): >_readAt: n=0, err=Bad file descriptor 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3de00): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3de00): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3de00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.232911662 +0000 UTC m=+30.730178459 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f3de00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4a440): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4a440): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4a440): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b3022b60 item 64 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4a440): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4a440): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.233424931 +0000 UTC m=+30.730691739 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4a440): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4ab40): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4ab40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4ab40): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4ab40): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4ab40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.233424931 +0000 UTC m=+30.730691739 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4ab40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b3022d20 item 64 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4b180): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4b180): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4b180): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4b180): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4b180): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.234763378 +0000 UTC m=+30.732030177 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4b180): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4b600): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4b600): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4b600): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4b600): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4b600): _writeAt: size=3, off=2 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b3023110 item 65 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4b600): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4b600): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.235290756 +0000 UTC m=+30.732557553 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4b600): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4bb00): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4bb00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4bb00): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4bb00): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4bb00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.235290756 +0000 UTC m=+30.732557553 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f4bb00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30233b0 item 65 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f58240): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f58240): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f58240): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f58240): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f58240): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.236685279 +0000 UTC m=+30.733952078 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f58240): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f586c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f586c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30238f0 item 66 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f586c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f586c0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f586c0): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f586c0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f586c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.237252811 +0000 UTC m=+30.734519619 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f586c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f58c00): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f58c00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f58c00): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f58c00): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f58c00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.237252811 +0000 UTC m=+30.734519619 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2f58c00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b3023b20 item 66 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291b580): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291b580): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291b580): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291b580): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291b580): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.238467897 +0000 UTC m=+30.735734705 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291b580): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ba40): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ba40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ba40): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ba40): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ba40): _writeAt: size=3, off=2 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26aa0e0 item 67 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ba40): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ba40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.238992287 +0000 UTC m=+30.736259095 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b291ba40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293c040): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293c040): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293c040): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293c040): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293c040): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.238992287 +0000 UTC m=+30.736259095 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293c040): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26aa3f0 item 67 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293c6c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293c6c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293c6c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293c6c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293c6c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.24022199 +0000 UTC m=+30.737488788 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293c6c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293cbc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293cbc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26aafc0 item 68 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293cbc0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293cbc0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293cbc0): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293cbc0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293cbc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.240784773 +0000 UTC m=+30.738051571 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293cbc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293d100): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293d100): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293d100): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293d100): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293d100): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.240784773 +0000 UTC m=+30.738051571 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293d100): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26ab340 item 68 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293d740): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293d740): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293d740): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293d740): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293d740): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.242203102 +0000 UTC m=+30.739469900 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293d740): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293dbc0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293dbc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293dbc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293dbc0): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293dbc0): _writeAt: size=3, off=2 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26abdc0 item 69 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293dbc0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293dbc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.242691675 +0000 UTC m=+30.739958473 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b293dbc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297e1c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297e1c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297e1c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297e1c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297e1c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.242691675 +0000 UTC m=+30.739958473 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297e1c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d48230 item 69 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297e840): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297e840): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297e840): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297e840): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297e840): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.244169637 +0000 UTC m=+30.741436435 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297e840): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297ed40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297ed40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d48620 item 70 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297ed40): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297ed40): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297ed40): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297ed40): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297ed40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.244728432 +0000 UTC m=+30.741995230 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297ed40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297f280): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297f280): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297f280): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297f280): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297f280): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.244728432 +0000 UTC m=+30.741995230 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297f280): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d48a10 item 70 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297f900): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297f900): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297f900): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297f900): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297f900): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.245886309 +0000 UTC m=+30.743153107 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297f900): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297fe00): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297fe00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297fe00): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297fe00): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297fe00): _writeAt: size=3, off=2 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d48fc0 item 71 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297fe00): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297fe00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.246475332 +0000 UTC m=+30.743742131 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b297fe00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4400): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4400): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4400): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4400): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4400): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.246475332 +0000 UTC m=+30.743742131 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4400): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d49260 item 71 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4a80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4a80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4a80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4a80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4a80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.247774386 +0000 UTC m=+30.745041184 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4a80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4f80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4f80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d495e0 item 72 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4f80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4f80): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4f80): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4f80): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4f80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.248312032 +0000 UTC m=+30.745578829 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a4f80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a54c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a54c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a54c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a54c0): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a54c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.248312032 +0000 UTC m=+30.745578829 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a54c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d497a0 item 72 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a5a80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a5a80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a5a80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a5a80): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a5a80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a5a80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a5a80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.249575086 +0000 UTC m=+30.746841884 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29a5a80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6080): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6080): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6080): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d49c00 item 73 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6080): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6080): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.250009517 +0000 UTC m=+30.747276315 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6080): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6540): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6540): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6540): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6540): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6540): _writeAt: size=3, off=2 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2d49dc0 item 73 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6540): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6540): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.250524871 +0000 UTC m=+30.747791679 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6540): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6a80): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6a80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6a80): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6a80): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6a80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.250524871 +0000 UTC m=+30.747791679 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c6a80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b263e150 item 73 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c70c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c70c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c70c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c70c0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c70c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c70c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c70c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.251824095 +0000 UTC m=+30.749090894 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c70c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c75c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c75c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c75c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b263ee70 item 74 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c75c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c75c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.252267252 +0000 UTC m=+30.749534051 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c75c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c7b00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c7b00): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b263f420 item 74 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c7b00): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c7b00): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c7b00): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c7b00): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c7b00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.252819815 +0000 UTC m=+30.750086614 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29c7b00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e6180): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e6180): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e6180): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e6180): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e6180): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.252819815 +0000 UTC m=+30.750086614 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e6180): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b263f9d0 item 74 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e67c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e67c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e67c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e67c0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e67c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e67c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e67c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.253986801 +0000 UTC m=+30.751253649 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e67c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d44180): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d44180): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d44180): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2fae000 item 75 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d44180): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d44180): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.254623593 +0000 UTC m=+30.751890391 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d44180): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d446c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d446c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d446c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d446c0): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d446c0): _writeAt: size=3, off=2 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2fae2a0 item 75 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d446c0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d446c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.255154767 +0000 UTC m=+30.752421565 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d446c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d44c00): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d44c00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d44c00): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d44c00): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d44c00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.255154767 +0000 UTC m=+30.752421565 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d44c00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2fae5b0 item 75 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45240): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45240): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45240): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45240): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45240): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45240): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45240): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.256447228 +0000 UTC m=+30.753714026 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45240): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45740): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45740): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45740): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2fae930 item 76 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45740): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45740): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.256875717 +0000 UTC m=+30.754142606 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45740): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45c80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45c80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2faecb0 item 76 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45c80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45c80): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45c80): _writeAt: size=3, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45c80): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45c80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.257482163 +0000 UTC m=+30.754748961 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d45c80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7a300): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7a300): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7a300): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7a300): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7a300): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.257482163 +0000 UTC m=+30.754748961 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7a300): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2faee70 item 76 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7a940): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7a940): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7a940): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7a940): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7a940): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7a940): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7a940): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.258717115 +0000 UTC m=+30.755983913 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7a940): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7ae40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7ae40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7ae40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2faf2d0 item 77 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7ae40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7ae40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.259193917 +0000 UTC m=+30.756460725 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7ae40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7b540): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7b540): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7b540): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7b540): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7b540): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.259193917 +0000 UTC m=+30.756460725 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7b540): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2faf490 item 77 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7bb80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7bb80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7bb80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7bb80): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7bb80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7bb80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7bb80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.260518889 +0000 UTC m=+30.757785687 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2d7bb80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aba180): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aba180): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aba180): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2faf810 item 78 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aba180): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aba180): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.260985451 +0000 UTC m=+30.758252249 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aba180): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aba880): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aba880): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aba880): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aba880): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aba880): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.260985451 +0000 UTC m=+30.758252249 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2aba880): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2faf9d0 item 78 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e6c80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e6c80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e6c80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e6c80): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e6c80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e6c80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e6c80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.262918411 +0000 UTC m=+30.760185209 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e6c80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e7200): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e7200): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e7200): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b231a460 item 79 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e7200): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e7200): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.263528274 +0000 UTC m=+30.760795072 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e7200): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e7900): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e7900): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e7900): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e7900): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e7900): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.263528274 +0000 UTC m=+30.760795072 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b29e7900): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b231b110 item 79 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58040): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58040): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58040): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58040): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58040): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58040): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58040): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.265064094 +0000 UTC m=+30.762330893 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58040): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58540): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58540): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58540): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2698310 item 80 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58540): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58540): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.265805415 +0000 UTC m=+30.763072213 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58540): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58c40): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58c40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58c40): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58c40): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58c40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.265805415 +0000 UTC m=+30.763072213 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a58c40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2698d90 item 80 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59280): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59280): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59280): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59280): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59280): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.267597059 +0000 UTC m=+30.764863857 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59280): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59700): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59700): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59700): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59700): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59700): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59700): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26995e0 item 81 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59700): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59700): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.268268487 +0000 UTC m=+30.765535285 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59700): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59c40): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59c40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59c40): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59c40): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59c40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.268268487 +0000 UTC m=+30.765535285 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2a59c40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26999d0 item 81 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b203c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b203c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b203c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b203c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b203c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.269727965 +0000 UTC m=+30.766994762 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b203c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b208c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b208c0): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b208c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b266a620 item 82 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b208c0): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b208c0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b208c0): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b208c0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b208c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.270318129 +0000 UTC m=+30.767584928 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b208c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b20e40): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b20e40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b20e40): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b20e40): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b20e40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.270318129 +0000 UTC m=+30.767584928 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b20e40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b266afc0 item 82 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b214c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b214c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b214c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b214c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b214c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.271654984 +0000 UTC m=+30.768921782 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b214c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b219c0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b219c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b219c0): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b219c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b219c0): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b219c0): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b266b650 item 83 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b219c0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b219c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.272350057 +0000 UTC m=+30.769616855 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b219c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52000): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52000): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52000): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52000): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52000): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.272350057 +0000 UTC m=+30.769616855 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52000): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b266bb90 item 83 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52680): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52680): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52680): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52680): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52680): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.273793975 +0000 UTC m=+30.771060773 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52680): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52b80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52b80): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52b80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26372d0 item 84 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52b80): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52b80): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52b80): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52b80): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52b80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.274538591 +0000 UTC m=+30.771805389 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b52b80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53100): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53100): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53100): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53100): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53100): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.274538591 +0000 UTC m=+30.771805389 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53100): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2637500 item 84 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53780): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53780): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53780): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53780): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53780): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.275780889 +0000 UTC m=+30.773047687 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53780): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53c80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53c80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53c80): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53c80): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53c80): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53c80): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2662230 item 85 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53c80): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53c80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.276292234 +0000 UTC m=+30.773559032 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b53c80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7e2c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7e2c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7e2c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7e2c0): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7e2c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.276292234 +0000 UTC m=+30.773559032 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7e2c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2662850 item 85 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7e940): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7e940): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7e940): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7e940): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7e940): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.277824328 +0000 UTC m=+30.775091126 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7e940): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7ee40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7ee40): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7ee40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2663180 item 86 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7ee40): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7ee40): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7ee40): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7ee40): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7ee40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.278420544 +0000 UTC m=+30.775687342 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7ee40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7f3c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7f3c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7f3c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7f3c0): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7f3c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.278420544 +0000 UTC m=+30.775687342 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7f3c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b26637a0 item 86 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7fa40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7fa40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7fa40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7fa40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7fa40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.280195177 +0000 UTC m=+30.777461974 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2b7fa40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbe040): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbe040): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbe040): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbe040): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbe040): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbe040): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d4230 item 87 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbe040): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbe040): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.280761346 +0000 UTC m=+30.778028144 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbe040): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbe580): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbe580): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbe580): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbe580): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbe580): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.280761346 +0000 UTC m=+30.778028144 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbe580): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d4460 item 87 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbec00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbec00): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbec00): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbec00): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbec00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.282001618 +0000 UTC m=+30.779268417 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbec00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbf100): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbf100): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbf100): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b30d49a0 item 88 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbf100): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbf100): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbf100): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbf100): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbf100): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.28289743 +0000 UTC m=+30.780164228 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2bbf100): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abb040): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abb040): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abb040): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abb040): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abb040): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.28289743 +0000 UTC m=+30.780164228 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abb040): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2fafc70 item 88 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abb680): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abb680): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abb680): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abb680): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abb680): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abb680): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abb680): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abb680): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.284647196 +0000 UTC m=+30.781913994 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abb680): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abbbc0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abbbc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abbbc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba81c0 item 89 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abbbc0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abbbc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.285250486 +0000 UTC m=+30.782517283 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2abbbc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4200): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4200): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4200): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4200): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4200): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4200): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba8540 item 89 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4200): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4200): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.286041039 +0000 UTC m=+30.783307837 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4200): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4780): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4780): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4780): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4780): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4780): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.286041039 +0000 UTC m=+30.783307837 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4780): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba8700 item 89 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4dc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4dc0): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4dc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4dc0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4dc0): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4dc0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4dc0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4dc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.287816873 +0000 UTC m=+30.785083691 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad4dc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5300): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5300): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5300): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba8a80 item 90 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5300): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5300): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.288370629 +0000 UTC m=+30.785637427 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5300): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5840): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5840): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5840): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba8d90 item 90 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5840): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5840): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5840): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5840): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5840): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.288941187 +0000 UTC m=+30.786207985 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5840): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5e00): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5e00): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5e00): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5e00): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5e00): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.288941187 +0000 UTC m=+30.786207985 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2ad5e00): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba9110 item 90 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08540): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08540): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08540): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08540): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08540): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08540): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08540): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08540): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.290807913 +0000 UTC m=+30.788074712 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08540): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08a80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08a80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08a80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba9570 item 91 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08a80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08a80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.291601092 +0000 UTC m=+30.788867890 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08a80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08fc0): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08fc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08fc0): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08fc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08fc0): >_readAt: n=2, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08fc0): _writeAt: size=3, off=7 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba9730 item 91 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08fc0): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08fc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.292477767 +0000 UTC m=+30.789744565 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c08fc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c09540): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c09540): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c09540): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c09540): >_readAt: n=8, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c09540): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.292477767 +0000 UTC m=+30.789744565 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c09540): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2ba98f0 item 91 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c09b80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c09b80): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c09b80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c09b80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c09b80): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c09b80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c09b80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c09b80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.294172749 +0000 UTC m=+30.791439547 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c09b80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c281c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c281c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c281c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a521c0 item 92 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c281c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c281c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.294752253 +0000 UTC m=+30.792019051 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c281c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c28700): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c28700): open at offset 5 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c28700): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a524d0 item 92 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c28700): _readAt: size=2, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c28700): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c28700): _writeAt: size=3, off=5 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c28700): >_writeAt: n=3, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c28700): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.29535346 +0000 UTC m=+30.792620258 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c28700): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c28cc0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c28cc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c28cc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c28cc0): >_readAt: n=3, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c28cc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.29535346 +0000 UTC m=+30.792620258 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c28cc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a52690 item 92 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c29300): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c29300): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c29300): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c29300): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c29300): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c29300): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c29300): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c29300): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.296958862 +0000 UTC m=+30.794225660 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c29300): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c29840): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c29840): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c29840): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a52a10 item 93 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c29840): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c29840): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.297916751 +0000 UTC m=+30.795183549 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c29840): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50040): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50040): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50040): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50040): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50040): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.297916751 +0000 UTC m=+30.795183549 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50040): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a52cb0 item 93 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50680): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50680): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50680): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50680): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50680): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50680): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50680): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50680): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.299269987 +0000 UTC m=+30.796536785 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50680): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50bc0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50bc0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50bc0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a53110 item 94 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50bc0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50bc0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.299682307 +0000 UTC m=+30.796949104 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c50bc0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c512c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c512c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c512c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c512c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c512c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.299682307 +0000 UTC m=+30.796949104 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c512c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a533b0 item 94 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c51900): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c51900): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c51900): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c51900): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c51900): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c51900): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c51900): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c51900): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.301159717 +0000 UTC m=+30.798426515 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c51900): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c51e40): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c51e40): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c51e40): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a53810 item 95 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c51e40): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c51e40): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.301619807 +0000 UTC m=+30.798886604 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c51e40): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c72640): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c72640): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c72640): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c72640): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c72640): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.301619807 +0000 UTC m=+30.798886604 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c72640): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2a53c00 item 95 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c72c80): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c72c80): open at offset 0 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c72c80): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c72c80): _readAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c72c80): >_readAt: n=0, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c72c80): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c72c80): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c72c80): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.30328392 +0000 UTC m=+30.800550718 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c72c80): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c731c0): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c731c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c731c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2650380 item 96 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c731c0): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c731c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.303709884 +0000 UTC m=+30.800976683 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c731c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/12 02:58:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/12 02:58:24 DEBUG : open-test-file: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c738c0): _readAt: size=512, off=0 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c738c0): openPending: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c738c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c738c0): >_readAt: n=5, err=EOF 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c738c0): close: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-12 02:58:24.303709884 +0000 UTC m=+30.800976683 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : open-test-file(0x3955b2c738c0): >close: err= 2026/04/12 02:58:24 DEBUG : open-test-file: Remove: 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3955b2650770 item 96 2026/04/12 02:58:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/12 02:58:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/12 02:58:24 DEBUG : open-test-file: >Remove: err= 2026/04/12 02:58:24 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:24 DEBUG : Looking for writers 2026/04/12 02:58:24 DEBUG : >WaitForWriters: 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.51s) --- PASS: TestRWFileHandleOpenTests/writes (0.29s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.01s) --- 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.01s) --- 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.01s) --- 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.22s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:24 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:24 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : file1: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : file1(0x3955b2e1c0c0): openPending: 2026/04/12 02:58:24 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:24 DEBUG : file1(0x3955b2e1c0c0): >openPending: err= 2026/04/12 02:58:24 DEBUG : file1: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:24 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/12 02:58:24 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/12 02:58:24 DEBUG : file1(0x3955b2e1c0c0): _writeAt: size=2, off=0 2026/04/12 02:58:24 DEBUG : file1(0x3955b2e1c0c0): >_writeAt: n=2, err= 2026/04/12 02:58:24 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/12 02:58:24 DEBUG : file1(0x3955b2e1c0c0): RWFileHandle.Flush 2026/04/12 02:58:24 DEBUG : file1(0x3955b2e1c0c0): RWFileHandle.Release 2026/04/12 02:58:24 DEBUG : file1(0x3955b2e1c0c0): close: 2026/04/12 02:58:24 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/12 02:58:24 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : file1(0x3955b2e1c0c0): >close: err= 2026/04/12 02:58:24 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:24 DEBUG : Looking for writers 2026/04/12 02:58:24 DEBUG : file1: reading active writers 2026/04/12 02:58:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:24 DEBUG : Looking for writers 2026/04/12 02:58:24 DEBUG : file1: reading active writers 2026/04/12 02:58:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:24 DEBUG : Looking for writers 2026/04/12 02:58:24 DEBUG : file1: reading active writers 2026/04/12 02:58:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:24 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-fapogov3seci/dir/file1: no such file or directory 2026/04/12 02:58:24 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-fapogov3seci/dir/file1: no such file or directory 2026/04/12 02:58:24 DEBUG : Looking for writers 2026/04/12 02:58:24 DEBUG : file1: reading active writers 2026/04/12 02:58:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:24 DEBUG : file1: vfs cache: starting upload 2026/04/12 02:58:24 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1.a0a9169e.partial" 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1.a0a9169e.partial 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1.a0a9169e.partial" 2026/04/12 02:58:24 DEBUG : Looking for writers 2026/04/12 02:58:24 DEBUG : file1: reading active writers 2026/04/12 02:58:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-fapogov3seci/file1.a0a9169e.partial 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:24 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/12 02:58:24 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/12 02:58:24 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/04/12 02:58:24 INFO : file1: Copied (new) 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-fapogov3seci/file1 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:24 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/12 02:58:24 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/04/12 02:58:24 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/12 02:58:24 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:24 INFO : file1: vfs cache: upload succeeded try #1 2026/04/12 02:58:24 DEBUG : Looking for writers 2026/04/12 02:58:24 DEBUG : file1: reading active writers 2026/04/12 02:58:24 DEBUG : >WaitForWriters: 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:24 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-fapogov3seci/dir/file1: no such file or directory 2026/04/12 02:58:24 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-fapogov3seci/dir/file1: no such file or directory 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-fapogov3seci/file1 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:24 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:24 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/04/12 02:58:24 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:24 DEBUG : Looking for writers 2026/04/12 02:58:24 DEBUG : file1: reading active writers 2026/04/12 02:58:24 DEBUG : >WaitForWriters: 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:24 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:24 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:24 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:24 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:24 DEBUG : rename_me: newRWFileHandle: 2026/04/12 02:58:24 DEBUG : rename_me(0x3955b29fe500): openPending: 2026/04/12 02:58:24 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/12 02:58:24 DEBUG : rename_me(0x3955b29fe500): >openPending: err= 2026/04/12 02:58:24 DEBUG : rename_me: >newRWFileHandle: err= 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/12 02:58:24 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/04/12 02:58:24 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/04/12 02:58:24 DEBUG : rename_me(0x3955b29fe500): _writeAt: size=5, off=0 2026/04/12 02:58:24 DEBUG : rename_me(0x3955b29fe500): >_writeAt: n=5, err= 2026/04/12 02:58:24 DEBUG : rename_me(0x3955b29fe500): close: 2026/04/12 02:58:24 DEBUG : rename_me: vfs cache: setting modification time to 2026-04-12 02:58:24.83422475 +0000 UTC m=+31.331491548 2026/04/12 02:58:24 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/04/12 02:58:24 DEBUG : rename_me(0x3955b29fe500): >close: err= 2026/04/12 02:58:24 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/04/12 02:58:24 DEBUG : i_was_renamed: Updating file with 0x3955b2ad6b40 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/04/12 02:58:24 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/12 02:58:24 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:24 DEBUG : Looking for writers 2026/04/12 02:58:24 DEBUG : i_was_renamed: reading active writers 2026/04/12 02:58:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/12 02:58:24 DEBUG : Looking for writers 2026/04/12 02:58:24 DEBUG : i_was_renamed: reading active writers 2026/04/12 02:58:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/12 02:58:24 DEBUG : Looking for writers 2026/04/12 02:58:24 DEBUG : i_was_renamed: reading active writers 2026/04/12 02:58:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/12 02:58:24 DEBUG : Looking for writers 2026/04/12 02:58:24 DEBUG : i_was_renamed: reading active writers 2026/04/12 02:58:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/12 02:58:24 DEBUG : i_was_renamed: vfs cache: starting upload 2026/04/12 02:58:24 DEBUG : i_was_renamed.d26a1404.partial: size = 5 OK 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/i_was_renamed.d26a1404.partial" 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/i_was_renamed.d26a1404.partial 2026/04/12 02:58:24 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/i_was_renamed.d26a1404.partial" 2026/04/12 02:58:24 DEBUG : Looking for writers 2026/04/12 02:58:24 DEBUG : i_was_renamed: reading active writers 2026/04/12 02:58:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/i_was_renamed.d26a1404.partial 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:25 DEBUG : i_was_renamed.d26a1404.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:25 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/12 02:58:25 DEBUG : i_was_renamed.d26a1404.partial: renamed to: i_was_renamed 2026/04/12 02:58:25 INFO : i_was_renamed: Copied (new) 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/i_was_renamed" 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/i_was_renamed 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/i_was_renamed" 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/i_was_renamed 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:25 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:25 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-04-12 02:58:24 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/12 02:58:25 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/04/12 02:58:25 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/12 02:58:25 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/04/12 02:58:25 DEBUG : Looking for writers 2026/04/12 02:58:25 DEBUG : i_was_renamed: reading active writers 2026/04/12 02:58:25 DEBUG : >WaitForWriters: 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:25 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/12 02:58:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-fapogov3seci" 2026/04/12 02:58:25 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:25 DEBUG : forgetting directory cache 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate(0x3955b2e1d380): _readAt: size=512, off=0 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate(0x3955b2e1d380): openPending: 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-12 01:59:25 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/12 02:58:25 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate(0x3955b2e1d380): >openPending: err= 2026/04/12 02:58:25 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate(0x3955b2e1d380): >_readAt: n=20, err=EOF 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate(0x3955b2e1d380): close: 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-12 01:59:25 +0000 UTC 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate(0x3955b2e1d380): >close: err= 2026/04/12 02:58:25 DEBUG : Re-reading directory (108.535956ms old) 2026/04/12 02:58:25 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:25 DEBUG : forgetting directory cache 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:25 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:25 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate(0x3955b26ea800): _readAt: size=512, off=0 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate(0x3955b26ea800): openPending: 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-12 02:00:25 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-04-12 01:59:25 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-12 02:00:25 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-04-12 01:59:25 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/04/12 02:58:26 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/12 02:58:26 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate(0x3955b26ea800): >openPending: err= 2026/04/12 02:58:26 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate(0x3955b26ea800): >_readAt: n=20, err=EOF 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate(0x3955b26ea800): close: 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-12 02:00:25 +0000 UTC 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate(0x3955b26ea800): >close: err= 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : forgetting directory cache 2026/04/12 02:58:26 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate(0x3955b25b0480): _readAt: size=512, off=0 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate(0x3955b25b0480): openPending: 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-12 02:01:25 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-04-12 02:00:25 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-12 02:01:25 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-04-12 02:00:25 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/04/12 02:58:26 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/12 02:58:26 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate(0x3955b25b0480): >openPending: err= 2026/04/12 02:58:26 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate(0x3955b25b0480): >_readAt: n=20, err=EOF 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate(0x3955b25b0480): close: 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-12 02:01:25 +0000 UTC 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate(0x3955b25b0480): >close: err= 2026/04/12 02:58:26 DEBUG : Re-reading directory (105.838031ms old) 2026/04/12 02:58:26 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:26 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:26 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/04/12 02:58:26 DEBUG : forgetting directory cache 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate(0x3955b25b15c0): _readAt: size=512, off=0 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate(0x3955b25b15c0): openPending: 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-12 02:02:25 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-04-12 02:01:25 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-12 02:02:25 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-04-12 02:01:25 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/04/12 02:58:27 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/12 02:58:27 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate(0x3955b25b15c0): >openPending: err= 2026/04/12 02:58:27 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate(0x3955b25b15c0): >_readAt: n=20, err=EOF 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate(0x3955b25b15c0): close: 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-12 02:02:25 +0000 UTC 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate(0x3955b25b15c0): >close: err= 2026/04/12 02:58:27 DEBUG : Re-reading directory (105.687286ms old) 2026/04/12 02:58:27 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/04/12 02:58:27 DEBUG : forgetting directory cache 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate(0x3955b2f59600): _readAt: size=512, off=0 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate(0x3955b2f59600): openPending: 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-12 02:03:25 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-04-12 02:02:25 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-12 02:03:25 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-04-12 02:02:25 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/04/12 02:58:27 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/12 02:58:27 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate(0x3955b2f59600): >openPending: err= 2026/04/12 02:58:27 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate(0x3955b2f59600): >_readAt: n=20, err=EOF 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate(0x3955b2f59600): close: 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-12 02:03:25 +0000 UTC 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate(0x3955b2f59600): >close: err= 2026/04/12 02:58:27 DEBUG : Re-reading directory (108.168053ms old) 2026/04/12 02:58:27 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/04/12 02:58:27 DEBUG : forgetting directory cache 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate(0x3955b26ebe40): _readAt: size=512, off=0 2026/04/12 02:58:27 DEBUG : TestRWCacheUpdate(0x3955b26ebe40): openPending: 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:27 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-12 02:04:25 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-04-12 02:03:25 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-12 02:04:25 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-04-12 02:03:25 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/04/12 02:58:28 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/12 02:58:28 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate(0x3955b26ebe40): >openPending: err= 2026/04/12 02:58:28 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate(0x3955b26ebe40): >_readAt: n=20, err=EOF 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate(0x3955b26ebe40): close: 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-12 02:04:25 +0000 UTC 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate(0x3955b26ebe40): >close: err= 2026/04/12 02:58:28 DEBUG : Re-reading directory (102.625802ms old) 2026/04/12 02:58:28 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : forgetting directory cache 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate(0x3955b23725c0): _readAt: size=512, off=0 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate(0x3955b23725c0): openPending: 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-04-12 02:05:25 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-04-12 02:04:25 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-04-12 02:05:25 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-04-12 02:04:25 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/04/12 02:58:28 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/04/12 02:58:28 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate(0x3955b23725c0): >openPending: err= 2026/04/12 02:58:28 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate(0x3955b23725c0): >_readAt: n=21, err=EOF 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate(0x3955b23725c0): close: 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-12 02:05:25 +0000 UTC 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate(0x3955b23725c0): >close: err= 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : forgetting directory cache 2026/04/12 02:58:28 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate(0x3955b291a300): _readAt: size=512, off=0 2026/04/12 02:58:28 DEBUG : TestRWCacheUpdate(0x3955b291a300): openPending: 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:28 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-04-12 02:06:25 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-04-12 02:05:25 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-04-12 02:06:25 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-04-12 02:05:25 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/04/12 02:58:29 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/04/12 02:58:29 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate(0x3955b291a300): >openPending: err= 2026/04/12 02:58:29 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate(0x3955b291a300): >_readAt: n=22, err=EOF 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate(0x3955b291a300): close: 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-12 02:06:25 +0000 UTC 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate(0x3955b291a300): >close: err= 2026/04/12 02:58:29 DEBUG : Re-reading directory (104.537585ms old) 2026/04/12 02:58:29 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : forgetting directory cache 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate(0x3955b291a980): _readAt: size=512, off=0 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate(0x3955b291a980): openPending: 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-04-12 02:07:25 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-04-12 02:06:25 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-04-12 02:07:25 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-04-12 02:06:25 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/04/12 02:58:29 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/04/12 02:58:29 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate(0x3955b291a980): >openPending: err= 2026/04/12 02:58:29 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate(0x3955b291a980): >_readAt: n=23, err=EOF 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate(0x3955b291a980): close: 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-12 02:07:25 +0000 UTC 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate(0x3955b291a980): >close: err= 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : forgetting directory cache 2026/04/12 02:58:29 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate(0x3955b29e3280): _readAt: size=512, off=0 2026/04/12 02:58:29 DEBUG : TestRWCacheUpdate(0x3955b29e3280): openPending: 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:29 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/TestRWCacheUpdate" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-fapogov3seci/TestRWCacheUpdate 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:30 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/12 02:58:30 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-04-12 02:08:25 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-04-12 02:07:25 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/04/12 02:58:30 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-04-12 02:08:25 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-04-12 02:07:25 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/04/12 02:58:30 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/12 02:58:30 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/12 02:58:30 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/04/12 02:58:30 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:30 DEBUG : TestRWCacheUpdate(0x3955b29e3280): >openPending: err= 2026/04/12 02:58:30 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/04/12 02:58:30 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/12 02:58:30 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:30 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:30 DEBUG : TestRWCacheUpdate(0x3955b29e3280): >_readAt: n=24, err=EOF 2026/04/12 02:58:30 DEBUG : TestRWCacheUpdate(0x3955b29e3280): close: 2026/04/12 02:58:30 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-12 02:08:25 +0000 UTC 2026/04/12 02:58:30 DEBUG : TestRWCacheUpdate(0x3955b29e3280): >close: err= 2026/04/12 02:58:30 DEBUG : Re-reading directory (101.693202ms old) 2026/04/12 02:58:30 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/12 02:58:30 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/12 02:58:30 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:30 DEBUG : Looking for writers 2026/04/12 02:58:30 DEBUG : TestRWCacheUpdate: reading active writers 2026/04/12 02:58:30 DEBUG : >WaitForWriters: 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (4.92s) === RUN TestCaseSensitivity run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FiLeA" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/FiLeA 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/FiLeA" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-fapogov3seci/FiLeA 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:30 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FiLeA" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/FiLeA 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/FiLeA" 2026/04/12 02:58:30 DEBUG : forgetting directory cache 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-fapogov3seci/FiLeA 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:30 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FiLeB" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/FiLeB 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/FiLeB" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-fapogov3seci/FiLeB 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:30 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FiLeB" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/FiLeB 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/FiLeB" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-fapogov3seci/FiLeB 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:30 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/12 02:58:30 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:30 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:30 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:30 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/12 02:58:30 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/12 02:58:30 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/12 02:58:30 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:30 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FiLeA" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/FiLeA 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/FiLeA" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-fapogov3seci/FiLeA 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:30 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/12 02:58:30 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:30 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/12 02:58:30 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/12 02:58:30 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/12 02:58:30 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:30 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FiLeA" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/FiLeA 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/FiLeA" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-fapogov3seci/FiLeA 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:30 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/12 02:58:30 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:30 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/12 02:58:30 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/12 02:58:30 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/12 02:58:30 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:30 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:30 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:30 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/12 02:58:30 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/12 02:58:30 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/12 02:58:30 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:30 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FiLeB" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/FiLeB 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/FiLeB" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-fapogov3seci/FiLeB 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:30 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/12 02:58:30 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:30 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/12 02:58:30 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/12 02:58:30 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/12 02:58:30 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:30 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FilEb" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/FilEb 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/FilEb" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-fapogov3seci/FilEb 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:30 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FiLeA" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/FiLeA 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/FiLeA" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-fapogov3seci/FiLeA 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:30 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FiLeA" 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/FiLeA 2026/04/12 02:58:30 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/FiLeA" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-fapogov3seci/FiLeA 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:31 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FiLeB" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/FiLeB 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/FiLeB" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-fapogov3seci/FiLeB 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:31 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FiLeB" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/FiLeB 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/FiLeB" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-fapogov3seci/FiLeB 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:31 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FilEb" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/FilEb 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/FilEb" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-fapogov3seci/FilEb 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:31 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FilEb" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/FilEb 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/FilEb" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-fapogov3seci/FilEb 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:31 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/04/12 02:58:31 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/12 02:58:31 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/12 02:58:31 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/12 02:58:31 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:31 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:31 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/12 02:58:31 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/12 02:58:31 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/04/12 02:58:31 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:31 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:31 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/12 02:58:31 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/12 02:58:31 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/04/12 02:58:31 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:31 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:31 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/12 02:58:31 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/12 02:58:31 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/04/12 02:58:31 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:31 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:31 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/12 02:58:31 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/12 02:58:31 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/12 02:58:31 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:31 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FiLeB" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/FiLeB 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/FiLeB" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-fapogov3seci/FiLeB 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:31 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/12 02:58:31 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/12 02:58:31 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/12 02:58:31 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/12 02:58:31 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:31 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/FilEb" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/FilEb 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/FilEb" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-fapogov3seci/FilEb 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:31 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/12 02:58:31 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/12 02:58:31 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/12 02:58:31 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/12 02:58:31 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/12 02:58:31 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/12 02:58:31 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/12 02:58:31 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/12 02:58:31 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:31 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:31 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:31 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:31 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:31 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/12 02:58:31 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/12 02:58:31 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/12 02:58:31 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:31 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:31 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/12 02:58:31 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/12 02:58:31 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/12 02:58:31 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:31 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:31 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:31 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:31 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:31 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:31 DEBUG : Looking for writers 2026/04/12 02:58:31 DEBUG : FiLeA: reading active writers 2026/04/12 02:58:31 DEBUG : FiLeB: reading active writers 2026/04/12 02:58:31 DEBUG : FilEb: reading active writers 2026/04/12 02:58:31 DEBUG : >WaitForWriters: 2026/04/12 02:58:31 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:31 DEBUG : Looking for writers 2026/04/12 02:58:31 DEBUG : FiLeA: reading active writers 2026/04/12 02:58:31 DEBUG : FiLeB: reading active writers 2026/04/12 02:58:31 DEBUG : FilEb: reading active writers 2026/04/12 02:58:31 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.58s) === RUN TestUnicodeNormalization run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/normal name with no special characters.txt" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/normal\ name\ with\ no\ special\ characters.txt 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/normal\ name\ with\ no\ special\ characters.txt" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-fapogov3seci/normal name with no special characters.txt 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:31 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/normal name with no special characters.txt" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/normal\ name\ with\ no\ special\ characters.txt 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/normal\ name\ with\ no\ special\ characters.txt" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-fapogov3seci/normal name with no special characters.txt 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:31 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/測試_Русский___ě_áñ" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/測試_Русский___ě_áñ 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/測試_Русский___ě_áñ" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-fapogov3seci/測試_Русский___ě_áñ 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:31 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/測試_Русский___ě_áñ" 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/測試_Русский___ě_áñ 2026/04/12 02:58:31 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/測試_Русский___ě_áñ" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-fapogov3seci/測試_Русский___ě_áñ 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:32 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/12 02:58:32 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:32 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:32 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/12 02:58:32 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/12 02:58:32 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/12 02:58:32 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:32 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/normal name with no special characters.txt" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/normal\ name\ with\ no\ special\ characters.txt 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/normal\ name\ with\ no\ special\ characters.txt" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-fapogov3seci/normal name with no special characters.txt 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:32 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/12 02:58:32 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:32 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/04/12 02:58:32 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/04/12 02:58:32 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/04/12 02:58:32 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:32 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/測試_Русский___ě_áñ" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/測試_Русский___ě_áñ 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/測試_Русский___ě_áñ" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-fapogov3seci/測試_Русский___ě_áñ 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:32 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/12 02:58:32 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:32 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/12 02:58:32 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/12 02:58:32 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/12 02:58:32 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:32 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:32 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:32 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:32 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:32 DEBUG : Looking for writers 2026/04/12 02:58:32 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/04/12 02:58:32 DEBUG : normal name with no special characters.txt: reading active writers 2026/04/12 02:58:32 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.53s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:32 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Reusing VFS from active cache 2026/04/12 02:58:32 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:32 DEBUG : Looking for writers 2026/04/12 02:58:32 DEBUG : >WaitForWriters: 2026/04/12 02:58:32 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:32 DEBUG : Looking for writers 2026/04/12 02:58:32 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:32 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:32 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:32 DEBUG : Looking for writers 2026/04/12 02:58:32 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:32 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:32 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:32 DEBUG : Looking for writers 2026/04/12 02:58:32 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:32 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:32 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:32 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:32 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:32 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/12 02:58:32 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:32 DEBUG : dir: Looking for writers 2026/04/12 02:58:32 DEBUG : file2: reading active writers 2026/04/12 02:58:32 DEBUG : Looking for writers 2026/04/12 02:58:32 DEBUG : file1: reading active writers 2026/04/12 02:58:32 DEBUG : dir: reading active writers 2026/04/12 02:58:32 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.38s) === RUN TestVFSStatParent run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:32 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:32 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:32 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:32 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:32 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/12 02:58:32 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:32 DEBUG : dir: Looking for writers 2026/04/12 02:58:32 DEBUG : Looking for writers 2026/04/12 02:58:32 DEBUG : dir: reading active writers 2026/04/12 02:58:32 DEBUG : file1: reading active writers 2026/04/12 02:58:32 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.40s) === RUN TestVFSOpenFile run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:32 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:32 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:33 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:33 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:33 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:33 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/12 02:58:33 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:33 DEBUG : file1: Open: flags=O_RDONLY 2026/04/12 02:58:33 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/12 02:58:33 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/12 02:58:33 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:33 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/04/12 02:58:33 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/12 02:58:33 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:33 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:33 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:33 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/12 02:58:33 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/04/12 02:58:33 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/04/12 02:58:33 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (0 bytes), uploading instead of streaming 2026/04/12 02:58:33 DEBUG : dir/new_file.txt: size = 0 OK 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/new_file.txt" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/new_file.txt 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/new_file.txt" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fapogov3seci/dir/new_file.txt 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:33 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/12 02:58:33 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/12 02:58:33 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/04/12 02:58:33 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/12 02:58:33 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:33 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/12 02:58:33 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:33 DEBUG : dir: Looking for writers 2026/04/12 02:58:33 DEBUG : file2: reading active writers 2026/04/12 02:58:33 DEBUG : new_file.txt: reading active writers 2026/04/12 02:58:33 DEBUG : Looking for writers 2026/04/12 02:58:33 DEBUG : dir: reading active writers 2026/04/12 02:58:33 DEBUG : file1: reading active writers 2026/04/12 02:58:33 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.57s) === RUN TestVFSRename run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:33 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:33 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file2" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-fapogov3seci/dir/file2 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:33 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/12 02:58:33 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/04/12 02:58:33 DEBUG : dir/file1: Updating file with dir/file1 0x3955b2b46f00 2026/04/12 02:58:33 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/12 02:58:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:33 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/dir/file1" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-fapogov3seci/dir/file1 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:33 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/12 02:58:33 INFO : dir/file1: Moved (server-side) to: file0 2026/04/12 02:58:33 DEBUG : file0: Updating file with file0 0x3955b2b46f00 2026/04/12 02:58:33 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/12 02:58:33 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file0" 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file0 2026/04/12 02:58:33 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file0" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-fapogov3seci/file0 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:34 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file0" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/file0 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/file0" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-fapogov3seci/file0 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:34 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/12 02:58:34 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:34 DEBUG : dir: Looking for writers 2026/04/12 02:58:34 DEBUG : Looking for writers 2026/04/12 02:58:34 DEBUG : dir: reading active writers 2026/04/12 02:58:34 DEBUG : file0: reading active writers 2026/04/12 02:58:34 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.65s) === RUN TestVFSStatfs run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:34 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Server has VFS statistics extension 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: About path "/rclone-test-fapogov3seci" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: About path "/rclone-test-fapogov3seci" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: About using shell command for shell type "unix" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: df -k /rclone-test-fapogov3seci 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "df -k /rclone-test-fapogov3seci" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 142600284 8172724 90% / 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:34 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:34 DEBUG : Looking for writers 2026/04/12 02:58:34 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.07s) === RUN TestVFSMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:34 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddDir: "/" 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddDir: "b" 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddDir: "c" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddDir: "d" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/12 02:58:34 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:34 DEBUG : Looking for writers 2026/04/12 02:58:34 DEBUG : a: Looking for writers 2026/04/12 02:58:34 DEBUG : b: Looking for writers 2026/04/12 02:58:34 DEBUG : c: Looking for writers 2026/04/12 02:58:34 DEBUG : d: Looking for writers 2026/04/12 02:58:34 DEBUG : Looking for writers 2026/04/12 02:58:34 DEBUG : a: reading active writers 2026/04/12 02:58:34 DEBUG : b: reading active writers 2026/04/12 02:58:34 DEBUG : c: reading active writers 2026/04/12 02:58:34 DEBUG : d: reading active writers 2026/04/12 02:58:34 DEBUG : /: reading active writers 2026/04/12 02:58:34 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.23s) === RUN TestVFSMkdirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:34 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/12 02:58:34 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/04/12 02:58:34 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/04/12 02:58:34 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/04/12 02:58:34 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:34 DEBUG : a/b/c/d: Looking for writers 2026/04/12 02:58:34 DEBUG : a/b/c: Looking for writers 2026/04/12 02:58:34 DEBUG : d: reading active writers 2026/04/12 02:58:34 DEBUG : a/b: Looking for writers 2026/04/12 02:58:34 DEBUG : c: reading active writers 2026/04/12 02:58:34 DEBUG : a: Looking for writers 2026/04/12 02:58:34 DEBUG : b: reading active writers 2026/04/12 02:58:34 DEBUG : Looking for writers 2026/04/12 02:58:34 DEBUG : a: reading active writers 2026/04/12 02:58:34 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.03s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:34 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:34 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:34 DEBUG : Looking for writers 2026/04/12 02:58:34 DEBUG : >WaitForWriters: --- PASS: TestVFSIsMetadataFile (0.00s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:34 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:34 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/12 02:58:34 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:34 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/12 02:58:34 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/12 02:58:34 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (5 bytes), uploading instead of streaming 2026/04/12 02:58:34 DEBUG : file1: size = 5 OK 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:34 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:34 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/12 02:58:34 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:34 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-fapogov3seci/file1 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:34 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/12 02:58:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:34 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/12 02:58:34 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/12 02:58:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:34 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/12 02:58:34 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/12 02:58:34 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/04/12 02:58:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/12 02:58:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:34 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/12 02:58:34 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (0 bytes), uploading instead of streaming 2026/04/12 02:58:34 DEBUG : file1: size = 0 OK 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fapogov3seci/file1 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:34 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/12 02:58:34 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/12 02:58:34 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/12 02:58:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:34 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/12 02:58:34 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/12 02:58:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (7 bytes), uploading instead of streaming 2026/04/12 02:58:34 DEBUG : file1: size = 7 OK 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:34 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:35 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:35 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:35 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:35 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/04/12 02:58:35 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/04/12 02:58:35 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/12 02:58:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:35 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:35 DEBUG : Looking for writers 2026/04/12 02:58:35 DEBUG : file1: reading active writers 2026/04/12 02:58:35 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.52s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:35 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:35 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:35 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:35 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/12 02:58:35 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/12 02:58:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:35 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/04/12 02:58:36 DEBUG : file1: aborting in-sequence write wait, off=100 2026/04/12 02:58:36 DEBUG : file1: failed to wait for in-sequence write to 100 2026/04/12 02:58:36 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (11 bytes), uploading instead of streaming 2026/04/12 02:58:36 DEBUG : file1: size = 11 OK 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:36 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/12 02:58:36 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/12 02:58:36 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:36 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:36 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/12 02:58:36 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:36 DEBUG : Looking for writers 2026/04/12 02:58:36 DEBUG : file1: reading active writers 2026/04/12 02:58:36 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.27s) === RUN TestWriteFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:36 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/12 02:58:36 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/12 02:58:36 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (5 bytes), uploading instead of streaming 2026/04/12 02:58:36 DEBUG : file1: size = 5 OK 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:36 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/12 02:58:36 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/12 02:58:36 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/04/12 02:58:36 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:36 DEBUG : Looking for writers 2026/04/12 02:58:36 DEBUG : file1: reading active writers 2026/04/12 02:58:36 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:36 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/12 02:58:36 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/12 02:58:36 DEBUG : file1: WriteFileHandle.Release closing 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (0 bytes), uploading instead of streaming 2026/04/12 02:58:36 DEBUG : file1: size = 0 OK 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:36 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/12 02:58:36 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/12 02:58:36 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/04/12 02:58:36 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:36 DEBUG : Looking for writers 2026/04/12 02:58:36 DEBUG : file1: reading active writers 2026/04/12 02:58:36 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:36 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/12 02:58:36 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (2 bytes), uploading instead of streaming 2026/04/12 02:58:36 DEBUG : file1: size = 2 OK 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:36 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/12 02:58:36 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/12 02:58:36 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/12 02:58:36 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:36 DEBUG : Looking for writers 2026/04/12 02:58:36 DEBUG : file1: reading active writers 2026/04/12 02:58:36 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:36 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/12 02:58:36 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (0 bytes), uploading instead of streaming 2026/04/12 02:58:36 DEBUG : file1: size = 0 OK 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:36 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/12 02:58:36 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/12 02:58:36 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:36 DEBUG : file1: Open: flags=O_RDONLY 2026/04/12 02:58:36 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/12 02:58:36 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/12 02:58:36 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:36 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:36 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:36 DEBUG : Looking for writers 2026/04/12 02:58:36 DEBUG : file1: reading active writers 2026/04/12 02:58:36 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.10s) === RUN TestFileReadAtNonZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:36 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/12 02:58:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/12 02:58:36 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: File to upload is small (100 bytes), uploading instead of streaming 2026/04/12 02:58:36 DEBUG : file1: size = 100 OK 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/file1" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: cd8465b6c0770f7ac3a414e2c91cba79 /rclone-test-fapogov3seci/file1 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:36 DEBUG : file1: Parsed hash: cd8465b6c0770f7ac3a414e2c91cba79 2026/04/12 02:58:36 DEBUG : file1: md5 = cd8465b6c0770f7ac3a414e2c91cba79 OK 2026/04/12 02:58:36 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/12 02:58:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/12 02:58:36 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/12 02:58:36 DEBUG : file1: Open: flags=O_RDONLY 2026/04/12 02:58:36 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/12 02:58:36 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/12 02:58:36 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:36 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:36 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:36 DEBUG : Looking for writers 2026/04/12 02:58:36 DEBUG : file1: reading active writers 2026/04/12 02:58:36 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.10s) === RUN TestZipManyFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:36 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/flat/f000.txt" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/flat/f000.txt 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/flat/f000.txt" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-fapogov3seci/flat/f000.txt 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:36 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/flat/f000.txt" 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/flat/f000.txt 2026/04/12 02:58:36 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/flat/f000.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-fapogov3seci/flat/f000.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:37 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/flat/f001.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/flat/f001.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/flat/f001.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-fapogov3seci/flat/f001.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:37 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/flat/f001.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/flat/f001.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/flat/f001.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-fapogov3seci/flat/f001.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:37 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/flat/f002.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/flat/f002.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/flat/f002.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-fapogov3seci/flat/f002.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:37 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/flat/f002.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/flat/f002.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/flat/f002.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-fapogov3seci/flat/f002.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:37 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/flat/f003.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/flat/f003.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/flat/f003.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-fapogov3seci/flat/f003.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:37 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/flat/f003.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/flat/f003.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/flat/f003.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-fapogov3seci/flat/f003.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:37 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/flat/f004.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/flat/f004.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/flat/f004.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-fapogov3seci/flat/f004.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:37 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/flat/f004.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: sha1sum /rclone-test-fapogov3seci/flat/f004.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-fapogov3seci/flat/f004.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-fapogov3seci/flat/f004.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:37 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/04/12 02:58:37 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/04/12 02:58:37 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/04/12 02:58:37 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:37 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/flat/f000.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/flat/f000.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/flat/f000.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-fapogov3seci/flat/f000.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:37 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/12 02:58:37 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/04/12 02:58:37 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/04/12 02:58:37 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:37 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/flat/f001.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/flat/f001.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/flat/f001.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-fapogov3seci/flat/f001.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:37 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/12 02:58:37 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/04/12 02:58:37 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/04/12 02:58:37 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:37 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/flat/f002.txt" 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/flat/f002.txt 2026/04/12 02:58:37 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/flat/f002.txt" 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-fapogov3seci/flat/f002.txt 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:38 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/12 02:58:38 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/04/12 02:58:38 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/04/12 02:58:38 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:38 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/flat/f003.txt" 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/flat/f003.txt 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/flat/f003.txt" 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-fapogov3seci/flat/f003.txt 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:38 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/12 02:58:38 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/04/12 02:58:38 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/04/12 02:58:38 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:38 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/flat/f004.txt" 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/flat/f004.txt 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/flat/f004.txt" 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-fapogov3seci/flat/f004.txt 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:38 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/12 02:58:38 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:38 DEBUG : flat: Looking for writers 2026/04/12 02:58:38 DEBUG : f002.txt: reading active writers 2026/04/12 02:58:38 DEBUG : f003.txt: reading active writers 2026/04/12 02:58:38 DEBUG : f004.txt: reading active writers 2026/04/12 02:58:38 DEBUG : f000.txt: reading active writers 2026/04/12 02:58:38 DEBUG : f001.txt: reading active writers 2026/04/12 02:58:38 DEBUG : Looking for writers 2026/04/12 02:58:38 DEBUG : flat: reading active writers 2026/04/12 02:58:38 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.43s) === RUN TestZipManySubDirs run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:38 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:38 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/04/12 02:58:38 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/04/12 02:58:38 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:38 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/a/b/c/deep.txt" 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/a/b/c/deep.txt 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/a/b/c/deep.txt" 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-fapogov3seci/a/b/c/deep.txt 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:38 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/04/12 02:58:38 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/04/12 02:58:38 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/04/12 02:58:38 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:38 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/a/b/mid.txt" 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/a/b/mid.txt 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/a/b/mid.txt" 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-fapogov3seci/a/b/mid.txt 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:38 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/04/12 02:58:38 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/04/12 02:58:38 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/04/12 02:58:38 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:38 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/a/top.txt" 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/a/top.txt 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/a/top.txt" 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-fapogov3seci/a/top.txt 2026/04/12 02:58:38 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:38 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/04/12 02:58:38 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:38 DEBUG : a/b/c: Looking for writers 2026/04/12 02:58:38 DEBUG : deep.txt: reading active writers 2026/04/12 02:58:38 DEBUG : a/b: Looking for writers 2026/04/12 02:58:38 DEBUG : c: reading active writers 2026/04/12 02:58:38 DEBUG : mid.txt: reading active writers 2026/04/12 02:58:38 DEBUG : a: Looking for writers 2026/04/12 02:58:38 DEBUG : b: reading active writers 2026/04/12 02:58:38 DEBUG : top.txt: reading active writers 2026/04/12 02:58:38 DEBUG : Looking for writers 2026/04/12 02:58:38 DEBUG : a: reading active writers 2026/04/12 02:58:38 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.29s) === RUN TestZipLargeFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:38 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:38 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/04/12 02:58:38 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/04/12 02:58:38 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:39 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:39 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:39 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:39 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/bigdir/big.bin" 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/bigdir/big.bin 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/bigdir/big.bin" 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 0882ec323e3e66e249628bd2739c03f3 /rclone-test-fapogov3seci/bigdir/big.bin 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:39 DEBUG : bigdir/big.bin: Parsed hash: 0882ec323e3e66e249628bd2739c03f3 2026/04/12 02:58:39 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:39 DEBUG : bigdir: Looking for writers 2026/04/12 02:58:39 DEBUG : big.bin: reading active writers 2026/04/12 02:58:39 DEBUG : Looking for writers 2026/04/12 02:58:39 DEBUG : bigdir: reading active writers 2026/04/12 02:58:39 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.83s) === RUN TestZipDirsInRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-fapogov3seci", Local "Local file system at /tmp/rclone2691894224", Modify Window "1s" 2026/04/12 02:58:39 INFO : sftp://rclone@:22/rclone-test-fapogov3seci: poll-interval is not supported by this remote 2026/04/12 02:58:39 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/04/12 02:58:39 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/04/12 02:58:39 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:39 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir1/a.txt" 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir1/a.txt 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir1/a.txt" 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-fapogov3seci/dir1/a.txt 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:39 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/04/12 02:58:39 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/04/12 02:58:39 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/04/12 02:58:39 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:39 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir2/b.txt" 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir2/b.txt 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir2/b.txt" 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: 415290769594460e2e485922904f345d /rclone-test-fapogov3seci/dir2/b.txt 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:39 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/04/12 02:58:39 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/04/12 02:58:39 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/04/12 02:58:39 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/12 02:58:39 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Shell path "/rclone-test-fapogov3seci/dir3/c.txt" 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: creating additional session 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Running remote command: md5sum /rclone-test-fapogov3seci/dir3/c.txt 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-fapogov3seci/dir3/c.txt" 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: command exited OK 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-fapogov3seci/dir3/c.txt 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: ssh external: close 2026/04/12 02:58:39 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/04/12 02:58:39 DEBUG : WaitForWriters: timeout=30s 2026/04/12 02:58:39 DEBUG : dir2: Looking for writers 2026/04/12 02:58:39 DEBUG : b.txt: reading active writers 2026/04/12 02:58:39 DEBUG : dir3: Looking for writers 2026/04/12 02:58:39 DEBUG : c.txt: reading active writers 2026/04/12 02:58:39 DEBUG : dir1: Looking for writers 2026/04/12 02:58:39 DEBUG : a.txt: reading active writers 2026/04/12 02:58:39 DEBUG : Looking for writers 2026/04/12 02:58:39 DEBUG : dir1: reading active writers 2026/04/12 02:58:39 DEBUG : dir2: reading active writers 2026/04/12 02:58:39 DEBUG : dir3: reading active writers 2026/04/12 02:58:39 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.29s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/04/12 02:58:39 DEBUG : sftp://rclone@:22/rclone-test-fapogov3seci: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.190946835s (try 1/5)