"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/05/25 05:17:51 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-tanuvuc5zexo" 2026/05/25 05:17:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/25 05:17:51 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/05/25 05:17:51 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/05/25 05:17:51 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/05/25 05:17:51 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/05/25 05:17:51 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/05/25 05:17:51 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/25 05:17:51 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell type "unix" from config 2026/05/25 05:17:51 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Relative path resolved to "/rclone-test-tanuvuc5zexo" 2026/05/25 05:17:51 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Using root directory "/rclone-test-tanuvuc5zexo" 2026/05/25 05:17:51 DEBUG : Creating backend with remote "/tmp/rclone3563395796" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:51 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:51 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:51 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:51 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:51 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:52 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:52 DEBUG : dir: Looking for writers 2026/05/25 05:17:52 DEBUG : Looking for writers 2026/05/25 05:17:52 DEBUG : dir: reading active writers 2026/05/25 05:17:52 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:52 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:52 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:52 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/subdir/file3" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/subdir/file3 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/subdir/file3" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-tanuvuc5zexo/dir/subdir/file3 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:52 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/subdir/file3" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/subdir/file3 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/subdir/file3" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-tanuvuc5zexo/dir/subdir/file3 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:52 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/05/25 05:17:52 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:52 DEBUG : dir/subdir: Looking for writers 2026/05/25 05:17:52 DEBUG : dir: Looking for writers 2026/05/25 05:17:52 DEBUG : file1: reading active writers 2026/05/25 05:17:52 DEBUG : file2: reading active writers 2026/05/25 05:17:52 DEBUG : subdir: reading active writers 2026/05/25 05:17:52 DEBUG : Looking for writers 2026/05/25 05:17:52 DEBUG : dir: reading active writers 2026/05/25 05:17:52 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.61s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:52 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:52 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:52 DEBUG : dir: Looking for writers 2026/05/25 05:17:52 DEBUG : file1: reading active writers 2026/05/25 05:17:52 DEBUG : Looking for writers 2026/05/25 05:17:52 DEBUG : dir: reading active writers 2026/05/25 05:17:52 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:52 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:52 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:53 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:53 DEBUG : dir: Looking for writers 2026/05/25 05:17:53 DEBUG : Looking for writers 2026/05/25 05:17:53 DEBUG : dir: reading active writers 2026/05/25 05:17:53 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:53 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:53 DEBUG : dir: forgetting directory cache 2026/05/25 05:17:53 DEBUG : forgetting directory cache 2026/05/25 05:17:53 DEBUG : dir: forgetting directory cache 2026/05/25 05:17:53 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:53 DEBUG : Looking for writers 2026/05/25 05:17:53 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.22s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:53 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:53 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/05/25 05:17:53 DEBUG : dir: invalidating directory cache 2026/05/25 05:17:53 DEBUG : >ForgetPath: 2026/05/25 05:17:53 DEBUG : ForgetPath: relativePath="dir", type=0 2026/05/25 05:17:53 DEBUG : invalidating directory cache 2026/05/25 05:17:53 DEBUG : dir: forgetting directory cache 2026/05/25 05:17:53 DEBUG : >ForgetPath: 2026/05/25 05:17:53 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/05/25 05:17:53 DEBUG : >ForgetPath: 2026/05/25 05:17:53 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:53 DEBUG : dir: Looking for writers 2026/05/25 05:17:53 DEBUG : Looking for writers 2026/05/25 05:17:53 DEBUG : dir: reading active writers 2026/05/25 05:17:53 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:53 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/fil/a/b/c" 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/fil/a/b/c 2026/05/25 05:17:53 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/fil/a/b/c" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-tanuvuc5zexo/fil/a/b/c 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:54 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/fil/a/b/c" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/fil/a/b/c 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/fil/a/b/c" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-tanuvuc5zexo/fil/a/b/c 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:54 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:54 DEBUG : forgetting directory cache 2026/05/25 05:17:54 DEBUG : dir: forgetting directory cache 2026/05/25 05:17:54 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:54 DEBUG : dir: Looking for writers 2026/05/25 05:17:54 DEBUG : fil/a/b: Looking for writers 2026/05/25 05:17:54 DEBUG : fil/a: Looking for writers 2026/05/25 05:17:54 DEBUG : b: reading active writers 2026/05/25 05:17:54 DEBUG : fil: Looking for writers 2026/05/25 05:17:54 DEBUG : a: reading active writers 2026/05/25 05:17:54 DEBUG : Looking for writers 2026/05/25 05:17:54 DEBUG : fil: reading active writers 2026/05/25 05:17:54 DEBUG : dir: reading active writers 2026/05/25 05:17:54 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.72s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:54 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:54 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:54 DEBUG : dir: Looking for writers 2026/05/25 05:17:54 DEBUG : Looking for writers 2026/05/25 05:17:54 DEBUG : dir: reading active writers 2026/05/25 05:17:54 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.21s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:54 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:54 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:54 DEBUG : dir: Looking for writers 2026/05/25 05:17:54 DEBUG : file1: reading active writers 2026/05/25 05:17:54 DEBUG : Looking for writers 2026/05/25 05:17:54 DEBUG : dir: reading active writers 2026/05/25 05:17:54 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.22s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:54 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:17:54 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:55 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:55 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/subdir/file3" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/subdir/file3 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/subdir/file3" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-tanuvuc5zexo/dir/subdir/file3 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:55 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/subdir/file3" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/subdir/file3 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/subdir/file3" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-tanuvuc5zexo/dir/subdir/file3 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:55 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/05/25 05:17:55 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/05/25 05:17:55 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/05/25 05:17:55 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/25 05:17:55 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/05/25 05:17:55 DEBUG : Waiting for deletions to finish 2026/05/25 05:17:55 INFO : dir/subdir/file3: Deleted 2026/05/25 05:17:55 DEBUG : removing 1 level 2 directories 2026/05/25 05:17:55 INFO : dir/subdir: Removing directory 2026/05/25 05:17:55 DEBUG : dir: invalidating directory cache 2026/05/25 05:17:55 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/05/25 05:17:55 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/05/25 05:17:55 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/05/25 05:17:55 DEBUG : dir/file1: Reset virtual modtime 2026/05/25 05:17:55 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/05/25 05:17:55 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/25 05:17:55 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/05/25 05:17:55 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/05/25 05:17:55 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:17:55 DEBUG : dir: invalidating directory cache 2026/05/25 05:17:55 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/05/25 05:17:55 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/05/25 05:17:55 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/25 05:17:55 DEBUG : forgetting directory cache 2026/05/25 05:17:55 DEBUG : dir: forgetting directory cache 2026/05/25 05:17:55 DEBUG : dir/virtualDir: forgetting directory cache 2026/05/25 05:17:55 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:55 DEBUG : dir/virtualDir: Looking for writers 2026/05/25 05:17:55 DEBUG : dir: Looking for writers 2026/05/25 05:17:55 DEBUG : file1: reading active writers 2026/05/25 05:17:55 DEBUG : virtualFile2: reading active writers 2026/05/25 05:17:55 DEBUG : virtualFile: reading active writers 2026/05/25 05:17:55 DEBUG : virtualDir: reading active writers 2026/05/25 05:17:55 DEBUG : Looking for writers 2026/05/25 05:17:55 DEBUG : dir: reading active writers 2026/05/25 05:17:55 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.49s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:55 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:55 ERROR : dir/: Can only open directories read only 2026/05/25 05:17:55 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:55 DEBUG : dir: Looking for writers 2026/05/25 05:17:55 DEBUG : Looking for writers 2026/05/25 05:17:55 DEBUG : dir: reading active writers 2026/05/25 05:17:55 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.18s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:55 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:55 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:17:55 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/25 05:17:55 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/05/25 05:17:55 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/25 05:17:55 DEBUG : dir/potato: size = 5 OK 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/potato" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/potato 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/potato" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/dir/potato 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:55 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:17:55 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/25 05:17:55 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/05/25 05:17:55 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/25 05:17:55 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:55 DEBUG : dir: Looking for writers 2026/05/25 05:17:55 DEBUG : file1: reading active writers 2026/05/25 05:17:55 DEBUG : potato: reading active writers 2026/05/25 05:17:55 DEBUG : Looking for writers 2026/05/25 05:17:55 DEBUG : dir: reading active writers 2026/05/25 05:17:55 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.38s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:55 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:55 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:56 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:56 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:56 DEBUG : dir/sub: Looking for writers 2026/05/25 05:17:56 DEBUG : dir: Looking for writers 2026/05/25 05:17:56 DEBUG : file1: reading active writers 2026/05/25 05:17:56 DEBUG : sub: reading active writers 2026/05/25 05:17:56 DEBUG : Looking for writers 2026/05/25 05:17:56 DEBUG : dir: reading active writers 2026/05/25 05:17:56 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.52s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:56 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:56 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/25 05:17:56 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:56 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:56 DEBUG : dir/sub/subsub: Looking for writers 2026/05/25 05:17:56 DEBUG : dir/sub: Looking for writers 2026/05/25 05:17:56 DEBUG : subsub: reading active writers 2026/05/25 05:17:56 DEBUG : dir: Looking for writers 2026/05/25 05:17:56 DEBUG : file1: reading active writers 2026/05/25 05:17:56 DEBUG : sub: reading active writers 2026/05/25 05:17:56 DEBUG : Looking for writers 2026/05/25 05:17:56 DEBUG : dir: reading active writers 2026/05/25 05:17:56 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.42s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:56 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:56 ERROR : dir/: Dir.Remove not empty 2026/05/25 05:17:56 DEBUG : dir/file1: Remove: 2026/05/25 05:17:56 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:17:56 DEBUG : dir/file1: >Remove: err= 2026/05/25 05:17:56 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/25 05:17:56 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:56 DEBUG : Looking for writers 2026/05/25 05:17:56 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:56 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:56 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:57 DEBUG : dir/file1: Remove: 2026/05/25 05:17:57 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:17:57 DEBUG : dir/file1: >Remove: err= 2026/05/25 05:17:57 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/25 05:17:57 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:57 DEBUG : Looking for writers 2026/05/25 05:17:57 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.22s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:57 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:57 DEBUG : dir/file1: Remove: 2026/05/25 05:17:57 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:17:57 DEBUG : dir/file1: >Remove: err= 2026/05/25 05:17:57 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:57 DEBUG : dir: Looking for writers 2026/05/25 05:17:57 DEBUG : Looking for writers 2026/05/25 05:17:57 DEBUG : dir: reading active writers 2026/05/25 05:17:57 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:57 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file3" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file3 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file3" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-tanuvuc5zexo/dir/file3 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:57 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file3" 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file3 2026/05/25 05:17:57 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file3" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-tanuvuc5zexo/dir/file3 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:58 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/25 05:17:58 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/05/25 05:17:58 DEBUG : dir: Updating dir with dir2 0x38e13e043ba0 2026/05/25 05:17:58 DEBUG : dir: forgetting directory cache 2026/05/25 05:17:58 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/25 05:17:58 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir2/file1" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir2/file1 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir2/file1" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir2/file1 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:58 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir2/file1" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir2/file1 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir2/file1" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir2/file1 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:58 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir2/file3" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir2/file3 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir2/file3" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-tanuvuc5zexo/dir2/file3 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:58 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir2/file3" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir2/file3 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir2/file3" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-tanuvuc5zexo/dir2/file3 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:58 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/25 05:17:58 INFO : dir2/file1: Moved (server-side) to: file2 2026/05/25 05:17:58 DEBUG : file2: Updating file with file2 0x38e13dfc1520 2026/05/25 05:17:58 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/05/25 05:17:58 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file2" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file2 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file2" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/file2 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:58 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file2" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/file2 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/file2" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/file2 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:58 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir2/file3" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir2/file3 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir2/file3" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-tanuvuc5zexo/dir2/file3 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:58 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir2/file3" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir2/file3 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir2/file3" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-tanuvuc5zexo/dir2/file3 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:58 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/25 05:17:58 INFO : dir2/file3: Deleted 2026/05/25 05:17:58 INFO : file2: Moved (server-side) to: dir2/file3 2026/05/25 05:17:58 DEBUG : dir2/file3: Updating file with dir2/file3 0x38e13dfc1520 2026/05/25 05:17:58 DEBUG : Added virtual directory entry vDel: "file2" 2026/05/25 05:17:58 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir2/file3" 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir2/file3 2026/05/25 05:17:58 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir2/file3" 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir2/file3 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:59 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir2/file3" 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir2/file3 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir2/file3" 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir2/file3 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:59 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:59 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/05/25 05:17:59 DEBUG : empty directory: Updating dir with renamed empty directory 0x38e13daac680 2026/05/25 05:17:59 DEBUG : empty directory: forgetting directory cache 2026/05/25 05:17:59 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/05/25 05:17:59 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/05/25 05:17:59 DEBUG : dir2: Renaming to "dir3" 2026/05/25 05:17:59 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:59 DEBUG : dir3: Looking for writers 2026/05/25 05:17:59 DEBUG : file3: reading active writers 2026/05/25 05:17:59 DEBUG : renamed empty directory: Looking for writers 2026/05/25 05:17:59 DEBUG : Looking for writers 2026/05/25 05:17:59 DEBUG : dir3: reading active writers 2026/05/25 05:17:59 DEBUG : renamed empty directory: reading active writers 2026/05/25 05:17:59 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.64s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:59 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:17:59 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/25 05:17:59 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:17:59 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/25 05:17:59 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/25 05:17:59 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/05/25 05:17:59 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/05/25 05:17:59 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/25 05:17:59 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:17:59 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/25 05:17:59 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/25 05:17:59 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/05/25 05:17:59 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/05/25 05:17:59 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (12 bytes), uploading instead of streaming 2026/05/25 05:17:59 DEBUG : dir/sub/file2: size = 12 OK 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/sub/file2" 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/sub/file2 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/sub/file2" 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-tanuvuc5zexo/dir/sub/file2 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:59 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/05/25 05:17:59 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/05/25 05:17:59 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/05/25 05:17:59 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/25 05:17:59 DEBUG : forgetting directory cache 2026/05/25 05:17:59 DEBUG : dir: forgetting directory cache 2026/05/25 05:17:59 DEBUG : dir/sub: forgetting directory cache 2026/05/25 05:17:59 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/05/25 05:17:59 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/25 05:17:59 DEBUG : dir/sub/file0: size = 5 OK 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/sub/file0" 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/sub/file0 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/sub/file0" 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/dir/sub/file0 2026/05/25 05:17:59 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:17:59 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:17:59 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/25 05:17:59 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/05/25 05:17:59 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/25 05:17:59 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:17:59 DEBUG : dir/sub: Looking for writers 2026/05/25 05:17:59 DEBUG : file0: reading active writers 2026/05/25 05:17:59 DEBUG : file2: reading active writers 2026/05/25 05:17:59 DEBUG : dir: Looking for writers 2026/05/25 05:17:59 DEBUG : file1: reading active writers 2026/05/25 05:17:59 DEBUG : sub: reading active writers 2026/05/25 05:17:59 DEBUG : Looking for writers 2026/05/25 05:17:59 DEBUG : dir: reading active writers 2026/05/25 05:17:59 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.42s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:17:59 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:17:59 DEBUG : forgetting directory cache 2026/05/25 05:18:00 DEBUG : forgetting directory cache 2026/05/25 05:18:00 DEBUG : dir: forgetting directory cache 2026/05/25 05:18:00 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:00 DEBUG : dir: Looking for writers 2026/05/25 05:18:00 DEBUG : Looking for writers 2026/05/25 05:18:00 DEBUG : dir: reading active writers 2026/05/25 05:18:00 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:00 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/05/25 05:18:00 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:00 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/05/25 05:18:00 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/05/25 05:18:00 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/05/25 05:18:00 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:00 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:00 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/05/25 05:18:00 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:00 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/05/25 05:18:00 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/05/25 05:18:00 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/05/25 05:18:00 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:00 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:00 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:00 DEBUG : dir: Looking for writers 2026/05/25 05:18:00 DEBUG : file1: reading active writers 2026/05/25 05:18:00 DEBUG : file1.metadata: reading active writers 2026/05/25 05:18:00 DEBUG : Looking for writers 2026/05/25 05:18:00 DEBUG : dir.metadata: reading active writers 2026/05/25 05:18:00 DEBUG : dir: reading active writers 2026/05/25 05:18:00 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:00 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:00 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:01 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:01 DEBUG : dir: Looking for writers 2026/05/25 05:18:01 DEBUG : file1: reading active writers 2026/05/25 05:18:01 DEBUG : Looking for writers 2026/05/25 05:18:01 DEBUG : dir: reading active writers 2026/05/25 05:18:01 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.21s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:01 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:01 DEBUG : Can set mod time: true 2026/05/25 05:18:01 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:01 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:01 DEBUG : dir: Looking for writers 2026/05/25 05:18:01 DEBUG : file1: reading active writers 2026/05/25 05:18:01 DEBUG : Looking for writers 2026/05/25 05:18:01 DEBUG : dir: reading active writers 2026/05/25 05:18:01 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:01 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:01 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/25 05:18:01 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/25 05:18:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/25 05:18:01 DEBUG : dir/file1: size = 0 OK 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:01 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/25 05:18:01 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/25 05:18:01 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/25 05:18:01 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/25 05:18:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:01 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:01 DEBUG : dir: Looking for writers 2026/05/25 05:18:01 DEBUG : file1: reading active writers 2026/05/25 05:18:01 DEBUG : Looking for writers 2026/05/25 05:18:01 DEBUG : dir: reading active writers 2026/05/25 05:18:01 DEBUG : >WaitForWriters: 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:01 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:01 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/25 05:18:01 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:01 DEBUG : dir: Looking for writers 2026/05/25 05:18:01 DEBUG : file1: reading active writers 2026/05/25 05:18:01 DEBUG : Looking for writers 2026/05/25 05:18:01 DEBUG : dir: reading active writers 2026/05/25 05:18:01 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:01 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:01 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:02 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/25 05:18:02 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/25 05:18:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/25 05:18:02 DEBUG : dir/file1: size = 5 OK 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:02 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:18:02 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/25 05:18:02 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/25 05:18:02 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/25 05:18:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:02 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:02 DEBUG : dir: Looking for writers 2026/05/25 05:18:02 DEBUG : file1: reading active writers 2026/05/25 05:18:02 DEBUG : Looking for writers 2026/05/25 05:18:02 DEBUG : dir: reading active writers 2026/05/25 05:18:02 DEBUG : >WaitForWriters: 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:02 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:02 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/25 05:18:02 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:02 DEBUG : dir: Looking for writers 2026/05/25 05:18:02 DEBUG : file1: reading active writers 2026/05/25 05:18:02 DEBUG : Looking for writers 2026/05/25 05:18:02 DEBUG : dir: reading active writers 2026/05/25 05:18:02 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:02 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:02 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:02 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:02 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:02 DEBUG : dir: Looking for writers 2026/05/25 05:18:02 DEBUG : file1: reading active writers 2026/05/25 05:18:02 DEBUG : Looking for writers 2026/05/25 05:18:02 DEBUG : dir: reading active writers 2026/05/25 05:18:02 DEBUG : >WaitForWriters: 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:02 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:02 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:02 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:03 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/25 05:18:03 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:03 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:03 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:03 DEBUG : dir/file1(0x38e13dda3e00): close: 2026/05/25 05:18:03 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/25 05:18:03 DEBUG : dir/file1(0x38e13dda3e00): >close: err= 2026/05/25 05:18:03 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:03 DEBUG : dir: Looking for writers 2026/05/25 05:18:03 DEBUG : file1: reading active writers 2026/05/25 05:18:03 DEBUG : Looking for writers 2026/05/25 05:18:03 DEBUG : dir: reading active writers 2026/05/25 05:18:03 DEBUG : >WaitForWriters: 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:03 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:03 DEBUG : dir: Looking for writers 2026/05/25 05:18:03 DEBUG : file1: reading active writers 2026/05/25 05:18:03 DEBUG : Looking for writers 2026/05/25 05:18:03 DEBUG : dir: reading active writers 2026/05/25 05:18:03 DEBUG : >WaitForWriters: 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:03 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:03 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:03 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/25 05:18:03 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:03 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:03 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:03 DEBUG : dir/file1(0x38e13e306580): _writeAt: size=5, off=0 2026/05/25 05:18:03 DEBUG : dir/file1(0x38e13e306580): openPending: 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:03 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/25 05:18:03 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/25 05:18:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:03 DEBUG : dir/file1(0x38e13e306580): >openPending: err= 2026/05/25 05:18:03 DEBUG : dir/file1(0x38e13e306580): >_writeAt: n=5, err= 2026/05/25 05:18:03 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/25 05:18:03 DEBUG : dir/file1(0x38e13e306580): close: 2026/05/25 05:18:03 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/05/25 05:18:03 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/05/25 05:18:03 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/05/25 05:18:03 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/25 05:18:03 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/25 05:18:03 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:03 DEBUG : dir/file1(0x38e13e306580): >close: err= 2026/05/25 05:18:03 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:03 DEBUG : dir: Looking for writers 2026/05/25 05:18:03 DEBUG : file1: reading active writers 2026/05/25 05:18:03 DEBUG : Looking for writers 2026/05/25 05:18:03 DEBUG : dir: reading active writers 2026/05/25 05:18:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:03 DEBUG : dir: Looking for writers 2026/05/25 05:18:03 DEBUG : file1: reading active writers 2026/05/25 05:18:03 DEBUG : Looking for writers 2026/05/25 05:18:03 DEBUG : dir: reading active writers 2026/05/25 05:18:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:03 DEBUG : dir: Looking for writers 2026/05/25 05:18:03 DEBUG : file1: reading active writers 2026/05/25 05:18:03 DEBUG : Looking for writers 2026/05/25 05:18:03 DEBUG : dir: reading active writers 2026/05/25 05:18:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:03 DEBUG : dir: Looking for writers 2026/05/25 05:18:03 DEBUG : file1: reading active writers 2026/05/25 05:18:03 DEBUG : Looking for writers 2026/05/25 05:18:03 DEBUG : dir: reading active writers 2026/05/25 05:18:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:03 DEBUG : dir/file1: vfs cache: starting upload 2026/05/25 05:18:03 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1.2f98c60a.partial" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1.2f98c60a.partial 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1.2f98c60a.partial" 2026/05/25 05:18:03 DEBUG : dir: Looking for writers 2026/05/25 05:18:03 DEBUG : file1: reading active writers 2026/05/25 05:18:03 DEBUG : Looking for writers 2026/05/25 05:18:03 DEBUG : dir: reading active writers 2026/05/25 05:18:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-tanuvuc5zexo/dir/file1.2f98c60a.partial 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:03 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/25 05:18:03 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/05/25 05:18:03 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/05/25 05:18:03 INFO : dir/file1: Copied (replaced existing) 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:03 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/25 05:18:03 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/05/25 05:18:03 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/25 05:18:03 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/05/25 05:18:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:03 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/25 05:18:03 DEBUG : dir: Looking for writers 2026/05/25 05:18:03 DEBUG : file1: reading active writers 2026/05/25 05:18:03 DEBUG : Looking for writers 2026/05/25 05:18:03 DEBUG : dir: reading active writers 2026/05/25 05:18:03 DEBUG : >WaitForWriters: 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:03 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:03 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:04 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/05/25 05:18:04 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:04 DEBUG : dir: Looking for writers 2026/05/25 05:18:04 DEBUG : file1: reading active writers 2026/05/25 05:18:04 DEBUG : Looking for writers 2026/05/25 05:18:04 DEBUG : dir: reading active writers 2026/05/25 05:18:04 DEBUG : >WaitForWriters: 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.00s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.37s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.47s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.49s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.43s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.38s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.85s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:04 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:04 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/25 05:18:04 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/25 05:18:04 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:04 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:04 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:04 DEBUG : dir: Looking for writers 2026/05/25 05:18:04 DEBUG : file1: reading active writers 2026/05/25 05:18:04 DEBUG : Looking for writers 2026/05/25 05:18:04 DEBUG : dir: reading active writers 2026/05/25 05:18:04 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.32s) === RUN TestFileOpenReadUnknownSize 2026/05/25 05:18:04 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/05/25 05:18:04 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/05/25 05:18:04 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:04 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/05/25 05:18:04 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:04 DEBUG : Looking for writers 2026/05/25 05:18:04 DEBUG : file.txt: reading active writers 2026/05/25 05:18:04 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:04 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/25 05:18:04 DEBUG : dir/file1: size = 25 OK 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:04 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:04 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/25 05:18:04 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/25 05:18:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:04 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:04 DEBUG : dir: Looking for writers 2026/05/25 05:18:04 DEBUG : file1: reading active writers 2026/05/25 05:18:04 DEBUG : Looking for writers 2026/05/25 05:18:04 DEBUG : dir: reading active writers 2026/05/25 05:18:04 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.28s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:04 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:04 DEBUG : dir/file1: Remove: 2026/05/25 05:18:04 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:18:04 DEBUG : dir/file1: >Remove: err= 2026/05/25 05:18:04 DEBUG : dir/file1: Remove: 2026/05/25 05:18:04 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/25 05:18:04 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:04 DEBUG : dir: Looking for writers 2026/05/25 05:18:04 DEBUG : Looking for writers 2026/05/25 05:18:04 DEBUG : dir: reading active writers 2026/05/25 05:18:04 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.20s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:04 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:04 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:05 DEBUG : dir/file1: Remove: 2026/05/25 05:18:05 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:18:05 DEBUG : dir/file1: >Remove: err= 2026/05/25 05:18:05 DEBUG : dir/file1: Remove: 2026/05/25 05:18:05 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/25 05:18:05 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:05 DEBUG : dir: Looking for writers 2026/05/25 05:18:05 DEBUG : Looking for writers 2026/05/25 05:18:05 DEBUG : dir: reading active writers 2026/05/25 05:18:05 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:05 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:05 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/25 05:18:05 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/25 05:18:05 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/25 05:18:05 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/25 05:18:05 DEBUG : dir/file1: Open: flags=O_RDWR 2026/05/25 05:18:05 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/25 05:18:05 DEBUG : dir/file1: Open: flags=0x3 2026/05/25 05:18:05 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/05/25 05:18:05 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/05/25 05:18:05 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:05 DEBUG : dir: Looking for writers 2026/05/25 05:18:05 DEBUG : file1: reading active writers 2026/05/25 05:18:05 DEBUG : Looking for writers 2026/05/25 05:18:05 DEBUG : dir: reading active writers 2026/05/25 05:18:05 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.17s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:05 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:05 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:05 DEBUG : dir: Looking for writers 2026/05/25 05:18:05 DEBUG : file1: reading active writers 2026/05/25 05:18:05 DEBUG : Looking for writers 2026/05/25 05:18:05 DEBUG : dir: reading active writers 2026/05/25 05:18:05 DEBUG : >WaitForWriters: 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:05 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/25 05:18:05 DEBUG : newLeaf: Updating file with newLeaf 0x38e13e6bec30 2026/05/25 05:18:05 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:18:05 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:05 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:05 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:05 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/25 05:18:05 DEBUG : dir/file1: Updating file with dir/file1 0x38e13e6bec30 2026/05/25 05:18:05 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/25 05:18:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:05 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:06 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/25 05:18:06 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/25 05:18:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:06 DEBUG : dir/file1: File is currently open, delaying rename 0x38e13e6bec30 2026/05/25 05:18:06 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:18:06 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/25 05:18:06 DEBUG : dir/file1: size = 25 OK 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:06 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:06 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/25 05:18:06 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/25 05:18:06 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:06 DEBUG : newLeaf: Running delayed rename now 2026/05/25 05:18:06 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/25 05:18:06 DEBUG : newLeaf: Updating file with newLeaf 0x38e13e6bec30 2026/05/25 05:18:06 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:06 DEBUG : dir: Looking for writers 2026/05/25 05:18:06 DEBUG : Looking for writers 2026/05/25 05:18:06 DEBUG : dir: reading active writers 2026/05/25 05:18:06 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:06 DEBUG : >WaitForWriters: 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:06 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:06 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/25 05:18:06 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:06 DEBUG : dir: Looking for writers 2026/05/25 05:18:06 DEBUG : Looking for writers 2026/05/25 05:18:06 DEBUG : dir: reading active writers 2026/05/25 05:18:06 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:06 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:06 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:06 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:06 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:06 DEBUG : dir: Looking for writers 2026/05/25 05:18:06 DEBUG : file1: reading active writers 2026/05/25 05:18:06 DEBUG : Looking for writers 2026/05/25 05:18:06 DEBUG : dir: reading active writers 2026/05/25 05:18:06 DEBUG : >WaitForWriters: 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:06 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/25 05:18:06 DEBUG : newLeaf: Updating file with newLeaf 0x38e13de93520 2026/05/25 05:18:06 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:18:06 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:06 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:06 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:07 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:07 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/25 05:18:07 DEBUG : dir/file1: Updating file with dir/file1 0x38e13de93520 2026/05/25 05:18:07 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/25 05:18:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:07 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/25 05:18:07 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/25 05:18:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:07 DEBUG : dir/file1: File is currently open, delaying rename 0x38e13de93520 2026/05/25 05:18:07 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:18:07 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/25 05:18:07 DEBUG : dir/file1: size = 25 OK 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:07 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:07 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/25 05:18:07 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/25 05:18:07 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:07 DEBUG : newLeaf: Running delayed rename now 2026/05/25 05:18:07 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/25 05:18:07 DEBUG : newLeaf: Updating file with newLeaf 0x38e13de93520 2026/05/25 05:18:07 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:07 DEBUG : dir: Looking for writers 2026/05/25 05:18:07 DEBUG : Looking for writers 2026/05/25 05:18:07 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:07 DEBUG : dir: reading active writers 2026/05/25 05:18:07 DEBUG : >WaitForWriters: 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:07 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:07 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/25 05:18:07 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:07 DEBUG : dir: Looking for writers 2026/05/25 05:18:07 DEBUG : Looking for writers 2026/05/25 05:18:07 DEBUG : dir: reading active writers 2026/05/25 05:18:07 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:07 DEBUG : >WaitForWriters: 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:07 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:07 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:07 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/25 05:18:07 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:07 DEBUG : dir/file1(0x38e13e3066c0): openPending: 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:07 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/25 05:18:07 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/25 05:18:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:07 DEBUG : dir/file1(0x38e13e3066c0): >openPending: err= 2026/05/25 05:18:07 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/25 05:18:07 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:07 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:07 DEBUG : dir/file1(0x38e13e3066c0): _writeAt: size=14, off=0 2026/05/25 05:18:07 DEBUG : dir/file1(0x38e13e3066c0): >_writeAt: n=14, err= 2026/05/25 05:18:07 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/25 05:18:07 DEBUG : dir/file1(0x38e13e3066c0): close: 2026/05/25 05:18:07 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/25 05:18:07 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/25 05:18:07 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:07 DEBUG : dir/file1(0x38e13e3066c0): >close: err= 2026/05/25 05:18:07 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:07 DEBUG : dir: Looking for writers 2026/05/25 05:18:07 DEBUG : file1: reading active writers 2026/05/25 05:18:07 DEBUG : Looking for writers 2026/05/25 05:18:07 DEBUG : dir: reading active writers 2026/05/25 05:18:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:07 DEBUG : dir: Looking for writers 2026/05/25 05:18:07 DEBUG : file1: reading active writers 2026/05/25 05:18:07 DEBUG : Looking for writers 2026/05/25 05:18:07 DEBUG : dir: reading active writers 2026/05/25 05:18:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:07 DEBUG : dir: Looking for writers 2026/05/25 05:18:07 DEBUG : file1: reading active writers 2026/05/25 05:18:07 DEBUG : Looking for writers 2026/05/25 05:18:07 DEBUG : dir: reading active writers 2026/05/25 05:18:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:07 DEBUG : dir: Looking for writers 2026/05/25 05:18:07 DEBUG : file1: reading active writers 2026/05/25 05:18:07 DEBUG : Looking for writers 2026/05/25 05:18:07 DEBUG : dir: reading active writers 2026/05/25 05:18:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:07 DEBUG : dir/file1: vfs cache: starting upload 2026/05/25 05:18:07 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1.ca338588.partial" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1.ca338588.partial 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1.ca338588.partial" 2026/05/25 05:18:07 DEBUG : dir: Looking for writers 2026/05/25 05:18:07 DEBUG : file1: reading active writers 2026/05/25 05:18:07 DEBUG : Looking for writers 2026/05/25 05:18:07 DEBUG : dir: reading active writers 2026/05/25 05:18:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1.ca338588.partial 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:07 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:07 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/25 05:18:07 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/25 05:18:07 INFO : dir/file1: Copied (replaced existing) 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:07 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:08 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/25 05:18:08 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/25 05:18:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:08 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/25 05:18:08 DEBUG : dir: Looking for writers 2026/05/25 05:18:08 DEBUG : file1: reading active writers 2026/05/25 05:18:08 DEBUG : Looking for writers 2026/05/25 05:18:08 DEBUG : dir: reading active writers 2026/05/25 05:18:08 DEBUG : >WaitForWriters: 2026/05/25 05:18:08 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/25 05:18:08 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:08 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:08 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:08 DEBUG : dir/file1(0x38e13e029a40): _readAt: size=512, off=0 2026/05/25 05:18:08 DEBUG : dir/file1(0x38e13e029a40): openPending: 2026/05/25 05:18:08 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/25 05:18:08 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/25 05:18:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:08 DEBUG : dir/file1(0x38e13e029a40): >openPending: err= 2026/05/25 05:18:08 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/25 05:18:08 DEBUG : dir/file1(0x38e13e029a40): >_readAt: n=14, err=EOF 2026/05/25 05:18:08 DEBUG : dir/file1(0x38e13e029a40): close: 2026/05/25 05:18:08 DEBUG : dir/file1(0x38e13e029a40): >close: err= 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:08 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:08 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:08 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/25 05:18:08 DEBUG : newLeaf: Updating file with newLeaf 0x38e13dd4ba00 2026/05/25 05:18:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:18:08 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:08 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:08 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:08 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:08 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/25 05:18:08 DEBUG : dir/file1: Updating file with dir/file1 0x38e13dd4ba00 2026/05/25 05:18:08 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/25 05:18:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:08 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/25 05:18:08 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:08 DEBUG : dir/file1(0x38e13e08e6c0): openPending: 2026/05/25 05:18:08 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/25 05:18:08 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/25 05:18:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:08 DEBUG : dir/file1(0x38e13e08e6c0): >openPending: err= 2026/05/25 05:18:08 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/25 05:18:08 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:08 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:08 DEBUG : dir/file1(0x38e13e08e6c0): _writeAt: size=25, off=0 2026/05/25 05:18:08 DEBUG : dir/file1(0x38e13e08e6c0): >_writeAt: n=25, err= 2026/05/25 05:18:08 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:08 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:08 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:08 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/25 05:18:08 DEBUG : newLeaf: Updating file with newLeaf 0x38e13dd4ba00 2026/05/25 05:18:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:18:08 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:08 DEBUG : newLeaf(0x38e13e08e6c0): close: 2026/05/25 05:18:08 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/25 05:18:08 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-25 05:18:08.799623952 +0000 UTC m=+17.018716364 2026/05/25 05:18:08 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:08 DEBUG : newLeaf(0x38e13e08e6c0): >close: err= 2026/05/25 05:18:08 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:08 DEBUG : dir: Looking for writers 2026/05/25 05:18:08 DEBUG : Looking for writers 2026/05/25 05:18:08 DEBUG : dir: reading active writers 2026/05/25 05:18:08 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:08 DEBUG : dir: Looking for writers 2026/05/25 05:18:08 DEBUG : Looking for writers 2026/05/25 05:18:08 DEBUG : dir: reading active writers 2026/05/25 05:18:08 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:08 DEBUG : dir: Looking for writers 2026/05/25 05:18:08 DEBUG : Looking for writers 2026/05/25 05:18:08 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:08 DEBUG : dir: reading active writers 2026/05/25 05:18:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:08 DEBUG : dir: Looking for writers 2026/05/25 05:18:08 DEBUG : Looking for writers 2026/05/25 05:18:08 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:08 DEBUG : dir: reading active writers 2026/05/25 05:18:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:09 DEBUG : newLeaf: vfs cache: starting upload 2026/05/25 05:18:09 DEBUG : newLeaf.7b877a1a.partial: size = 25 OK 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf.7b877a1a.partial" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf.7b877a1a.partial 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf.7b877a1a.partial" 2026/05/25 05:18:09 DEBUG : dir: Looking for writers 2026/05/25 05:18:09 DEBUG : Looking for writers 2026/05/25 05:18:09 DEBUG : dir: reading active writers 2026/05/25 05:18:09 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/newLeaf.7b877a1a.partial 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:09 DEBUG : newLeaf.7b877a1a.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:09 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/25 05:18:09 DEBUG : newLeaf.7b877a1a.partial: renamed to: newLeaf 2026/05/25 05:18:09 INFO : newLeaf: Copied (replaced existing) 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:09 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:09 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-25 05:18:08 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/25 05:18:09 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/25 05:18:09 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:09 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/25 05:18:09 DEBUG : dir: Looking for writers 2026/05/25 05:18:09 DEBUG : Looking for writers 2026/05/25 05:18:09 DEBUG : dir: reading active writers 2026/05/25 05:18:09 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:09 DEBUG : >WaitForWriters: 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:09 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:09 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/25 05:18:09 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:09 DEBUG : dir: Looking for writers 2026/05/25 05:18:09 DEBUG : Looking for writers 2026/05/25 05:18:09 DEBUG : dir: reading active writers 2026/05/25 05:18:09 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:09 DEBUG : >WaitForWriters: 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:09 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:09 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:09 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:09 DEBUG : dir: Looking for writers 2026/05/25 05:18:09 DEBUG : file1: reading active writers 2026/05/25 05:18:09 DEBUG : Looking for writers 2026/05/25 05:18:09 DEBUG : dir: reading active writers 2026/05/25 05:18:09 DEBUG : >WaitForWriters: 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:09 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/25 05:18:09 DEBUG : newLeaf: Updating file with newLeaf 0x38e13df5b2b0 2026/05/25 05:18:09 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:18:09 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:09 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:09 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:09 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/25 05:18:09 DEBUG : dir/file1: Updating file with dir/file1 0x38e13df5b2b0 2026/05/25 05:18:09 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/25 05:18:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:09 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:10 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/25 05:18:10 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:10 DEBUG : dir/file1(0x38e13df64a40): openPending: 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:10 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/25 05:18:10 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/25 05:18:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:10 DEBUG : dir/file1(0x38e13df64a40): >openPending: err= 2026/05/25 05:18:10 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/25 05:18:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:10 DEBUG : dir/file1(0x38e13df64a40): _writeAt: size=25, off=0 2026/05/25 05:18:10 DEBUG : dir/file1(0x38e13df64a40): >_writeAt: n=25, err= 2026/05/25 05:18:10 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:10 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:10 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/25 05:18:10 DEBUG : newLeaf: Updating file with newLeaf 0x38e13df5b2b0 2026/05/25 05:18:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:18:10 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:10 DEBUG : newLeaf(0x38e13df64a40): close: 2026/05/25 05:18:10 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/25 05:18:10 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-25 05:18:10.200574935 +0000 UTC m=+18.419667337 2026/05/25 05:18:10 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:10 DEBUG : newLeaf(0x38e13df64a40): >close: err= 2026/05/25 05:18:10 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:10 DEBUG : dir: Looking for writers 2026/05/25 05:18:10 DEBUG : Looking for writers 2026/05/25 05:18:10 DEBUG : dir: reading active writers 2026/05/25 05:18:10 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:10 DEBUG : dir: Looking for writers 2026/05/25 05:18:10 DEBUG : Looking for writers 2026/05/25 05:18:10 DEBUG : dir: reading active writers 2026/05/25 05:18:10 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:10 DEBUG : dir: Looking for writers 2026/05/25 05:18:10 DEBUG : Looking for writers 2026/05/25 05:18:10 DEBUG : dir: reading active writers 2026/05/25 05:18:10 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:10 DEBUG : dir: Looking for writers 2026/05/25 05:18:10 DEBUG : Looking for writers 2026/05/25 05:18:10 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:10 DEBUG : dir: reading active writers 2026/05/25 05:18:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:10 DEBUG : newLeaf: vfs cache: starting upload 2026/05/25 05:18:10 DEBUG : newLeaf.57e616fc.partial: size = 25 OK 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf.57e616fc.partial" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf.57e616fc.partial 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf.57e616fc.partial" 2026/05/25 05:18:10 DEBUG : dir: Looking for writers 2026/05/25 05:18:10 DEBUG : Looking for writers 2026/05/25 05:18:10 DEBUG : dir: reading active writers 2026/05/25 05:18:10 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/newLeaf.57e616fc.partial 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:10 DEBUG : newLeaf.57e616fc.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:10 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/25 05:18:10 DEBUG : newLeaf.57e616fc.partial: renamed to: newLeaf 2026/05/25 05:18:10 INFO : newLeaf: Copied (replaced existing) 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:10 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:10 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-25 05:18:10 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/25 05:18:10 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/25 05:18:10 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:10 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/25 05:18:10 DEBUG : dir: Looking for writers 2026/05/25 05:18:10 DEBUG : Looking for writers 2026/05/25 05:18:10 DEBUG : dir: reading active writers 2026/05/25 05:18:10 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:10 DEBUG : >WaitForWriters: 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:10 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:10 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/25 05:18:10 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:10 DEBUG : dir: Looking for writers 2026/05/25 05:18:10 DEBUG : Looking for writers 2026/05/25 05:18:10 DEBUG : dir: reading active writers 2026/05/25 05:18:10 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:10 DEBUG : >WaitForWriters: 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:10 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:10 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:10 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:11 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/25 05:18:11 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:11 DEBUG : dir/file1(0x38e13e246b80): openPending: 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:11 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/25 05:18:11 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/25 05:18:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:11 DEBUG : dir/file1(0x38e13e246b80): >openPending: err= 2026/05/25 05:18:11 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/25 05:18:11 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:11 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:11 DEBUG : dir/file1(0x38e13e246b80): _writeAt: size=14, off=0 2026/05/25 05:18:11 DEBUG : dir/file1(0x38e13e246b80): >_writeAt: n=14, err= 2026/05/25 05:18:11 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/25 05:18:11 DEBUG : dir/file1(0x38e13e246b80): close: 2026/05/25 05:18:11 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/25 05:18:11 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/25 05:18:11 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:11 DEBUG : dir/file1(0x38e13e246b80): >close: err= 2026/05/25 05:18:11 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:11 DEBUG : dir: Looking for writers 2026/05/25 05:18:11 DEBUG : file1: reading active writers 2026/05/25 05:18:11 DEBUG : Looking for writers 2026/05/25 05:18:11 DEBUG : dir: reading active writers 2026/05/25 05:18:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:11 DEBUG : dir: Looking for writers 2026/05/25 05:18:11 DEBUG : file1: reading active writers 2026/05/25 05:18:11 DEBUG : Looking for writers 2026/05/25 05:18:11 DEBUG : dir: reading active writers 2026/05/25 05:18:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:11 DEBUG : dir: Looking for writers 2026/05/25 05:18:11 DEBUG : file1: reading active writers 2026/05/25 05:18:11 DEBUG : Looking for writers 2026/05/25 05:18:11 DEBUG : dir: reading active writers 2026/05/25 05:18:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:11 DEBUG : dir: Looking for writers 2026/05/25 05:18:11 DEBUG : file1: reading active writers 2026/05/25 05:18:11 DEBUG : Looking for writers 2026/05/25 05:18:11 DEBUG : dir: reading active writers 2026/05/25 05:18:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:11 DEBUG : dir/file1: vfs cache: starting upload 2026/05/25 05:18:11 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1.ca338588.partial" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1.ca338588.partial 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1.ca338588.partial" 2026/05/25 05:18:11 DEBUG : dir: Looking for writers 2026/05/25 05:18:11 DEBUG : file1: reading active writers 2026/05/25 05:18:11 DEBUG : Looking for writers 2026/05/25 05:18:11 DEBUG : dir: reading active writers 2026/05/25 05:18:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1.ca338588.partial 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:11 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:11 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/25 05:18:11 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/25 05:18:11 INFO : dir/file1: Copied (replaced existing) 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:11 DEBUG : dir: Looking for writers 2026/05/25 05:18:11 DEBUG : file1: reading active writers 2026/05/25 05:18:11 DEBUG : Looking for writers 2026/05/25 05:18:11 DEBUG : dir: reading active writers 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:11 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/25 05:18:11 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/25 05:18:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:11 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/25 05:18:11 DEBUG : >WaitForWriters: 2026/05/25 05:18:11 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/25 05:18:11 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:11 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:11 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:11 DEBUG : dir/file1(0x38e13e247500): _readAt: size=512, off=0 2026/05/25 05:18:11 DEBUG : dir/file1(0x38e13e247500): openPending: 2026/05/25 05:18:11 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/25 05:18:11 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/25 05:18:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:11 DEBUG : dir/file1(0x38e13e247500): >openPending: err= 2026/05/25 05:18:11 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/25 05:18:11 DEBUG : dir/file1(0x38e13e247500): >_readAt: n=14, err=EOF 2026/05/25 05:18:11 DEBUG : dir/file1(0x38e13e247500): close: 2026/05/25 05:18:11 DEBUG : dir/file1(0x38e13e247500): >close: err= 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:11 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:11 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:11 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/25 05:18:11 DEBUG : newLeaf: Updating file with newLeaf 0x38e13e2412b0 2026/05/25 05:18:11 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:18:11 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:11 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:11 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:11 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:11 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:12 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/25 05:18:12 DEBUG : dir/file1: Updating file with dir/file1 0x38e13e2412b0 2026/05/25 05:18:12 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/25 05:18:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:12 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/25 05:18:12 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:12 DEBUG : dir/file1(0x38e13e2ce840): openPending: 2026/05/25 05:18:12 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/25 05:18:12 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/25 05:18:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:12 DEBUG : dir/file1(0x38e13e2ce840): >openPending: err= 2026/05/25 05:18:12 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/25 05:18:12 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:12 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:12 DEBUG : dir/file1(0x38e13e2ce840): _writeAt: size=25, off=0 2026/05/25 05:18:12 DEBUG : dir/file1(0x38e13e2ce840): >_writeAt: n=25, err= 2026/05/25 05:18:12 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:12 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:12 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/25 05:18:12 DEBUG : newLeaf: Updating file with newLeaf 0x38e13e2412b0 2026/05/25 05:18:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:18:12 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:12 DEBUG : newLeaf(0x38e13e2ce840): close: 2026/05/25 05:18:12 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/25 05:18:12 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-25 05:18:12.236762614 +0000 UTC m=+20.455855016 2026/05/25 05:18:12 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:12 DEBUG : newLeaf(0x38e13e2ce840): >close: err= 2026/05/25 05:18:12 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:12 DEBUG : dir: Looking for writers 2026/05/25 05:18:12 DEBUG : Looking for writers 2026/05/25 05:18:12 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:12 DEBUG : dir: reading active writers 2026/05/25 05:18:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:12 DEBUG : dir: Looking for writers 2026/05/25 05:18:12 DEBUG : Looking for writers 2026/05/25 05:18:12 DEBUG : dir: reading active writers 2026/05/25 05:18:12 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:12 DEBUG : dir: Looking for writers 2026/05/25 05:18:12 DEBUG : Looking for writers 2026/05/25 05:18:12 DEBUG : dir: reading active writers 2026/05/25 05:18:12 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:12 DEBUG : dir: Looking for writers 2026/05/25 05:18:12 DEBUG : Looking for writers 2026/05/25 05:18:12 DEBUG : dir: reading active writers 2026/05/25 05:18:12 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:12 DEBUG : newLeaf: vfs cache: starting upload 2026/05/25 05:18:12 DEBUG : newLeaf.32cc5cbc.partial: size = 25 OK 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf.32cc5cbc.partial" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf.32cc5cbc.partial 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf.32cc5cbc.partial" 2026/05/25 05:18:12 DEBUG : dir: Looking for writers 2026/05/25 05:18:12 DEBUG : Looking for writers 2026/05/25 05:18:12 DEBUG : dir: reading active writers 2026/05/25 05:18:12 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/newLeaf.32cc5cbc.partial 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:12 DEBUG : newLeaf.32cc5cbc.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:12 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/25 05:18:12 DEBUG : newLeaf.32cc5cbc.partial: renamed to: newLeaf 2026/05/25 05:18:12 INFO : newLeaf: Copied (replaced existing) 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:12 DEBUG : dir: Looking for writers 2026/05/25 05:18:12 DEBUG : Looking for writers 2026/05/25 05:18:12 DEBUG : dir: reading active writers 2026/05/25 05:18:12 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:12 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:12 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-25 05:18:12 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/25 05:18:12 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/25 05:18:12 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:12 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/25 05:18:12 DEBUG : >WaitForWriters: 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:12 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:12 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/25 05:18:12 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:12 DEBUG : dir: Looking for writers 2026/05/25 05:18:12 DEBUG : Looking for writers 2026/05/25 05:18:12 DEBUG : dir: reading active writers 2026/05/25 05:18:12 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:12 DEBUG : >WaitForWriters: 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:12 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:12 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:12 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:13 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:13 DEBUG : dir: Looking for writers 2026/05/25 05:18:13 DEBUG : file1: reading active writers 2026/05/25 05:18:13 DEBUG : Looking for writers 2026/05/25 05:18:13 DEBUG : dir: reading active writers 2026/05/25 05:18:13 DEBUG : >WaitForWriters: 2026/05/25 05:18:13 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/25 05:18:13 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:13 DEBUG : dir/file1(0x38e13df65600): _readAt: size=512, off=0 2026/05/25 05:18:13 DEBUG : dir/file1(0x38e13df65600): openPending: 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:13 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/25 05:18:13 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/25 05:18:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:13 DEBUG : dir/file1(0x38e13df65600): >openPending: err= 2026/05/25 05:18:13 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/05/25 05:18:13 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:13 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:13 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:13 DEBUG : dir/file1(0x38e13df65600): >_readAt: n=14, err=EOF 2026/05/25 05:18:13 DEBUG : dir/file1(0x38e13df65600): close: 2026/05/25 05:18:13 DEBUG : dir/file1(0x38e13df65600): >close: err= 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:13 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:13 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:13 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/25 05:18:13 DEBUG : newLeaf: Updating file with newLeaf 0x38e13e57d1e0 2026/05/25 05:18:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:18:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:13 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:13 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:13 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:13 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/25 05:18:13 DEBUG : dir/file1: Updating file with dir/file1 0x38e13e57d1e0 2026/05/25 05:18:13 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/25 05:18:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:13 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/25 05:18:13 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:13 DEBUG : dir/file1(0x38e13e2474c0): openPending: 2026/05/25 05:18: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/05/25 05:18:13 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/25 05:18:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:13 DEBUG : dir/file1(0x38e13e2474c0): >openPending: err= 2026/05/25 05:18:13 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/25 05:18:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:13 DEBUG : dir/file1(0x38e13e2474c0): _writeAt: size=25, off=0 2026/05/25 05:18:13 DEBUG : dir/file1(0x38e13e2474c0): >_writeAt: n=25, err= 2026/05/25 05:18:13 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:13 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:14 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:14 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/25 05:18:14 DEBUG : newLeaf: Updating file with newLeaf 0x38e13e57d1e0 2026/05/25 05:18:14 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:18:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:14 DEBUG : newLeaf(0x38e13e2474c0): close: 2026/05/25 05:18:14 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/25 05:18:14 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-25 05:18:13.896244163 +0000 UTC m=+22.115336594 2026/05/25 05:18:14 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:14 DEBUG : newLeaf(0x38e13e2474c0): >close: err= 2026/05/25 05:18:14 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:14 DEBUG : dir: Looking for writers 2026/05/25 05:18:14 DEBUG : Looking for writers 2026/05/25 05:18:14 DEBUG : dir: reading active writers 2026/05/25 05:18:14 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:14 DEBUG : dir: Looking for writers 2026/05/25 05:18:14 DEBUG : Looking for writers 2026/05/25 05:18:14 DEBUG : dir: reading active writers 2026/05/25 05:18:14 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:14 DEBUG : dir: Looking for writers 2026/05/25 05:18:14 DEBUG : Looking for writers 2026/05/25 05:18:14 DEBUG : dir: reading active writers 2026/05/25 05:18:14 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:14 DEBUG : dir: Looking for writers 2026/05/25 05:18:14 DEBUG : Looking for writers 2026/05/25 05:18:14 DEBUG : dir: reading active writers 2026/05/25 05:18:14 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:14 DEBUG : newLeaf: vfs cache: starting upload 2026/05/25 05:18:14 DEBUG : newLeaf.c84bdcbc.partial: size = 25 OK 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf.c84bdcbc.partial" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf.c84bdcbc.partial 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf.c84bdcbc.partial" 2026/05/25 05:18:14 DEBUG : dir: Looking for writers 2026/05/25 05:18:14 DEBUG : Looking for writers 2026/05/25 05:18:14 DEBUG : dir: reading active writers 2026/05/25 05:18:14 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/newLeaf.c84bdcbc.partial 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:14 DEBUG : newLeaf.c84bdcbc.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:14 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/25 05:18:14 DEBUG : newLeaf.c84bdcbc.partial: renamed to: newLeaf 2026/05/25 05:18:14 INFO : newLeaf: Copied (replaced existing) 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:14 DEBUG : dir: Looking for writers 2026/05/25 05:18:14 DEBUG : Looking for writers 2026/05/25 05:18:14 DEBUG : dir: reading active writers 2026/05/25 05:18:14 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:14 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:14 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-25 05:18:13 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/25 05:18:14 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/25 05:18:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/25 05:18:14 DEBUG : >WaitForWriters: 2026/05/25 05:18:14 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:14 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/newLeaf" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tanuvuc5zexo/newLeaf 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:14 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/25 05:18:14 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:14 DEBUG : dir: Looking for writers 2026/05/25 05:18:14 DEBUG : Looking for writers 2026/05/25 05:18:14 DEBUG : dir: reading active writers 2026/05/25 05:18:14 DEBUG : newLeaf: reading active writers 2026/05/25 05:18:14 DEBUG : >WaitForWriters: 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestFileRename (9.24s) --- PASS: TestFileRename/off,forceCache=false (1.11s) --- PASS: TestFileRename/minimal,forceCache=false (1.12s) --- PASS: TestFileRename/minimal,forceCache=true (1.86s) --- PASS: TestFileRename/writes,forceCache=false (1.48s) --- PASS: TestFileRename/writes,forceCache=true (2.01s) --- PASS: TestFileRename/full,forceCache=false (1.66s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:14 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:14 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:14 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:14 DEBUG : Looking for writers 2026/05/25 05:18:14 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.00s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:14 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:14 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:14 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/25 05:18:14 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:14 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/25 05:18:14 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/25 05:18:14 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/25 05:18:14 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:14 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:14 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:14 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:14 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:14 DEBUG : dir: Looking for writers 2026/05/25 05:18:14 DEBUG : file1: reading active writers 2026/05/25 05:18:14 DEBUG : Looking for writers 2026/05/25 05:18:14 DEBUG : dir: reading active writers 2026/05/25 05:18:14 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.32s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:14 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:14 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:14 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:15 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/25 05:18:15 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:15 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/25 05:18:15 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/25 05:18:15 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/25 05:18:15 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/25 05:18:15 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/25 05:18:15 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/05/25 05:18:15 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:15 DEBUG : dir: Looking for writers 2026/05/25 05:18:15 DEBUG : file1: reading active writers 2026/05/25 05:18:15 DEBUG : Looking for writers 2026/05/25 05:18:15 DEBUG : dir: reading active writers 2026/05/25 05:18:15 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.30s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:15 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:15 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:15 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/25 05:18:15 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:15 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/25 05:18:15 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/25 05:18:15 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/25 05:18:15 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/25 05:18:15 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/25 05:18:15 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/05/25 05:18:15 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/05/25 05:18:15 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/05/25 05:18:15 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/25 05:18:15 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/25 05:18:15 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/25 05:18:15 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/05/25 05:18:15 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/25 05:18:15 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/25 05:18:15 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/25 05:18:15 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/05/25 05:18:15 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:15 DEBUG : dir: Looking for writers 2026/05/25 05:18:15 DEBUG : file1: reading active writers 2026/05/25 05:18:15 DEBUG : Looking for writers 2026/05/25 05:18:15 DEBUG : dir: reading active writers 2026/05/25 05:18:15 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:15 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:15 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:15 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/25 05:18:15 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:15 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/25 05:18:15 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/25 05:18:15 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:15 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:15 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:15 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:15 DEBUG : dir: Looking for writers 2026/05/25 05:18:15 DEBUG : file1: reading active writers 2026/05/25 05:18:15 DEBUG : Looking for writers 2026/05/25 05:18:15 DEBUG : dir: reading active writers 2026/05/25 05:18:15 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.30s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:15 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:15 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:15 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:15 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/25 05:18:15 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:16 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/25 05:18:16 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/25 05:18:16 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/25 05:18:16 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:16 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:16 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:16 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:16 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/05/25 05:18:16 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:16 DEBUG : dir: Looking for writers 2026/05/25 05:18:16 DEBUG : file1: reading active writers 2026/05/25 05:18:16 DEBUG : Looking for writers 2026/05/25 05:18:16 DEBUG : dir: reading active writers 2026/05/25 05:18:16 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.33s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:16 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:16 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:16 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/25 05:18:16 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:16 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/25 05:18:16 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:16 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:16 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:16 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e08e980): _readAt: size=1, off=0 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e08e980): openPending: 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:16 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:16 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/25 05:18:16 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/25 05:18:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e08e980): >openPending: err= 2026/05/25 05:18:16 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/25 05:18:16 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:16 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:16 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e08e980): >_readAt: n=1, err= 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e08e980): _readAt: size=256, off=1 2026/05/25 05:18:16 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e08e980): >_readAt: n=15, err=EOF 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e08e980): _readAt: size=16, off=16 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e08e980): >_readAt: n=0, err=EOF 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e08e980): close: 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e08e980): >close: err= 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e08e980): close: 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e08e980): >close: err=file already closed 2026/05/25 05:18:16 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:16 DEBUG : dir: Looking for writers 2026/05/25 05:18:16 DEBUG : file1: reading active writers 2026/05/25 05:18:16 DEBUG : Looking for writers 2026/05/25 05:18:16 DEBUG : dir: reading active writers 2026/05/25 05:18:16 DEBUG : >WaitForWriters: 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.26s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:16 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:16 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:16 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/25 05:18:16 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:16 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/25 05:18:16 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:16 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:16 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:16 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e3064c0): _readAt: size=1, off=0 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e3064c0): openPending: 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:16 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:16 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/25 05:18:16 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/25 05:18:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e3064c0): >openPending: err= 2026/05/25 05:18:16 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/25 05:18:16 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:16 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:16 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e3064c0): >_readAt: n=1, err= 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e3064c0): _readAt: size=1, off=5 2026/05/25 05:18:16 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e3064c0): >_readAt: n=1, err= 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e3064c0): _readAt: size=1, off=3 2026/05/25 05:18:16 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e3064c0): >_readAt: n=1, err= 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e3064c0): _readAt: size=1, off=13 2026/05/25 05:18:16 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e3064c0): >_readAt: n=1, err= 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e3064c0): _readAt: size=16, off=100 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e3064c0): >_readAt: n=0, err=EOF 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e3064c0): close: 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13e3064c0): >close: err= 2026/05/25 05:18:16 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:16 DEBUG : dir: Looking for writers 2026/05/25 05:18:16 DEBUG : file1: reading active writers 2026/05/25 05:18:16 DEBUG : Looking for writers 2026/05/25 05:18:16 DEBUG : dir: reading active writers 2026/05/25 05:18:16 DEBUG : >WaitForWriters: 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.32s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:16 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:16 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:16 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:16 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/25 05:18:16 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:16 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/25 05:18:16 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:16 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:16 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:16 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13df64200): _readAt: size=1, off=0 2026/05/25 05:18:16 DEBUG : dir/file1(0x38e13df64200): openPending: 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:16 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:17 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/25 05:18:17 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/25 05:18:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): >openPending: err= 2026/05/25 05:18:17 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/25 05:18:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:17 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): >_readAt: n=1, err= 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): _readAt: size=1, off=5 2026/05/25 05:18:17 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): >_readAt: n=1, err= 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): _readAt: size=1, off=1 2026/05/25 05:18:17 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): >_readAt: n=1, err= 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): _readAt: size=6, off=10 2026/05/25 05:18:17 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): >_readAt: n=6, err= 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): _readAt: size=256, off=10 2026/05/25 05:18:17 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): >_readAt: n=6, err=EOF 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): _readAt: size=256, off=100 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): >_readAt: n=0, err=EOF 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): close: 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): >close: err= 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): _readAt: size=256, off=100 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df64200): >_readAt: n=0, err=file already closed 2026/05/25 05:18:17 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:17 DEBUG : dir: Looking for writers 2026/05/25 05:18:17 DEBUG : file1: reading active writers 2026/05/25 05:18:17 DEBUG : Looking for writers 2026/05/25 05:18:17 DEBUG : dir: reading active writers 2026/05/25 05:18:17 DEBUG : >WaitForWriters: 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.30s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:17 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:17 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/25 05:18:17 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:17 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/25 05:18:17 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:17 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:17 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:17 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65400): RWFileHandle.Flush 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65400): _readAt: size=256, off=0 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65400): openPending: 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:17 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/25 05:18:17 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/25 05:18:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65400): >openPending: err= 2026/05/25 05:18:17 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/25 05:18:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:17 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65400): >_readAt: n=16, err=EOF 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65400): RWFileHandle.Flush 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65400): RWFileHandle.Flush 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65400): close: 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65400): >close: err= 2026/05/25 05:18:17 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:17 DEBUG : dir: Looking for writers 2026/05/25 05:18:17 DEBUG : file1: reading active writers 2026/05/25 05:18:17 DEBUG : Looking for writers 2026/05/25 05:18:17 DEBUG : dir: reading active writers 2026/05/25 05:18:17 DEBUG : >WaitForWriters: 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.31s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:17 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:17 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/25 05:18:17 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:17 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/25 05:18:17 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:17 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:17 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:17 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65b40): _readAt: size=256, off=0 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65b40): openPending: 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:17 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/25 05:18:17 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/25 05:18:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65b40): >openPending: err= 2026/05/25 05:18:17 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/25 05:18:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:17 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65b40): >_readAt: n=16, err=EOF 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65b40): RWFileHandle.Release 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65b40): close: 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65b40): >close: err= 2026/05/25 05:18:17 DEBUG : dir/file1(0x38e13df65b40): RWFileHandle.Release 2026/05/25 05:18:17 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:17 DEBUG : dir: Looking for writers 2026/05/25 05:18:17 DEBUG : file1: reading active writers 2026/05/25 05:18:17 DEBUG : Looking for writers 2026/05/25 05:18:17 DEBUG : dir: reading active writers 2026/05/25 05:18:17 DEBUG : >WaitForWriters: 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.32s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:17 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:17 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:17 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:17 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:17 DEBUG : file1: newRWFileHandle: 2026/05/25 05:18:17 DEBUG : file1(0x38e13dd34f80): openPending: 2026/05/25 05:18:17 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:17 DEBUG : file1(0x38e13dd34f80): >openPending: err= 2026/05/25 05:18:17 DEBUG : file1: >newRWFileHandle: err= 2026/05/25 05:18:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:17 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/25 05:18:17 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/25 05:18:17 DEBUG : file1(0x38e13dd34f80): _writeAt: size=5, off=0 2026/05/25 05:18:17 DEBUG : file1(0x38e13dd34f80): >_writeAt: n=5, err= 2026/05/25 05:18:17 DEBUG : file1(0x38e13dd34f80): _writeAt: size=7, off=5 2026/05/25 05:18:17 DEBUG : file1(0x38e13dd34f80): >_writeAt: n=7, err= 2026/05/25 05:18:17 DEBUG : file1: vfs cache: truncate to size=11 2026/05/25 05:18:17 DEBUG : file1(0x38e13dd34f80): close: 2026/05/25 05:18:17 DEBUG : file1: vfs cache: setting modification time to 2026-05-25 05:18:17.64689709 +0000 UTC m=+25.865989492 2026/05/25 05:18:17 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:17 DEBUG : file1(0x38e13dd34f80): >close: err= 2026/05/25 05:18:17 DEBUG : file1(0x38e13dd34f80): close: 2026/05/25 05:18:17 DEBUG : file1(0x38e13dd34f80): >close: err=file already closed 2026/05/25 05:18:17 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:17 DEBUG : Looking for writers 2026/05/25 05:18:17 DEBUG : file1: reading active writers 2026/05/25 05:18:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:17 DEBUG : Looking for writers 2026/05/25 05:18:17 DEBUG : file1: reading active writers 2026/05/25 05:18:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:17 DEBUG : Looking for writers 2026/05/25 05:18:17 DEBUG : file1: reading active writers 2026/05/25 05:18:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:17 DEBUG : Looking for writers 2026/05/25 05:18:17 DEBUG : file1: reading active writers 2026/05/25 05:18:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:17 DEBUG : file1: vfs cache: starting upload 2026/05/25 05:18:17 DEBUG : file1.6ff59dfb.partial: size = 11 OK 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1.6ff59dfb.partial" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1.6ff59dfb.partial 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1.6ff59dfb.partial" 2026/05/25 05:18:17 DEBUG : Looking for writers 2026/05/25 05:18:17 DEBUG : file1: reading active writers 2026/05/25 05:18:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tanuvuc5zexo/file1.6ff59dfb.partial 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:17 DEBUG : file1.6ff59dfb.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/25 05:18:17 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/25 05:18:17 DEBUG : file1.6ff59dfb.partial: renamed to: file1 2026/05/25 05:18:17 INFO : file1: Copied (new) 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:17 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/25 05:18:17 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-25 05:18:17 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/25 05:18:17 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/25 05:18:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:17 INFO : file1: vfs cache: upload succeeded try #1 2026/05/25 05:18:17 DEBUG : Looking for writers 2026/05/25 05:18:17 DEBUG : file1: reading active writers 2026/05/25 05:18:17 DEBUG : >WaitForWriters: 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:17 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:18 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:18 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/25 05:18:18 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:18 DEBUG : Looking for writers 2026/05/25 05:18:18 DEBUG : file1: reading active writers 2026/05/25 05:18:18 DEBUG : >WaitForWriters: 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.50s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:18 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:18 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:18 DEBUG : file1: newRWFileHandle: 2026/05/25 05:18:18 DEBUG : file1(0x38e13dbfd8c0): openPending: 2026/05/25 05:18:18 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:18 DEBUG : file1(0x38e13dbfd8c0): >openPending: err= 2026/05/25 05:18:18 DEBUG : file1: >newRWFileHandle: err= 2026/05/25 05:18:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:18 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/25 05:18:18 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/25 05:18:18 DEBUG : file1(0x38e13dbfd8c0): _writeAt: size=7, off=0 2026/05/25 05:18:18 DEBUG : file1(0x38e13dbfd8c0): >_writeAt: n=7, err= 2026/05/25 05:18:18 DEBUG : file1(0x38e13dbfd8c0): _writeAt: size=6, off=5 2026/05/25 05:18:18 DEBUG : file1(0x38e13dbfd8c0): >_writeAt: n=6, err= 2026/05/25 05:18:18 DEBUG : file1(0x38e13dbfd8c0): close: 2026/05/25 05:18:18 DEBUG : file1: vfs cache: setting modification time to 2026-05-25 05:18:18.14810931 +0000 UTC m=+26.367201712 2026/05/25 05:18:18 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:18 DEBUG : file1(0x38e13dbfd8c0): >close: err= 2026/05/25 05:18:18 DEBUG : file1(0x38e13dbfd8c0): _writeAt: size=5, off=0 2026/05/25 05:18:18 DEBUG : file1(0x38e13dbfd8c0): >_writeAt: n=0, err=file already closed 2026/05/25 05:18:18 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:18 DEBUG : Looking for writers 2026/05/25 05:18:18 DEBUG : file1: reading active writers 2026/05/25 05:18:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:18 DEBUG : Looking for writers 2026/05/25 05:18:18 DEBUG : file1: reading active writers 2026/05/25 05:18:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:18 DEBUG : Looking for writers 2026/05/25 05:18:18 DEBUG : file1: reading active writers 2026/05/25 05:18:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:18 DEBUG : Looking for writers 2026/05/25 05:18:18 DEBUG : file1: reading active writers 2026/05/25 05:18:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:18 DEBUG : file1: vfs cache: starting upload 2026/05/25 05:18:18 DEBUG : file1.3d59c63f.partial: size = 11 OK 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1.3d59c63f.partial" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1.3d59c63f.partial 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1.3d59c63f.partial" 2026/05/25 05:18:18 DEBUG : Looking for writers 2026/05/25 05:18:18 DEBUG : file1: reading active writers 2026/05/25 05:18:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tanuvuc5zexo/file1.3d59c63f.partial 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:18 DEBUG : file1.3d59c63f.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/25 05:18:18 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/25 05:18:18 DEBUG : file1.3d59c63f.partial: renamed to: file1 2026/05/25 05:18:18 INFO : file1: Copied (new) 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:18 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/25 05:18:18 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-25 05:18:18 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/25 05:18:18 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/25 05:18:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:18 INFO : file1: vfs cache: upload succeeded try #1 2026/05/25 05:18:18 DEBUG : Looking for writers 2026/05/25 05:18:18 DEBUG : file1: reading active writers 2026/05/25 05:18:18 DEBUG : >WaitForWriters: 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:18 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:18 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/25 05:18:18 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:18 DEBUG : Looking for writers 2026/05/25 05:18:18 DEBUG : file1: reading active writers 2026/05/25 05:18:18 DEBUG : >WaitForWriters: 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.53s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:18 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:18 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:18 DEBUG : file1: newRWFileHandle: 2026/05/25 05:18:18 DEBUG : file1(0x38e13e325840): openPending: 2026/05/25 05:18:18 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:18 DEBUG : file1(0x38e13e325840): >openPending: err= 2026/05/25 05:18:18 DEBUG : file1: >newRWFileHandle: err= 2026/05/25 05:18:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:18 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/25 05:18:18 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/25 05:18:18 DEBUG : file1(0x38e13e325840): close: 2026/05/25 05:18:18 DEBUG : file1: vfs cache: setting modification time to 2026-05-25 05:18:18.671401034 +0000 UTC m=+26.890493436 2026/05/25 05:18:18 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:18 DEBUG : file1(0x38e13e325840): >close: err= 2026/05/25 05:18:18 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/25 05:18:18 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/25 05:18:18 DEBUG : file2: newRWFileHandle: 2026/05/25 05:18:18 DEBUG : file2(0x38e13e325cc0): openPending: 2026/05/25 05:18:18 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:18 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/25 05:18:18 DEBUG : file2(0x38e13e325cc0): >openPending: err= 2026/05/25 05:18:18 DEBUG : file2: >newRWFileHandle: err= 2026/05/25 05:18:18 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/25 05:18:18 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/05/25 05:18:18 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/05/25 05:18:18 DEBUG : file2(0x38e13e325cc0): RWFileHandle.Flush 2026/05/25 05:18:18 DEBUG : file2(0x38e13e325cc0): RWFileHandle.Release 2026/05/25 05:18:18 DEBUG : file2(0x38e13e325cc0): close: 2026/05/25 05:18:18 DEBUG : file2: vfs cache: setting modification time to 2026-05-25 05:18:18.672120957 +0000 UTC m=+26.891213369 2026/05/25 05:18:18 INFO : file2: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:18 DEBUG : file2(0x38e13e325cc0): >close: err= 2026/05/25 05:18:18 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:18 DEBUG : Looking for writers 2026/05/25 05:18:18 DEBUG : file1: reading active writers 2026/05/25 05:18:18 DEBUG : file2: reading active writers 2026/05/25 05:18:18 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/05/25 05:18:18 DEBUG : Looking for writers 2026/05/25 05:18:18 DEBUG : file1: reading active writers 2026/05/25 05:18:18 DEBUG : file2: reading active writers 2026/05/25 05:18:18 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/05/25 05:18:18 DEBUG : Looking for writers 2026/05/25 05:18:18 DEBUG : file1: reading active writers 2026/05/25 05:18:18 DEBUG : file2: reading active writers 2026/05/25 05:18:18 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/05/25 05:18:18 DEBUG : Looking for writers 2026/05/25 05:18:18 DEBUG : file1: reading active writers 2026/05/25 05:18:18 DEBUG : file2: reading active writers 2026/05/25 05:18:18 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/05/25 05:18:18 DEBUG : file1: vfs cache: starting upload 2026/05/25 05:18:18 DEBUG : file2: vfs cache: starting upload 2026/05/25 05:18:18 DEBUG : file2.b76e92b9.partial: size = 0 OK 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file2.b76e92b9.partial" 2026/05/25 05:18:18 DEBUG : file1.625506b6.partial: size = 0 OK 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1.625506b6.partial" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1.625506b6.partial 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1.625506b6.partial" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file2.b76e92b9.partial 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file2.b76e92b9.partial" 2026/05/25 05:18:18 DEBUG : Looking for writers 2026/05/25 05:18:18 DEBUG : file1: reading active writers 2026/05/25 05:18:18 DEBUG : file2: reading active writers 2026/05/25 05:18:18 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tanuvuc5zexo/file1.625506b6.partial 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:18 DEBUG : file1.625506b6.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/25 05:18:18 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/25 05:18:18 DEBUG : file1.625506b6.partial: renamed to: file1 2026/05/25 05:18:18 INFO : file1: Copied (new) 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tanuvuc5zexo/file2.b76e92b9.partial 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:18 DEBUG : file2.b76e92b9.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/25 05:18:18 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/25 05:18:18 DEBUG : file2.b76e92b9.partial: renamed to: file2 2026/05/25 05:18:18 INFO : file2: Copied (new) 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file2" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file2 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file2" 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:18 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/25 05:18:18 DEBUG : file1: vfs cache: fingerprint now "0,2026-05-25 05:18:18 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/25 05:18:18 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/25 05:18:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:18 INFO : file1: vfs cache: upload succeeded try #1 2026/05/25 05:18:18 DEBUG : Looking for writers 2026/05/25 05:18:18 DEBUG : file1: reading active writers 2026/05/25 05:18:18 DEBUG : file2: reading active writers 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tanuvuc5zexo/file2 2026/05/25 05:18:18 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:18 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/25 05:18:18 DEBUG : file2: vfs cache: fingerprint now "0,2026-05-25 05:18:18 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/25 05:18:18 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/05/25 05:18:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/05/25 05:18:18 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/25 05:18:19 INFO : file2: vfs cache: upload succeeded try #1 2026/05/25 05:18:19 DEBUG : Looking for writers 2026/05/25 05:18:19 DEBUG : file2: reading active writers 2026/05/25 05:18:19 DEBUG : file1: reading active writers 2026/05/25 05:18:19 DEBUG : >WaitForWriters: 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:19 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:19 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file2" 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file2 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file2" 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tanuvuc5zexo/file2 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:19 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file2" 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/file2 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/file2" 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-tanuvuc5zexo/file2 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:19 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/25 05:18:19 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:19 DEBUG : Looking for writers 2026/05/25 05:18:19 DEBUG : file1: reading active writers 2026/05/25 05:18:19 DEBUG : file2: reading active writers 2026/05/25 05:18:19 DEBUG : >WaitForWriters: 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (1.09s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:19 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:19 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:19 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:19 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:19 DEBUG : file1: newRWFileHandle: 2026/05/25 05:18:19 DEBUG : file1(0x38e13e029600): openPending: 2026/05/25 05:18:19 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:19 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:19 DEBUG : file1(0x38e13e029600): >openPending: err= 2026/05/25 05:18:19 DEBUG : file1: >newRWFileHandle: err= 2026/05/25 05:18:19 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:19 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/25 05:18:19 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/25 05:18:19 DEBUG : file1(0x38e13e029600): _writeAt: size=5, off=0 2026/05/25 05:18:19 DEBUG : file1(0x38e13e029600): >_writeAt: n=5, err= 2026/05/25 05:18:19 DEBUG : file1(0x38e13e029600): RWFileHandle.Flush 2026/05/25 05:18:19 DEBUG : file1(0x38e13e029600): RWFileHandle.Flush 2026/05/25 05:18:19 DEBUG : file1(0x38e13e029600): close: 2026/05/25 05:18:19 DEBUG : file1: vfs cache: setting modification time to 2026-05-25 05:18:19.772194094 +0000 UTC m=+27.991286517 2026/05/25 05:18:19 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:19 DEBUG : file1(0x38e13e029600): >close: err= 2026/05/25 05:18:19 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:19 DEBUG : Looking for writers 2026/05/25 05:18:19 DEBUG : file1: reading active writers 2026/05/25 05:18:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:19 DEBUG : Looking for writers 2026/05/25 05:18:19 DEBUG : file1: reading active writers 2026/05/25 05:18:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:19 DEBUG : Looking for writers 2026/05/25 05:18:19 DEBUG : file1: reading active writers 2026/05/25 05:18:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:19 DEBUG : Looking for writers 2026/05/25 05:18:19 DEBUG : file1: reading active writers 2026/05/25 05:18:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:19 DEBUG : file1: vfs cache: starting upload 2026/05/25 05:18:19 DEBUG : file1.e5e3cc26.partial: size = 5 OK 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1.e5e3cc26.partial" 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1.e5e3cc26.partial 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1.e5e3cc26.partial" 2026/05/25 05:18:19 DEBUG : Looking for writers 2026/05/25 05:18:19 DEBUG : file1: reading active writers 2026/05/25 05:18:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/file1.e5e3cc26.partial 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:19 DEBUG : file1.e5e3cc26.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:18:19 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/25 05:18:19 DEBUG : file1.e5e3cc26.partial: renamed to: file1 2026/05/25 05:18:19 INFO : file1: Copied (new) 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:19 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:20 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:18:20 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-25 05:18:19 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/25 05:18:20 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/25 05:18:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:20 INFO : file1: vfs cache: upload succeeded try #1 2026/05/25 05:18:20 DEBUG : Looking for writers 2026/05/25 05:18:20 DEBUG : file1: reading active writers 2026/05/25 05:18:20 DEBUG : >WaitForWriters: 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.33s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:20 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:20 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:20 DEBUG : file1: newRWFileHandle: 2026/05/25 05:18:20 DEBUG : file1(0x38e13e1b6080): openPending: 2026/05/25 05:18:20 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:20 DEBUG : file1(0x38e13e1b6080): >openPending: err= 2026/05/25 05:18:20 DEBUG : file1: >newRWFileHandle: err= 2026/05/25 05:18:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:20 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/25 05:18:20 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/25 05:18:20 DEBUG : file1(0x38e13e1b6080): _writeAt: size=5, off=0 2026/05/25 05:18:20 DEBUG : file1(0x38e13e1b6080): >_writeAt: n=5, err= 2026/05/25 05:18:20 DEBUG : file1(0x38e13e1b6080): RWFileHandle.Release 2026/05/25 05:18:20 DEBUG : file1(0x38e13e1b6080): close: 2026/05/25 05:18:20 DEBUG : file1: vfs cache: setting modification time to 2026-05-25 05:18:20.100403998 +0000 UTC m=+28.319496410 2026/05/25 05:18:20 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:20 DEBUG : file1(0x38e13e1b6080): >close: err= 2026/05/25 05:18:20 DEBUG : file1(0x38e13e1b6080): RWFileHandle.Release 2026/05/25 05:18:20 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:20 DEBUG : Looking for writers 2026/05/25 05:18:20 DEBUG : file1: reading active writers 2026/05/25 05:18:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:20 DEBUG : Looking for writers 2026/05/25 05:18:20 DEBUG : file1: reading active writers 2026/05/25 05:18:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:20 DEBUG : Looking for writers 2026/05/25 05:18:20 DEBUG : file1: reading active writers 2026/05/25 05:18:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:20 DEBUG : Looking for writers 2026/05/25 05:18:20 DEBUG : file1: reading active writers 2026/05/25 05:18:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:20 DEBUG : file1: vfs cache: starting upload 2026/05/25 05:18:20 DEBUG : file1.2a1482a8.partial: size = 5 OK 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1.2a1482a8.partial" 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1.2a1482a8.partial 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1.2a1482a8.partial" 2026/05/25 05:18:20 DEBUG : Looking for writers 2026/05/25 05:18:20 DEBUG : file1: reading active writers 2026/05/25 05:18:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/file1.2a1482a8.partial 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:20 DEBUG : file1.2a1482a8.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:18:20 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/25 05:18:20 DEBUG : file1.2a1482a8.partial: renamed to: file1 2026/05/25 05:18:20 INFO : file1: Copied (new) 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:20 DEBUG : Looking for writers 2026/05/25 05:18:20 DEBUG : file1: reading active writers 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:20 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:18:20 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-25 05:18:20 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/25 05:18:20 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/25 05:18:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:20 DEBUG : >WaitForWriters: 2026/05/25 05:18:20 INFO : file1: vfs cache: upload succeeded try #1 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.36s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:20 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:20 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:20 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/25 05:18:20 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/05/25 05:18:20 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/25 05:18:20 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:20 DEBUG : dir/file1(0x38e13e0fb280): openPending: 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:20 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/25 05:18:20 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/25 05:18:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:20 DEBUG : dir/file1(0x38e13e0fb280): >openPending: err= 2026/05/25 05:18:20 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/25 05:18:20 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:20 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:20 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/25 05:18:20 DEBUG : dir/file1(0x38e13e0fb280): _writeAt: size=5, off=0 2026/05/25 05:18:20 DEBUG : dir/file1(0x38e13e0fb280): >_writeAt: n=5, err= 2026/05/25 05:18:20 DEBUG : dir/file1(0x38e13e0fb280): close: 2026/05/25 05:18:20 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:20 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-25 05:18:20.760138692 +0000 UTC m=+28.979231154 2026/05/25 05:18:20 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:20 DEBUG : dir/file1(0x38e13e0fb280): >close: err= 2026/05/25 05:18:20 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:20 DEBUG : dir: Looking for writers 2026/05/25 05:18:20 DEBUG : file1: reading active writers 2026/05/25 05:18:20 DEBUG : Looking for writers 2026/05/25 05:18:20 DEBUG : dir: reading active writers 2026/05/25 05:18:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:20 DEBUG : dir: Looking for writers 2026/05/25 05:18:20 DEBUG : file1: reading active writers 2026/05/25 05:18:20 DEBUG : Looking for writers 2026/05/25 05:18:20 DEBUG : dir: reading active writers 2026/05/25 05:18:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:20 DEBUG : dir: Looking for writers 2026/05/25 05:18:20 DEBUG : file1: reading active writers 2026/05/25 05:18:20 DEBUG : Looking for writers 2026/05/25 05:18:20 DEBUG : dir: reading active writers 2026/05/25 05:18:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:20 DEBUG : dir: Looking for writers 2026/05/25 05:18:20 DEBUG : file1: reading active writers 2026/05/25 05:18:20 DEBUG : Looking for writers 2026/05/25 05:18:20 DEBUG : dir: reading active writers 2026/05/25 05:18:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:20 DEBUG : dir/file1: vfs cache: starting upload 2026/05/25 05:18:20 DEBUG : dir/file1.cd75ad7d.partial: size = 5 OK 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1.cd75ad7d.partial" 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1.cd75ad7d.partial 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1.cd75ad7d.partial" 2026/05/25 05:18:20 DEBUG : dir: Looking for writers 2026/05/25 05:18:20 DEBUG : file1: reading active writers 2026/05/25 05:18:20 DEBUG : Looking for writers 2026/05/25 05:18:20 DEBUG : dir: reading active writers 2026/05/25 05:18:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/dir/file1.cd75ad7d.partial 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:20 DEBUG : dir/file1.cd75ad7d.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:18:20 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/25 05:18:20 DEBUG : dir/file1.cd75ad7d.partial: renamed to: dir/file1 2026/05/25 05:18:20 INFO : dir/file1: Copied (replaced existing) 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:20 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:21 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:18:21 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-05-25 05:18:20 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/25 05:18:21 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/25 05:18:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:21 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/25 05:18:21 DEBUG : dir: Looking for writers 2026/05/25 05:18:21 DEBUG : file1: reading active writers 2026/05/25 05:18:21 DEBUG : Looking for writers 2026/05/25 05:18:21 DEBUG : dir: reading active writers 2026/05/25 05:18:21 DEBUG : >WaitForWriters: 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:21 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:21 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/25 05:18:21 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:21 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:21 DEBUG : dir/file1: newRWFileHandle: 2026/05/25 05:18:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/25 05:18:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/25 05:18:21 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/25 05:18:21 DEBUG : dir/file1(0x38e13e3063c0): _writeAt: size=5, off=0 2026/05/25 05:18:21 DEBUG : dir/file1(0x38e13e3063c0): openPending: 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/25 05:18:21 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/25 05:18:21 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/25 05:18:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:21 DEBUG : dir/file1(0x38e13e3063c0): >openPending: err= 2026/05/25 05:18:21 DEBUG : dir/file1(0x38e13e3063c0): >_writeAt: n=5, err= 2026/05/25 05:18:21 DEBUG : dir/file1(0x38e13e3063c0): _writeAt: size=15, off=5 2026/05/25 05:18:21 DEBUG : dir/file1(0x38e13e3063c0): >_writeAt: n=15, err= 2026/05/25 05:18:21 DEBUG : dir/file1(0x38e13e3063c0): close: 2026/05/25 05:18:21 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/05/25 05:18:21 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-25 05:18:21.335534722 +0000 UTC m=+29.554627124 2026/05/25 05:18:21 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:21 DEBUG : dir/file1(0x38e13e3063c0): >close: err= 2026/05/25 05:18:21 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:21 DEBUG : dir: Looking for writers 2026/05/25 05:18:21 DEBUG : file1: reading active writers 2026/05/25 05:18:21 DEBUG : Looking for writers 2026/05/25 05:18:21 DEBUG : dir: reading active writers 2026/05/25 05:18:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:21 DEBUG : dir: Looking for writers 2026/05/25 05:18:21 DEBUG : file1: reading active writers 2026/05/25 05:18:21 DEBUG : Looking for writers 2026/05/25 05:18:21 DEBUG : dir: reading active writers 2026/05/25 05:18:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:21 DEBUG : dir: Looking for writers 2026/05/25 05:18:21 DEBUG : file1: reading active writers 2026/05/25 05:18:21 DEBUG : Looking for writers 2026/05/25 05:18:21 DEBUG : dir: reading active writers 2026/05/25 05:18:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:21 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2026/05/25 05:18:21 DEBUG : dir: Looking for writers 2026/05/25 05:18:21 DEBUG : file1: reading active writers 2026/05/25 05:18:21 DEBUG : Looking for writers 2026/05/25 05:18:21 DEBUG : dir: reading active writers 2026/05/25 05:18:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:21 DEBUG : dir/file1: vfs cache: starting upload 2026/05/25 05:18:21 DEBUG : dir/file1.e70f28be.partial: size = 20 OK 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1.e70f28be.partial" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1.e70f28be.partial 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1.e70f28be.partial" 2026/05/25 05:18:21 DEBUG : dir: Looking for writers 2026/05/25 05:18:21 DEBUG : file1: reading active writers 2026/05/25 05:18:21 DEBUG : Looking for writers 2026/05/25 05:18:21 DEBUG : dir: reading active writers 2026/05/25 05:18:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-tanuvuc5zexo/dir/file1.e70f28be.partial 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:21 DEBUG : dir/file1.e70f28be.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/25 05:18:21 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/05/25 05:18:21 DEBUG : dir/file1.e70f28be.partial: renamed to: dir/file1 2026/05/25 05:18:21 INFO : dir/file1: Copied (replaced existing) 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:21 DEBUG : dir: Looking for writers 2026/05/25 05:18:21 DEBUG : file1: reading active writers 2026/05/25 05:18:21 DEBUG : Looking for writers 2026/05/25 05:18:21 DEBUG : dir: reading active writers 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:21 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/25 05:18:21 DEBUG : dir/file1: vfs cache: fingerprint now "20,2001-02-03 04:05:06 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/05/25 05:18:21 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/25 05:18:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:21 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/25 05:18:21 DEBUG : >WaitForWriters: 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.58s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:21 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:21 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:21 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:21 DEBUG : file1: newRWFileHandle: 2026/05/25 05:18:21 DEBUG : file1(0x38e13e1b7600): openPending: 2026/05/25 05:18:21 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:21 DEBUG : file1(0x38e13e1b7600): >openPending: err= 2026/05/25 05:18:21 DEBUG : file1: >newRWFileHandle: err= 2026/05/25 05:18:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:21 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/25 05:18:21 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/25 05:18:21 DEBUG : file1(0x38e13e1b7600): _writeAt: size=5, off=0 2026/05/25 05:18:21 DEBUG : file1(0x38e13e1b7600): >_writeAt: n=5, err= 2026/05/25 05:18:21 DEBUG : file1(0x38e13e1b7600): close: 2026/05/25 05:18:21 DEBUG : file1: vfs cache: setting modification time to 2026-05-25 05:18:21.672277067 +0000 UTC m=+29.891369469 2026/05/25 05:18:21 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:21 DEBUG : file1(0x38e13e1b7600): >close: err= 2026/05/25 05:18:21 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:21 DEBUG : Looking for writers 2026/05/25 05:18:21 DEBUG : file1: reading active writers 2026/05/25 05:18:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:21 DEBUG : Looking for writers 2026/05/25 05:18:21 DEBUG : file1: reading active writers 2026/05/25 05:18:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:21 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-tanuvuc5zexo/dir/file1: no such file or directory 2026/05/25 05:18:21 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-tanuvuc5zexo/dir/file1: no such file or directory 2026/05/25 05:18:21 DEBUG : Looking for writers 2026/05/25 05:18:21 DEBUG : file1: reading active writers 2026/05/25 05:18:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:21 DEBUG : Looking for writers 2026/05/25 05:18:21 DEBUG : file1: reading active writers 2026/05/25 05:18:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:21 DEBUG : file1: vfs cache: starting upload 2026/05/25 05:18:21 DEBUG : file1.7d279864.partial: size = 5 OK 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1.7d279864.partial" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1.7d279864.partial 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1.7d279864.partial" 2026/05/25 05:18:21 DEBUG : Looking for writers 2026/05/25 05:18:21 DEBUG : file1: reading active writers 2026/05/25 05:18:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/file1.7d279864.partial 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:21 DEBUG : file1.7d279864.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:18:21 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/25 05:18:21 DEBUG : file1.7d279864.partial: renamed to: file1 2026/05/25 05:18:21 INFO : file1: Copied (new) 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:21 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:18:21 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-25 05:18:21 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/25 05:18:21 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/25 05:18:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:21 INFO : file1: vfs cache: upload succeeded try #1 2026/05/25 05:18:21 DEBUG : Looking for writers 2026/05/25 05:18:21 DEBUG : file1: reading active writers 2026/05/25 05:18:21 DEBUG : >WaitForWriters: 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:21 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/05/25 05:18:21 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:21 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/25 05:18:21 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:21 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:21 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:21 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:21 DEBUG : open-test-file(0x38e13dd34f80): openPending: 2026/05/25 05:18:21 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:21 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:21 DEBUG : open-test-file(0x38e13dd34f80): >openPending: err= 2026/05/25 05:18:21 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:21 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:21 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:21 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:21 DEBUG : open-test-file(0x38e13dd34f80): _writeAt: size=5, off=0 2026/05/25 05:18:21 DEBUG : open-test-file(0x38e13dd34f80): >_writeAt: n=5, err= 2026/05/25 05:18:21 DEBUG : open-test-file(0x38e13dd34f80): close: 2026/05/25 05:18:21 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:21.996585326 +0000 UTC m=+30.215677728 2026/05/25 05:18:21 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:21 DEBUG : open-test-file(0x38e13dd34f80): >close: err= 2026/05/25 05:18:21 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/25 05:18:21 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:21 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:21 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:21 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:21 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:21 DEBUG : open-test-file(0x38e13dd357c0): _readAt: size=2, off=0 2026/05/25 05:18:21 DEBUG : open-test-file(0x38e13dd357c0): openPending: 2026/05/25 05:18:21 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:21 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:21 DEBUG : open-test-file(0x38e13dd357c0): >openPending: err= 2026/05/25 05:18:21 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:21 DEBUG : open-test-file(0x38e13dd357c0): >_readAt: n=2, err= 2026/05/25 05:18:21 DEBUG : open-test-file(0x38e13dd357c0): _writeAt: size=3, off=2 2026/05/25 05:18:21 DEBUG : open-test-file(0x38e13dd357c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:21 DEBUG : open-test-file(0x38e13dd357c0): close: 2026/05/25 05:18:21 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:21.996585326 +0000 UTC m=+30.215677728 2026/05/25 05:18:21 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:21 DEBUG : open-test-file(0x38e13dd357c0): >close: err= 2026/05/25 05:18:21 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:21 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda22c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda22c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda22c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda22c0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda22c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:21.996585326 +0000 UTC m=+30.215677728 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda22c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9f7960 item 1 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2b80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2b80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2b80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2b80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2b80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.002635187 +0000 UTC m=+30.221727589 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2b80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda3c00): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda3c00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda3c00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda3c00): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda3c00): close: 2026/05/25 05:18:22 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-tanuvuc5zexo/dir/file1: no such file or directory 2026/05/25 05:18:22 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-tanuvuc5zexo/dir/file1: no such file or directory 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.002635187 +0000 UTC m=+30.221727589 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda3c00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b0070 item 2 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028940): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028940): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028940): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028940): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028940): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.004578185 +0000 UTC m=+30.223670587 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028940): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028dc0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028dc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028dc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028dc0): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028dc0): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028dc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028dc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.004578185 +0000 UTC m=+30.223670587 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028dc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029280): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029280): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029280): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029280): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029280): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.004578185 +0000 UTC m=+30.223670587 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029280): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b0460 item 3 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029900): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029900): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029900): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029900): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029900): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.008765752 +0000 UTC m=+30.227858154 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029900): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029ec0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029ec0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029ec0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029ec0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029ec0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.008765752 +0000 UTC m=+30.227858154 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029ec0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b0bd0 item 4 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15e600): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15e600): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15e600): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15e600): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15e600): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.011751133 +0000 UTC m=+30.230843535 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15e600): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15ea80): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15ea80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15ea80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15ea80): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15ea80): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15ea80): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15ea80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.011751133 +0000 UTC m=+30.230843535 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15ea80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15ef40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15ef40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15ef40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15ef40): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15ef40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.011751133 +0000 UTC m=+30.230843535 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15ef40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b0fc0 item 5 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15f5c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15f5c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15f5c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15f5c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15f5c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.013893428 +0000 UTC m=+30.232985830 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15f5c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3079c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3079c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3079c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3079c0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3079c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.013893428 +0000 UTC m=+30.232985830 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3079c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b15e0 item 6 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ec140): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ec140): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ec140): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ec140): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ec140): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.015028717 +0000 UTC m=+30.234121129 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ec140): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ec640): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ec640): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ec640): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ec640): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ec640): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ec640): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ec640): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.015028717 +0000 UTC m=+30.234121129 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ec640): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ecb00): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ecb00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ecb00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ecb00): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ecb00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.015028717 +0000 UTC m=+30.234121129 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ecb00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e673880 item 7 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ed180): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ed180): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ed180): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ed180): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ed180): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.019975209 +0000 UTC m=+30.239067632 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ed180): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ed6c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ed6c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ed6c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ed6c0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ed6c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.019975209 +0000 UTC m=+30.239067632 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4ed6c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e673d50 item 8 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4edc80): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13e4edc80): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4edc80): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4edc80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4edc80): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4edc80): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4edc80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd6140): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd6140): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd6140): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd6140): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd6140): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.02202499 +0000 UTC m=+30.241117393 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd6140): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd65c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd65c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd65c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd65c0): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd65c0): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd65c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd65c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.02202499 +0000 UTC m=+30.241117393 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd65c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd6ac0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd6ac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd6ac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd6ac0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd6ac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.02202499 +0000 UTC m=+30.241117393 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd6ac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5ba230 item 9 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7140): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7140): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7140): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7140): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7140): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.026199592 +0000 UTC m=+30.245292014 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7140): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7680): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7680): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7680): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7680): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7680): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.026199592 +0000 UTC m=+30.245292014 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7680): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5ba850 item 10 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7cc0): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13dfd7cc0): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7cc0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7cc0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7cc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7cc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfd7cc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8180): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8180): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8180): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8180): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8180): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.029754712 +0000 UTC m=+30.248847134 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8180): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15fcc0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15fcc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15fcc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15fcc0): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15fcc0): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15fcc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15fcc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.029754712 +0000 UTC m=+30.248847134 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e15fcc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1742c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1742c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1742c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1742c0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1742c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.029754712 +0000 UTC m=+30.248847134 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1742c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b1730 item 11 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e174940): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e174940): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e174940): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e174940): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e174940): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.034578773 +0000 UTC m=+30.253671175 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e174940): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e174e80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e174e80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e174e80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e174e80): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e174e80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.034578773 +0000 UTC m=+30.253671175 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e174e80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b1d50 item 12 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1754c0): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13e1754c0): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1754c0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1754c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1754c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1754c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1754c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e175880): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e175880): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e175880): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e175880): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e175880): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.036880089 +0000 UTC m=+30.255972491 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e175880): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a040): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a040): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a040): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a040): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a040): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.036880089 +0000 UTC m=+30.255972491 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a040): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd86310 item 13 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a6c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a6c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a6c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a6c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a6c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.040651078 +0000 UTC m=+30.259743479 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a6c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23ac00): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23ac00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23ac00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23ac00): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23ac00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.040651078 +0000 UTC m=+30.259743479 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23ac00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd86850 item 14 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b240): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13e23b240): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b240): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b240): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b240): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b240): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b240): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b600): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b600): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b600): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b600): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b600): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.042143462 +0000 UTC m=+30.261235863 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b600): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23bcc0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23bcc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23bcc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23bcc0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23bcc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.042143462 +0000 UTC m=+30.261235863 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23bcc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd86e70 item 15 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26e440): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26e440): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26e440): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26e440): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26e440): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.045336486 +0000 UTC m=+30.264428888 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26e440): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26e980): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26e980): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26e980): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26e980): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26e980): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.045336486 +0000 UTC m=+30.264428888 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26e980): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd87c70 item 16 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26efc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26efc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26efc0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26efc0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26efc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.046610558 +0000 UTC m=+30.265702960 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26efc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26f440): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26f440): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26f440): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26f440): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26f440): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26f440): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26f440): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26f440): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.046610558 +0000 UTC m=+30.265702960 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26f440): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26f940): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26f940): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26f940): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26f940): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26f940): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.046610558 +0000 UTC m=+30.265702960 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e26f940): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcd9500 item 17 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29c0c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29c0c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29c0c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29c0c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29c0c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.048384605 +0000 UTC m=+30.267477008 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29c0c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29c600): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29c600): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29c600): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29c600): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29c600): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.048384605 +0000 UTC m=+30.267477008 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29c600): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcd9a40 item 18 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29cc80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29cc80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29cc80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29cc80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29cc80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.050000885 +0000 UTC m=+30.269093287 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29cc80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8800): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8800): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8800): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8800): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8800): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8800): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8800): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8800): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.050000885 +0000 UTC m=+30.269093287 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8800): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8d00): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8d00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8d00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8d00): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8d00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.050000885 +0000 UTC m=+30.269093287 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8d00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5babd0 item 19 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b9380): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b9380): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b9380): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b9380): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b9380): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.052979052 +0000 UTC m=+30.272071454 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b9380): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b98c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b98c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b98c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b98c0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b98c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.052979052 +0000 UTC m=+30.272071454 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b98c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bb1f0 item 20 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8040): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8040): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8040): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8040): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8040): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.055830269 +0000 UTC m=+30.274922672 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8040): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8540): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8540): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8540): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8540): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8540): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8540): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8540): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8540): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.055830269 +0000 UTC m=+30.274922672 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8540): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8a40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8a40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8a40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8a40): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8a40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.055830269 +0000 UTC m=+30.274922672 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e8a40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bb570 item 21 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e90c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e90c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e90c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e90c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e90c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.057525588 +0000 UTC m=+30.276617991 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e90c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e9600): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e9600): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e9600): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e9600): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e9600): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.057525588 +0000 UTC m=+30.276617991 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e9600): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bba40 item 22 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e9c80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e9c80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e9c80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e9c80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e9c80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.059606186 +0000 UTC m=+30.278698588 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e9c80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320280): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320280): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320280): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320280): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320280): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320280): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320280): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320280): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.059606186 +0000 UTC m=+30.278698588 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320280): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320780): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320780): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320780): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320780): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320780): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.059606186 +0000 UTC m=+30.278698588 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320780): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd96230 item 23 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320e00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320e00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320e00): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320e00): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320e00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.061096087 +0000 UTC m=+30.280188489 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e320e00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321340): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321340): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321340): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321340): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321340): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.061096087 +0000 UTC m=+30.280188489 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321340): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd96f50 item 24 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321980): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13e321980): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321980): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321980): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321980): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321980): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321980): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321d40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321d40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321d40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321d40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321d40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.064005094 +0000 UTC m=+30.283097496 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e321d40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344340): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344340): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344340): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344340): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344340): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344340): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344340): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344340): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.064005094 +0000 UTC m=+30.283097496 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344340): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344880): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344880): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344880): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344880): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344880): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.064005094 +0000 UTC m=+30.283097496 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344880): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd97500 item 25 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344f00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344f00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344f00): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344f00): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344f00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.068608077 +0000 UTC m=+30.287700478 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344f00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345440): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345440): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345440): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345440): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345440): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.068608077 +0000 UTC m=+30.287700478 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345440): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd97ce0 item 26 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345a80): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13e345a80): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345a80): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345a80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345a80): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345a80): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345a80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345e40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345e40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345e40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345e40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345e40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.069991484 +0000 UTC m=+30.289083887 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345e40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e362440): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e362440): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e362440): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e362440): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e362440): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e362440): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e362440): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e362440): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.069991484 +0000 UTC m=+30.289083887 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e362440): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ef40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ef40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ef40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ef40): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ef40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.069991484 +0000 UTC m=+30.289083887 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ef40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e560460 item 27 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f5c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f5c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f5c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f5c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f5c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.075570616 +0000 UTC m=+30.294663018 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f5c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fb00): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fb00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fb00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fb00): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fb00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.075570616 +0000 UTC m=+30.294663018 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fb00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e796310 item 28 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29cf40): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13e29cf40): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29cf40): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29cf40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29cf40): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29cf40): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29cf40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29d300): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29d300): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29d300): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29d300): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29d300): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.08184337 +0000 UTC m=+30.300935771 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29d300): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29d9c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29d9c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29d9c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29d9c0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29d9c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.08184337 +0000 UTC m=+30.300935771 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e29d9c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9b2a80 item 29 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc140): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc140): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc140): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc140): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc140): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.085704177 +0000 UTC m=+30.304796579 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc140): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc680): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc680): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc680): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc680): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc680): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.085704177 +0000 UTC m=+30.304796579 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc680): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9b3490 item 30 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cccc0): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13e2cccc0): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cccc0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cccc0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cccc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cccc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cccc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd080): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd080): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd080): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd080): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd080): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.089919877 +0000 UTC m=+30.309012289 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd080): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3962c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3962c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3962c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3962c0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3962c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.089919877 +0000 UTC m=+30.309012289 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3962c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9fa070 item 31 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e396940): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e396940): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e396940): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e396940): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e396940): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.096546741 +0000 UTC m=+30.315639144 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e396940): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e396e80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e396e80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e396e80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e396e80): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e396e80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.096546741 +0000 UTC m=+30.315639144 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e396e80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e796850 item 32 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3974c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3974c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3974c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3974c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3974c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.097816194 +0000 UTC m=+30.316908596 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3974c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e397940): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e397940): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e397940): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e397940): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e397940): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e796cb0 item 33 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e397940): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e397940): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.100354879 +0000 UTC m=+30.319447281 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e397940): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e397e40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e397e40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e397e40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e397e40): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e397e40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.100354879 +0000 UTC m=+30.319447281 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e397e40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e796ee0 item 33 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0580): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0580): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0580): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0580): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0580): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.102752789 +0000 UTC m=+30.321845190 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0580): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0a00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0a00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e797260 item 34 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0a00): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0a00): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0a00): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0a00): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0a00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.106403729 +0000 UTC m=+30.325496131 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0a00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0f40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0f40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0f40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0f40): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0f40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.106403729 +0000 UTC m=+30.325496131 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c0f40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e797490 item 34 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c1580): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c1580): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c1580): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c1580): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c1580): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.112420218 +0000 UTC m=+30.331512620 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c1580): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c1a00): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c1a00): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c1a00): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c1a00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c1a00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e797810 item 35 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c1a00): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c1a00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.115506369 +0000 UTC m=+30.334598771 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3c1a00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd700): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd700): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd700): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd700): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd700): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.115506369 +0000 UTC m=+30.334598771 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd700): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9fa230 item 35 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cdd80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cdd80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cdd80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cdd80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cdd80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.117475066 +0000 UTC m=+30.336567468 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cdd80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f4380): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f4380): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9facb0 item 36 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f4380): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f4380): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f4380): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f4380): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f4380): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.119404158 +0000 UTC m=+30.338496560 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f4380): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f48c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f48c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f48c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f48c0): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f48c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.119404158 +0000 UTC m=+30.338496560 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f48c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9fafc0 item 36 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f4f00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f4f00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f4f00): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f4f00): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f4f00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.121766029 +0000 UTC m=+30.340858491 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f4f00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f5380): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f5380): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f5380): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f5380): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f5380): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9fbce0 item 37 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f5380): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f5380): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.122212774 +0000 UTC m=+30.341305197 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f5380): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f5880): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f5880): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f5880): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f5880): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f5880): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.122212774 +0000 UTC m=+30.341305197 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f5880): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9de1c0 item 37 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e000): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e000): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e000): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e000): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e000): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.125277845 +0000 UTC m=+30.344370297 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e000): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e500): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e500): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9def50 item 38 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e500): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e500): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e500): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e500): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e500): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.125679917 +0000 UTC m=+30.344772320 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e500): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40ea40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40ea40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40ea40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40ea40): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40ea40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.125679917 +0000 UTC m=+30.344772320 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40ea40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9df340 item 38 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f0c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f0c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f0c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f0c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f0c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.126675601 +0000 UTC m=+30.345768004 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f0c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f5c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f5c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f5c0): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f5c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f5c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9df960 item 39 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f5c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f5c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.127118149 +0000 UTC m=+30.346210591 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f5c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40fac0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40fac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40fac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40fac0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40fac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.127118149 +0000 UTC m=+30.346210591 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40fac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9dfb20 item 39 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc880): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc880): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc880): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc880): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc880): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.133604949 +0000 UTC m=+30.352697370 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc880): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd6c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd6c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e329b90 item 40 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd6c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd6c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd6c0): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd6c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd6c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.136771722 +0000 UTC m=+30.355864124 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd6c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdc80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdc80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdc80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdc80): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdc80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.136771722 +0000 UTC m=+30.355864124 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdc80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5601c0 item 40 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb080): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb080): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb080): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb080): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb080): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb080): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb080): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.137898585 +0000 UTC m=+30.356990987 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb080): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb600): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb600): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb600): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e560620 item 41 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb600): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb600): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.138365209 +0000 UTC m=+30.357457611 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb600): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64000): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64000): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64000): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64000): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64000): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5607e0 item 41 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64000): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64000): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.139590898 +0000 UTC m=+30.358683300 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64000): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64540): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64540): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64540): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64540): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64540): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.139590898 +0000 UTC m=+30.358683300 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64540): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e560d20 item 41 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64b80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64b80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64b80): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64b80): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64b80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64b80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64b80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.140765712 +0000 UTC m=+30.359858115 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df64b80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df65080): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df65080): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df65080): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e561180 item 42 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df65080): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df65080): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.141479063 +0000 UTC m=+30.360571465 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df65080): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df655c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df655c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5613b0 item 42 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df655c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df655c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df655c0): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df655c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df655c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.141928183 +0000 UTC m=+30.361020585 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df655c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df65bc0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df65bc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df65bc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df65bc0): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df65bc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.141928183 +0000 UTC m=+30.361020585 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df65bc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e561570 item 42 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b62c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b62c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b62c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b62c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b62c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b62c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b62c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.143793022 +0000 UTC m=+30.362885425 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b62c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b67c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b67c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b67c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e561b90 item 43 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b67c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b67c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.147213968 +0000 UTC m=+30.366306370 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b67c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6d80): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6d80): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6d80): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6d80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6d80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e328000 item 43 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6d80): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6d80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.147591794 +0000 UTC m=+30.366684196 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6d80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b72c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b72c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b72c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b72c0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b72c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.147591794 +0000 UTC m=+30.366684196 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b72c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e3283f0 item 43 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7900): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7900): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7900): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7900): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7900): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7900): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7900): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.148766658 +0000 UTC m=+30.367859060 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7900): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7e00): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7e00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7e00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e328af0 item 44 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7e00): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7e00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.14916955 +0000 UTC m=+30.368261952 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7e00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34e80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34e80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e328cb0 item 44 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34e80): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34e80): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34e80): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34e80): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34e80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.149709181 +0000 UTC m=+30.368801584 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34e80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd357c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd357c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd357c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd357c0): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd357c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.149709181 +0000 UTC m=+30.368801584 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd357c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e328fc0 item 44 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2680): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2680): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2680): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2680): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2680): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2680): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2680): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.150674689 +0000 UTC m=+30.369767091 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2680): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2bc0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2bc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2bc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e329500 item 45 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2bc0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2bc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.151054709 +0000 UTC m=+30.370147111 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2bc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0284c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0284c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0284c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0284c0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0284c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.151054709 +0000 UTC m=+30.370147111 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0284c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e3296c0 item 45 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028b80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028b80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028b80): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028b80): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028b80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028b80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028b80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.152199115 +0000 UTC m=+30.371291517 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028b80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029080): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029080): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029080): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e329ce0 item 46 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029080): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029080): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.152588782 +0000 UTC m=+30.371681194 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029080): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029780): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029780): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029780): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029780): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029780): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.152588782 +0000 UTC m=+30.371681194 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029780): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dce00e0 item 46 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306440): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306440): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306440): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306440): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306440): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306440): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306440): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.155539458 +0000 UTC m=+30.374631890 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306440): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306940): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306940): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306940): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e796310 item 47 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306940): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306940): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.15771761 +0000 UTC m=+30.376810012 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306940): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3070c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3070c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3070c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3070c0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3070c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.15771761 +0000 UTC m=+30.376810012 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3070c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e7964d0 item 47 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307700): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307700): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307700): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307700): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307700): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307700): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307700): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.163121781 +0000 UTC m=+30.382214202 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307700): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307c00): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307c00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307c00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e7968c0 item 48 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307c00): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307c00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.163611276 +0000 UTC m=+30.382703679 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307c00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e440): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e440): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e440): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e440): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e440): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.163611276 +0000 UTC m=+30.382703679 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e440): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e796a80 item 48 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08eb00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08eb00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08eb00): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08eb00): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08eb00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.166313071 +0000 UTC m=+30.385405474 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08eb00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ef80): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ef80): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ef80): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ef80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ef80): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ef80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e796f50 item 49 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ef80): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ef80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.170319585 +0000 UTC m=+30.389411987 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ef80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f4c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f4c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f4c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f4c0): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f4c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.170319585 +0000 UTC m=+30.389411987 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f4c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e797110 item 49 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fb40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fb40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fb40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fb40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fb40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.175686825 +0000 UTC m=+30.394779227 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fb40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e450140): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e450140): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e450140): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e797500 item 50 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e450140): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e450140): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e450140): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e450140): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e450140): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.178528002 +0000 UTC m=+30.397620434 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e450140): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4506c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4506c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4506c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4506c0): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4506c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.178528002 +0000 UTC m=+30.397620434 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4506c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e7976c0 item 50 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e450d40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e450d40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e450d40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e450d40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e450d40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.179891153 +0000 UTC m=+30.398983555 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e450d40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451240): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451240): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451240): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451240): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451240): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451240): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e797ab0 item 51 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451240): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451240): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.182478771 +0000 UTC m=+30.401571183 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451240): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451780): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451780): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451780): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451780): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451780): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.182478771 +0000 UTC m=+30.401571183 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451780): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e797c70 item 51 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451e00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451e00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451e00): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451e00): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451e00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.190146925 +0000 UTC m=+30.409239327 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e451e00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45c400): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45c400): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45c400): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d90c700 item 52 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45c400): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45c400): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45c400): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45c400): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45c400): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.190561 +0000 UTC m=+30.409653401 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45c400): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45c980): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45c980): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45c980): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45c980): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45c980): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.190561 +0000 UTC m=+30.409653401 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45c980): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d90d260 item 52 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45d000): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45d000): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45d000): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45d000): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45d000): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.196888396 +0000 UTC m=+30.415980798 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45d000): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45d500): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45d500): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45d500): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45d500): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45d500): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45d500): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d90d8f0 item 53 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45d500): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45d500): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.198632157 +0000 UTC m=+30.417724558 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45d500): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45da40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45da40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45da40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45da40): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45da40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.198632157 +0000 UTC m=+30.417724558 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e45da40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8e000 item 53 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46a1c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46a1c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46a1c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46a1c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46a1c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.200370577 +0000 UTC m=+30.419462980 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46a1c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46a6c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46a6c0): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46a6c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8e380 item 54 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46a6c0): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46a6c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46a6c0): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46a6c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46a6c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.20098474 +0000 UTC m=+30.420077142 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46a6c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46ac40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46ac40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46ac40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46ac40): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46ac40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.20098474 +0000 UTC m=+30.420077142 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46ac40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8e5b0 item 54 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46b2c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46b2c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46b2c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46b2c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46b2c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.202937757 +0000 UTC m=+30.422030159 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46b2c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46b7c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46b7c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46b7c0): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46b7c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46b7c0): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46b7c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8ea80 item 55 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46b7c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46b7c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.203967025 +0000 UTC m=+30.423059437 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46b7c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46bd00): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46bd00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46bd00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46bd00): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46bd00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.203967025 +0000 UTC m=+30.423059437 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e46bd00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8ee00 item 55 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac480): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac480): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac480): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac480): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac480): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.205345144 +0000 UTC m=+30.424437546 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac480): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac980): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac980): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac980): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8f2d0 item 56 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac980): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac980): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac980): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac980): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac980): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.205990716 +0000 UTC m=+30.425083128 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac980): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deacf00): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deacf00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deacf00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deacf00): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deacf00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.205990716 +0000 UTC m=+30.425083128 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deacf00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8f570 item 56 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead540): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead540): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead540): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead540): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead540): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead540): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead540): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead540): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.207565067 +0000 UTC m=+30.426657468 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead540): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deada80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deada80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deada80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8fa40 item 57 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deada80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deada80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.208163439 +0000 UTC m=+30.427255840 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deada80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decc0c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decc0c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decc0c0): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decc0c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decc0c0): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decc0c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8fc70 item 57 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decc0c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decc0c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.208987589 +0000 UTC m=+30.428079991 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decc0c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decc640): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decc640): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decc640): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decc640): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decc640): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.208987589 +0000 UTC m=+30.428079991 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decc640): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcac310 item 57 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deccc80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deccc80): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deccc80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deccc80): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deccc80): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deccc80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deccc80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deccc80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.210316104 +0000 UTC m=+30.429408506 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deccc80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decd1c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decd1c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decd1c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcacbd0 item 58 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decd1c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decd1c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.210904748 +0000 UTC m=+30.429997149 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decd1c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decd700): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decd700): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decd700): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcacee0 item 58 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decd700): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decd700): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decd700): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decd700): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decd700): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.211543506 +0000 UTC m=+30.430635908 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decd700): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decdcc0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decdcc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decdcc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decdcc0): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decdcc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.211543506 +0000 UTC m=+30.430635908 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13decdcc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcad3b0 item 58 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4400): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4400): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4400): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4400): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4400): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4400): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4400): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4400): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.212814302 +0000 UTC m=+30.431906704 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4400): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4940): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4940): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4940): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcad960 item 59 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4940): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4940): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.214042347 +0000 UTC m=+30.433134759 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4940): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4e80): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4e80): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4e80): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4e80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4e80): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4e80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcadc70 item 59 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4e80): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4e80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.214538426 +0000 UTC m=+30.433630828 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def4e80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def5400): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def5400): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def5400): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def5400): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def5400): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.214538426 +0000 UTC m=+30.433630828 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def5400): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1dc000 item 59 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def5a40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def5a40): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def5a40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def5a40): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def5a40): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def5a40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def5a40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def5a40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.2159147 +0000 UTC m=+30.435007103 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def5a40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0c080): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0c080): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0c080): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1dc4d0 item 60 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0c080): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0c080): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.216409768 +0000 UTC m=+30.435502170 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0c080): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0c5c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0c5c0): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0c5c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1dcb60 item 60 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0c5c0): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0c5c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0c5c0): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0c5c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0c5c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.216986128 +0000 UTC m=+30.436078531 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0c5c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0cb80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0cb80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0cb80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0cb80): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0cb80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.216986128 +0000 UTC m=+30.436078531 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0cb80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1dcd20 item 60 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0d1c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0d1c0): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0d1c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0d1c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0d1c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0d1c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0d1c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0d1c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.219228463 +0000 UTC m=+30.438320876 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0d1c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0d700): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0d700): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0d700): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1dd340 item 61 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0d700): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0d700): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.219695067 +0000 UTC m=+30.438787469 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0d700): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0de00): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0de00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0de00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0de00): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0de00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.219695067 +0000 UTC m=+30.438787469 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df0de00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1dd500 item 61 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df56540): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df56540): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df56540): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df56540): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df56540): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df56540): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df56540): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df56540): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.221037478 +0000 UTC m=+30.440129880 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df56540): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df56a80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df56a80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df56a80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1dd9d0 item 62 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df56a80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df56a80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.221676317 +0000 UTC m=+30.440768719 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df56a80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df57180): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df57180): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df57180): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df57180): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df57180): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.221676317 +0000 UTC m=+30.440768719 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df57180): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1ddb90 item 62 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df577c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df577c0): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df577c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df577c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df577c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df577c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df577c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df577c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.224586907 +0000 UTC m=+30.443679309 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df577c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df57d00): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df57d00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df57d00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e248070 item 63 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df57d00): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df57d00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.226748438 +0000 UTC m=+30.445840850 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df57d00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc6500): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc6500): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc6500): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc6500): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc6500): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.226748438 +0000 UTC m=+30.445840850 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc6500): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e248310 item 63 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc6b40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc6b40): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc6b40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc6b40): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc6b40): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc6b40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc6b40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc6b40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.230221141 +0000 UTC m=+30.449313543 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc6b40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7080): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7080): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7080): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e248770 item 64 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7080): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7080): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.231590524 +0000 UTC m=+30.450682926 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7080): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7780): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7780): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7780): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7780): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7780): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.231590524 +0000 UTC m=+30.450682926 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7780): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e248930 item 64 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029d80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029d80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029d80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029d80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029d80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.234023048 +0000 UTC m=+30.453115450 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029d80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018300): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018300): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018300): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018300): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018300): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dce08c0 item 65 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018300): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018300): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.234512825 +0000 UTC m=+30.453605227 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018300): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018800): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018800): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018800): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018800): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018800): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.234512825 +0000 UTC m=+30.453605227 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018800): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dce0c40 item 65 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7b80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7b80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7b80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7b80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7b80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.236617709 +0000 UTC m=+30.455710112 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfc7b80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102100): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102100): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e248e00 item 66 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102100): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102100): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102100): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102100): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102100): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.238045262 +0000 UTC m=+30.457137664 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102100): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102640): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102640): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102640): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102640): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102640): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.238045262 +0000 UTC m=+30.457137664 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102640): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e2490a0 item 66 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102c80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102c80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102c80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102c80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102c80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.239622037 +0000 UTC m=+30.458714439 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e102c80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103100): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103100): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103100): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103100): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103100): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e249650 item 67 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103100): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103100): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.240302134 +0000 UTC m=+30.459394536 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103100): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103600): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103600): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103600): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103600): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103600): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.240302134 +0000 UTC m=+30.459394536 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103600): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e249810 item 67 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103c80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103c80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103c80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103c80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103c80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.241630457 +0000 UTC m=+30.460722859 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e103c80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e160280): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e160280): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e249ce0 item 68 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e160280): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e160280): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e160280): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e160280): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e160280): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.242665687 +0000 UTC m=+30.461758090 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e160280): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1607c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1607c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1607c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1607c0): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1607c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.242665687 +0000 UTC m=+30.461758090 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1607c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e4230 item 68 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e160e00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e160e00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e160e00): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e160e00): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e160e00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.244414458 +0000 UTC m=+30.463506859 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e160e00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161280): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161280): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161280): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161280): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161280): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e4700 item 69 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161280): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161280): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.244935073 +0000 UTC m=+30.464027475 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161280): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161780): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161780): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161780): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161780): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161780): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.244935073 +0000 UTC m=+30.464027475 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161780): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e4930 item 69 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161e00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161e00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161e00): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161e00): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161e00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.246224664 +0000 UTC m=+30.465317066 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e161e00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178400): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178400): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e4d90 item 70 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178400): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178400): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178400): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178400): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178400): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.246800795 +0000 UTC m=+30.465893197 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178400): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178940): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178940): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178940): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178940): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178940): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.246800795 +0000 UTC m=+30.465893197 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178940): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e4f50 item 70 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178fc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178fc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178fc0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178fc0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178fc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.248109212 +0000 UTC m=+30.467201613 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e178fc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1794c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1794c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1794c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1794c0): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1794c0): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e5500 item 71 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1794c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1794c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.248612825 +0000 UTC m=+30.467705227 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1794c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1799c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1799c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1799c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1799c0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1799c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.248612825 +0000 UTC m=+30.467705227 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1799c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e5730 item 71 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8140): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8140): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8140): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8140): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8140): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.24988324 +0000 UTC m=+30.468975642 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8140): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8640): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8640): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e5ce0 item 72 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8640): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8640): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8640): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8640): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8640): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.250584687 +0000 UTC m=+30.469677089 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8640): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8b80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8b80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8b80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8b80): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8b80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.250584687 +0000 UTC m=+30.469677089 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a8b80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0ea000 item 72 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9140): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9140): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9140): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9140): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9140): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9140): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9140): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.251867736 +0000 UTC m=+30.470960138 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9140): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9640): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9640): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9640): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0ea540 item 73 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9640): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9640): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.252384644 +0000 UTC m=+30.471477046 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9640): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9b00): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9b00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9b00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9b00): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9b00): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0ea8c0 item 73 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9b00): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9b00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.25290014 +0000 UTC m=+30.471992542 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1a9b00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2140): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2140): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2140): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2140): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2140): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.25290014 +0000 UTC m=+30.471992542 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2140): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0ead90 item 73 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2780): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2780): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2780): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2780): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2780): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2780): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2780): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.254183289 +0000 UTC m=+30.473275691 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2780): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2c80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2c80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2c80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0eb1f0 item 74 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2c80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2c80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.254640785 +0000 UTC m=+30.473733187 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c2c80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c31c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c31c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0eb6c0 item 74 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c31c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c31c0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c31c0): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c31c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c31c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.255229099 +0000 UTC m=+30.474321501 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c31c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c3740): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c3740): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c3740): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c3740): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c3740): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.255229099 +0000 UTC m=+30.474321501 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c3740): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0eb9d0 item 74 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c3d80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c3d80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c3d80): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c3d80): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c3d80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c3d80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c3d80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.25657162 +0000 UTC m=+30.475664022 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1c3d80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f4380): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f4380): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f4380): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0ebd50 item 75 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f4380): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f4380): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.257029146 +0000 UTC m=+30.476121548 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f4380): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f48c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f48c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f48c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f48c0): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f48c0): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e016230 item 75 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f48c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f48c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.258549494 +0000 UTC m=+30.477641896 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f48c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f4e00): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f4e00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f4e00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f4e00): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f4e00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.258549494 +0000 UTC m=+30.477641896 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f4e00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e016850 item 75 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5440): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5440): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5440): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5440): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5440): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5440): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5440): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.26005309 +0000 UTC m=+30.479145492 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5440): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5940): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5940): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5940): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e016f50 item 76 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5940): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5940): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.260527057 +0000 UTC m=+30.479619459 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5940): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5e80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5e80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e017730 item 76 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5e80): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5e80): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5e80): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5e80): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5e80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.261006324 +0000 UTC m=+30.480098736 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1f5e80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018e80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018e80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018e80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018e80): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018e80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.261006324 +0000 UTC m=+30.480098736 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e018e80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dce11f0 item 76 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0194c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0194c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0194c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0194c0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0194c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0194c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0194c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.263487922 +0000 UTC m=+30.482580323 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0194c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0199c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0199c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0199c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dce19d0 item 77 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0199c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0199c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.264196704 +0000 UTC m=+30.483289105 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0199c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28e1c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28e1c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28e1c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28e1c0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28e1c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.264196704 +0000 UTC m=+30.483289105 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28e1c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e7080e0 item 77 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28e800): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28e800): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28e800): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28e800): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28e800): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28e800): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28e800): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.265409989 +0000 UTC m=+30.484502392 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28e800): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28ed00): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28ed00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28ed00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e708620 item 78 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28ed00): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28ed00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.265944071 +0000 UTC m=+30.485036473 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28ed00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28f400): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28f400): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28f400): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28f400): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28f400): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.265944071 +0000 UTC m=+30.485036473 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28f400): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e7088c0 item 78 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28fa40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28fa40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28fa40): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28fa40): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28fa40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28fa40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28fa40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.267218282 +0000 UTC m=+30.486310685 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e28fa40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8040): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8040): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8040): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e708cb0 item 79 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8040): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8040): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.267878492 +0000 UTC m=+30.486970894 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8040): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8740): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8740): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8740): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8740): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8740): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.267878492 +0000 UTC m=+30.486970894 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8740): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e708f50 item 79 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8d80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8d80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8d80): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8d80): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8d80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8d80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8d80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.269058325 +0000 UTC m=+30.488150738 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a8d80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a9280): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a9280): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a9280): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e709420 item 80 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a9280): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a9280): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.269649225 +0000 UTC m=+30.488741626 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a9280): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a9980): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a9980): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a9980): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a9980): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a9980): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.269649225 +0000 UTC m=+30.488741626 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2a9980): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e7096c0 item 80 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d20c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d20c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d20c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d20c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d20c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.271133303 +0000 UTC m=+30.490225705 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d20c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d2540): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d2540): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d2540): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d2540): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d2540): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d2540): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9f6150 item 81 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d2540): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d2540): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.271694355 +0000 UTC m=+30.490786757 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d2540): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d2a80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d2a80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d2a80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d2a80): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d2a80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.271694355 +0000 UTC m=+30.490786757 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d2a80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9f68c0 item 81 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3100): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3100): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3100): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3100): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3100): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.272974869 +0000 UTC m=+30.492067271 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3100): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3600): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3600): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3600): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9f6e00 item 82 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3600): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3600): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3600): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3600): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3600): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.273623237 +0000 UTC m=+30.492715639 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3600): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3b80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3b80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3b80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3b80): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3b80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.273623237 +0000 UTC m=+30.492715639 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2d3b80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9f7180 item 82 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6300): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6300): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6300): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6300): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6300): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.275010803 +0000 UTC m=+30.494103205 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6300): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6800): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6800): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6800): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6800): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6800): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6800): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9f7960 item 83 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6800): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6800): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.275572175 +0000 UTC m=+30.494664578 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6800): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6d40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6d40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6d40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6d40): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6d40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.275572175 +0000 UTC m=+30.494664578 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f6d40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9f7b20 item 83 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f73c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f73c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f73c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f73c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f73c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.276815589 +0000 UTC m=+30.495907991 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f73c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f78c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f78c0): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f78c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e672150 item 84 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f78c0): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f78c0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f78c0): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f78c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f78c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.277431535 +0000 UTC m=+30.496523937 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f78c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f7e40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f7e40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f7e40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f7e40): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f7e40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.277431535 +0000 UTC m=+30.496523937 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f7e40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e672540 item 84 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3245c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3245c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3245c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3245c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3245c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.278824852 +0000 UTC m=+30.497917255 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3245c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e324ac0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e324ac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e324ac0): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e324ac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e324ac0): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e324ac0): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6728c0 item 85 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e324ac0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e324ac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.279413096 +0000 UTC m=+30.498505498 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e324ac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325000): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325000): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325000): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325000): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325000): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.279413096 +0000 UTC m=+30.498505498 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325000): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e672a80 item 85 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325680): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325680): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325680): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325680): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325680): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.28058274 +0000 UTC m=+30.499675142 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325680): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325b80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325b80): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325b80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e672f50 item 86 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325b80): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325b80): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325b80): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325b80): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325b80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.28131211 +0000 UTC m=+30.500404513 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e325b80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344200): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344200): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344200): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344200): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344200): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.28131211 +0000 UTC m=+30.500404513 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344200): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e673110 item 86 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a840): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a840): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a840): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a840): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a840): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.282554553 +0000 UTC m=+30.501646955 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23a840): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23ad40): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23ad40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23ad40): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23ad40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23ad40): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23ad40): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e017e30 item 87 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23ad40): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23ad40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.283348786 +0000 UTC m=+30.502441188 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23ad40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b280): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b280): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b280): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b280): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b280): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.283348786 +0000 UTC m=+30.502441188 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b280): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b01c0 item 87 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b900): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b900): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b900): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b900): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b900): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.284605955 +0000 UTC m=+30.503698358 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23b900): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23be00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23be00): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23be00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b0540 item 88 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23be00): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23be00): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23be00): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23be00): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23be00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.285399297 +0000 UTC m=+30.504491719 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e23be00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e276480): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e276480): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e276480): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e276480): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e276480): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.285399297 +0000 UTC m=+30.504491719 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e276480): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b07e0 item 88 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e276ac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e276ac0): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e276ac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e276ac0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e276ac0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e276ac0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e276ac0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e276ac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.286496414 +0000 UTC m=+30.505588816 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e276ac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277000): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277000): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277000): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b0c40 item 89 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277000): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277000): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.286866474 +0000 UTC m=+30.505958876 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277000): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277540): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277540): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277540): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277540): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277540): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277540): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b0e70 item 89 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277540): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277540): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.287985222 +0000 UTC m=+30.507077624 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277540): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277ac0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277ac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277ac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277ac0): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277ac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.287985222 +0000 UTC m=+30.507077624 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e277ac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b1030 item 89 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39e200): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39e200): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39e200): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39e200): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39e200): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39e200): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39e200): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39e200): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.289453542 +0000 UTC m=+30.508545944 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39e200): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39e740): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39e740): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39e740): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b13b0 item 90 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39e740): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39e740): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.290071782 +0000 UTC m=+30.509164184 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39e740): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39ec80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39ec80): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39ec80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b1650 item 90 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39ec80): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39ec80): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39ec80): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39ec80): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39ec80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.291838987 +0000 UTC m=+30.510931389 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39ec80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39f240): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39f240): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39f240): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39f240): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39f240): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.291838987 +0000 UTC m=+30.510931389 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39f240): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b1810 item 90 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39f880): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39f880): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39f880): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39f880): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39f880): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39f880): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39f880): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39f880): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.29326676 +0000 UTC m=+30.512359162 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39f880): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39fdc0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39fdc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39fdc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b1ce0 item 91 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39fdc0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39fdc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.293690582 +0000 UTC m=+30.512782984 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e39fdc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bc400): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bc400): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bc400): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bc400): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bc400): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bc400): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd86070 item 91 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bc400): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bc400): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.294214232 +0000 UTC m=+30.513306635 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bc400): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bc980): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bc980): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bc980): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bc980): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bc980): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.294214232 +0000 UTC m=+30.513306635 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bc980): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd862a0 item 91 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bcfc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bcfc0): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bcfc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bcfc0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bcfc0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bcfc0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bcfc0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bcfc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.295605196 +0000 UTC m=+30.514697598 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bcfc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bd500): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bd500): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bd500): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd86770 item 92 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bd500): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bd500): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.296056741 +0000 UTC m=+30.515149143 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bd500): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bda40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bda40): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bda40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd86b60 item 92 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bda40): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bda40): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bda40): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bda40): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bda40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.296642099 +0000 UTC m=+30.515734501 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3bda40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8100): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8100): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8100): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8100): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8100): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.296642099 +0000 UTC m=+30.515734501 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8100): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd86d90 item 92 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8740): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8740): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8740): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8740): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8740): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8740): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8740): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8740): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.298010038 +0000 UTC m=+30.517102440 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8740): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8c80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8c80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8c80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd87c00 item 93 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8c80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8c80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.298471481 +0000 UTC m=+30.517563883 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e8c80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e9380): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e9380): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e9380): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e9380): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e9380): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.298471481 +0000 UTC m=+30.517563883 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e9380): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5ba070 item 93 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e99c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e99c0): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e99c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e99c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e99c0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e99c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e99c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e99c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.299792843 +0000 UTC m=+30.518885245 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3e99c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e000): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e000): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e000): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5ba3f0 item 94 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e000): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e000): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.30025108 +0000 UTC m=+30.519343482 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e000): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e700): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e700): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e700): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e700): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e700): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.30025108 +0000 UTC m=+30.519343482 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40e700): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5ba5b0 item 94 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40ed40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40ed40): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40ed40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40ed40): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40ed40): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40ed40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40ed40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40ed40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.301704902 +0000 UTC m=+30.520797315 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40ed40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f280): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f280): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f280): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5baa80 item 95 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f280): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f280): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.302188918 +0000 UTC m=+30.521281320 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f280): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f980): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f980): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f980): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f980): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f980): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.302188918 +0000 UTC m=+30.521281320 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e40f980): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bac40 item 95 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4740c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4740c0): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4740c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4740c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4740c0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4740c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4740c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4740c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.303388499 +0000 UTC m=+30.522480901 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4740c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e474600): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e474600): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e474600): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bb110 item 96 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e474600): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e474600): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.303864259 +0000 UTC m=+30.522956661 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e474600): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e474d00): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e474d00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e474d00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e474d00): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e474d00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.303864259 +0000 UTC m=+30.522956661 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e474d00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bb2d0 item 96 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= 2026/05/25 05:18:22 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:22 DEBUG : Looking for writers 2026/05/25 05:18:22 DEBUG : >WaitForWriters: 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:22 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/05/25 05:18:22 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e180): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e180): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e180): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e180): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e180): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.31425136 +0000 UTC m=+30.533343763 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e180): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e600): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e600): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e600): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e600): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e600): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e600): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e600): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.31425136 +0000 UTC m=+30.533343763 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e600): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50eac0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50eac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50eac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50eac0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50eac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.31425136 +0000 UTC m=+30.533343763 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50eac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd96770 item 1 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f100): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f100): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f100): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f100): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f100): close: 2026/05/25 05:18:22 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-tanuvuc5zexo/dir/file1: no such file or directory 2026/05/25 05:18:22 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-tanuvuc5zexo/dir/file1: no such file or directory 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.316619464 +0000 UTC m=+30.535711866 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f100): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f600): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f600): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f600): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f600): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f600): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.316619464 +0000 UTC m=+30.535711866 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f600): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd973b0 item 2 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3722c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3722c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3722c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3722c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3722c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.320415819 +0000 UTC m=+30.539508222 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3722c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e200): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e200): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e200): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e200): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e200): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e200): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e200): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.320415819 +0000 UTC m=+30.539508222 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e200): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e6c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e6c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e6c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e6c0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e6c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.320415819 +0000 UTC m=+30.539508222 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e6c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd964d0 item 3 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50ed40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50ed40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50ed40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50ed40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50ed40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.322773522 +0000 UTC m=+30.541865924 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50ed40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50fc00): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50fc00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50fc00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50fc00): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50fc00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.322773522 +0000 UTC m=+30.541865924 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50fc00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd97730 item 4 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372940): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372940): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372940): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372940): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372940): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.324316744 +0000 UTC m=+30.543409146 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372940): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372dc0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372dc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372dc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372dc0): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372dc0): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372dc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372dc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.324316744 +0000 UTC m=+30.543409146 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372dc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373280): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373280): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373280): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373280): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373280): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.324316744 +0000 UTC m=+30.543409146 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373280): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd97ce0 item 5 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373900): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373900): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373900): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373900): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373900): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.326832294 +0000 UTC m=+30.545924697 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373900): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373e40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373e40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373e40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373e40): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373e40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.326832294 +0000 UTC m=+30.545924697 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373e40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcd9650 item 6 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3445c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3445c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3445c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3445c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3445c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.328571447 +0000 UTC m=+30.547663849 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3445c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344b00): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344b00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344b00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344b00): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344b00): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344b00): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344b00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.328571447 +0000 UTC m=+30.547663849 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344b00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344fc0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344fc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344fc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344fc0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344fc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.328571447 +0000 UTC m=+30.547663849 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e344fc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcd9a40 item 7 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345640): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345640): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345640): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345640): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345640): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.330803943 +0000 UTC m=+30.549896345 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345640): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345b80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345b80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345b80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345b80): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345b80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.330803943 +0000 UTC m=+30.549896345 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e345b80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5ba1c0 item 8 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc880): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13dbfc880): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc880): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc880): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc880): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc880): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc880): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd480): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd480): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd480): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd480): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd480): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.332565047 +0000 UTC m=+30.551657449 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd480): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdb00): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdb00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdb00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdb00): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdb00): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdb00): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdb00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.332565047 +0000 UTC m=+30.551657449 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdb00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fae80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fae80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fae80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fae80): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fae80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.332565047 +0000 UTC m=+30.551657449 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fae80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5ba540 item 9 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb580): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb580): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb580): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb580): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb580): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.336248209 +0000 UTC m=+30.555340610 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb580): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13d966d40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13d966d40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13d966d40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13d966d40): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13d966d40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.336248209 +0000 UTC m=+30.555340610 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13d966d40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bab60 item 10 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6600): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13e1b6600): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6600): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6600): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6600): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6600): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6600): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6a00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6a00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6a00): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6a00): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6a00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.339602698 +0000 UTC m=+30.558695100 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6a00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6f00): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6f00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6f00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6f00): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6f00): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6f00): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6f00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.339602698 +0000 UTC m=+30.558695100 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6f00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7400): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7400): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7400): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7400): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7400): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.339602698 +0000 UTC m=+30.558695100 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7400): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bb030 item 11 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7a80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7a80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7a80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7a80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7a80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.341815106 +0000 UTC m=+30.560907507 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7a80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34500): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34500): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34500): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34500): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34500): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.341815106 +0000 UTC m=+30.560907507 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34500): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bb570 item 12 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd35140): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13dd35140): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd35140): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd35140): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd35140): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd35140): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd35140): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd358c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd358c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd358c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd358c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd358c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.345047084 +0000 UTC m=+30.564139496 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd358c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2800): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2800): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2800): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2800): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2800): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.345047084 +0000 UTC m=+30.564139496 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2800): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bb8f0 item 13 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda3380): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda3380): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda3380): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda3380): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda3380): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.349649466 +0000 UTC m=+30.568741897 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda3380): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3062c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3062c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3062c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3062c0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3062c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.349649466 +0000 UTC m=+30.568741897 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3062c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bbd50 item 14 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306900): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13e306900): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306900): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306900): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306900): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306900): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306900): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306d40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306d40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306d40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306d40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306d40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.351800086 +0000 UTC m=+30.570892488 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e306d40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307400): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307400): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307400): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307400): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307400): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.351800086 +0000 UTC m=+30.570892488 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307400): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e684310 item 15 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e2c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e2c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e2c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e2c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e2c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.353172284 +0000 UTC m=+30.572264686 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e2c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e800): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e800): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e800): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e800): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e800): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.353172284 +0000 UTC m=+30.572264686 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e800): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e560310 item 16 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08eec0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08eec0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08eec0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08eec0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08eec0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.354748457 +0000 UTC m=+30.573840859 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08eec0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f340): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f340): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f340): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f340): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f340): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f340): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f340): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f340): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.354748457 +0000 UTC m=+30.573840859 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f340): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f840): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f840): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f840): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f840): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f840): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.354748457 +0000 UTC m=+30.573840859 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f840): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e560690 item 17 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fec0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fec0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fec0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fec0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fec0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.357714742 +0000 UTC m=+30.576807145 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fec0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0288c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0288c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0288c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0288c0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0288c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.357714742 +0000 UTC m=+30.576807145 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0288c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e560ee0 item 18 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028f40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028f40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028f40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028f40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028f40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.359813875 +0000 UTC m=+30.578906297 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028f40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029440): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029440): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029440): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029440): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029440): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029440): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029440): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029440): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.359813875 +0000 UTC m=+30.578906297 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029440): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029940): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029940): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029940): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029940): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029940): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.359813875 +0000 UTC m=+30.578906297 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029940): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5613b0 item 19 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307940): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307940): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307940): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307940): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307940): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.362502565 +0000 UTC m=+30.581594967 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307940): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307e80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307e80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307e80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307e80): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307e80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.362502565 +0000 UTC m=+30.581594967 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e307e80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6848c0 item 20 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4be600): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4be600): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4be600): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4be600): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4be600): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.364334282 +0000 UTC m=+30.583426715 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4be600): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4beb00): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4beb00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4beb00): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4beb00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4beb00): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4beb00): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4beb00): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4beb00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.364334282 +0000 UTC m=+30.583426715 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4beb00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bf000): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bf000): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bf000): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bf000): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bf000): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.364334282 +0000 UTC m=+30.583426715 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bf000): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e684d20 item 21 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bf680): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bf680): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bf680): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bf680): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bf680): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.367177664 +0000 UTC m=+30.586270086 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bf680): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bfbc0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bfbc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bfbc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bfbc0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bfbc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.367177664 +0000 UTC m=+30.586270086 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4bfbc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6853b0 item 22 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6340): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6340): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6340): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6340): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6340): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.369184062 +0000 UTC m=+30.588276514 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6340): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6840): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6840): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6840): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6840): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6840): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6840): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6840): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6840): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.369184062 +0000 UTC m=+30.588276514 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6840): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6d40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6d40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6d40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6d40): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6d40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.369184062 +0000 UTC m=+30.588276514 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d6d40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e685810 item 23 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628140): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628140): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628140): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628140): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628140): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.37175048 +0000 UTC m=+30.590842903 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628140): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628680): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628680): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628680): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628680): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628680): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.37175048 +0000 UTC m=+30.590842903 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628680): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e561ab0 item 24 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628cc0): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13e628cc0): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628cc0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628cc0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628cc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628cc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e628cc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629080): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629080): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629080): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629080): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629080): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.37372591 +0000 UTC m=+30.592818311 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629080): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629580): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629580): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629580): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629580): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629580): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629580): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629580): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629580): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.37372591 +0000 UTC m=+30.592818311 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629580): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629ac0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629ac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629ac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629ac0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629ac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.37372591 +0000 UTC m=+30.592818311 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e629ac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e328380 item 25 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634240): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634240): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634240): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634240): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634240): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.37669011 +0000 UTC m=+30.595782512 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634240): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634780): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634780): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634780): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634780): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634780): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.37669011 +0000 UTC m=+30.595782512 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634780): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e328af0 item 26 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634dc0): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13e634dc0): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634dc0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634dc0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634dc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634dc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e634dc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635180): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635180): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635180): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635180): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635180): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.378984203 +0000 UTC m=+30.598076605 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635180): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635680): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635680): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635680): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635680): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635680): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635680): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635680): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635680): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.378984203 +0000 UTC m=+30.598076605 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635680): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635bc0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635bc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635bc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635bc0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635bc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.378984203 +0000 UTC m=+30.598076605 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e635bc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e328fc0 item 27 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646340): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646340): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646340): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646340): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646340): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.38098497 +0000 UTC m=+30.600077371 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646340): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646880): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646880): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646880): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646880): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646880): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.38098497 +0000 UTC m=+30.600077371 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646880): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e329650 item 28 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646ec0): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13e646ec0): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646ec0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646ec0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646ec0): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646ec0): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e646ec0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e647280): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e647280): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e647280): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e647280): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e647280): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.382852506 +0000 UTC m=+30.601944907 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e647280): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e647940): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e647940): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e647940): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e647940): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e647940): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.382852506 +0000 UTC m=+30.601944907 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e647940): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e3299d0 item 29 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6520c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6520c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6520c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6520c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6520c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.385017243 +0000 UTC m=+30.604109644 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6520c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7240): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7240): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7240): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7240): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7240): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.385017243 +0000 UTC m=+30.604109644 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7240): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e329d50 item 30 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7880): _readAt: size=2, off=0 2026/05/25 05:18:22 ERROR : open-test-file(0x38e13e4d7880): Couldn't read size of file 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7880): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7880): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7880): >_writeAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7880): close: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7880): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7c40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7c40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7c40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7c40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7c40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.387016808 +0000 UTC m=+30.606109210 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4d7c40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e4400): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e4400): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e4400): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e4400): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e4400): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.387016808 +0000 UTC m=+30.606109210 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e4400): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e796000 item 31 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e652780): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e652780): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e652780): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e652780): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e652780): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.388979543 +0000 UTC m=+30.608071945 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e652780): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e652cc0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e652cc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e652cc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e652cc0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e652cc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.388979543 +0000 UTC m=+30.608071945 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e652cc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d90c5b0 item 32 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653300): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653300): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653300): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653300): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653300): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.390992804 +0000 UTC m=+30.610085236 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653300): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653780): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653780): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653780): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653780): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653780): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d90d500 item 33 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653780): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653780): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.391537534 +0000 UTC m=+30.610629957 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653780): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653c80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653c80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653c80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653c80): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653c80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.391537534 +0000 UTC m=+30.610629957 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e653c80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d90d880 item 33 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6623c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6623c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6623c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6623c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6623c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.393378249 +0000 UTC m=+30.612470671 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6623c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e662840): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e662840): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8e150 item 34 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e662840): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e662840): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e662840): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e662840): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e662840): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.394578672 +0000 UTC m=+30.613671074 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e662840): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e662d80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e662d80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e662d80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e662d80): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e662d80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.394578672 +0000 UTC m=+30.613671074 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e662d80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8e310 item 34 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6633c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6633c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6633c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6633c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6633c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.395931623 +0000 UTC m=+30.615024024 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e6633c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e663840): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e663840): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e663840): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e663840): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e663840): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8e7e0 item 35 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e663840): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e663840): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.396842637 +0000 UTC m=+30.615935069 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e663840): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e663d40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e663d40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e663d40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e663d40): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e663d40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.396842637 +0000 UTC m=+30.615935069 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e663d40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8ea10 item 35 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67c4c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67c4c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67c4c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67c4c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67c4c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.400130229 +0000 UTC m=+30.619222672 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67c4c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67c9c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67c9c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8efc0 item 36 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67c9c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67c9c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67c9c0): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67c9c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67c9c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.400869349 +0000 UTC m=+30.619961751 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67c9c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67cf00): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67cf00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67cf00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67cf00): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67cf00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.400869349 +0000 UTC m=+30.619961751 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67cf00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8f260 item 36 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67d540): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67d540): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67d540): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67d540): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67d540): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.402929478 +0000 UTC m=+30.622021881 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67d540): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67d9c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67d9c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67d9c0): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67d9c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67d9c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8f6c0 item 37 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67d9c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67d9c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.403749521 +0000 UTC m=+30.622841923 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67d9c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67dec0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67dec0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67dec0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67dec0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67dec0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.403749521 +0000 UTC m=+30.622841923 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e67dec0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd8f9d0 item 37 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7a640): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7a640): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7a640): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7a640): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7a640): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.405399905 +0000 UTC m=+30.624492327 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7a640): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7ab40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7ab40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcac0e0 item 38 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7ab40): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7ab40): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7ab40): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7ab40): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7ab40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.406155355 +0000 UTC m=+30.625247757 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7ab40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e4980): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e4980): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e4980): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e4980): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e4980): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.406155355 +0000 UTC m=+30.625247757 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e4980): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcac540 item 38 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5000): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5000): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5000): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5000): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5000): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.407937418 +0000 UTC m=+30.627029820 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5000): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5500): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5500): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5500): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5500): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5500): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e7965b0 item 39 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5500): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5500): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.40877814 +0000 UTC m=+30.627870542 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5500): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5a00): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5a00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5a00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5a00): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5a00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.40877814 +0000 UTC m=+30.627870542 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4e5a00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e7967e0 item 39 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4180): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4180): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4180): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4180): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4180): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.410553871 +0000 UTC m=+30.629646273 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4180): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4680): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4680): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e796b60 item 40 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4680): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4680): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4680): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4680): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4680): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.41142524 +0000 UTC m=+30.630517643 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4680): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4bc0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4bc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4bc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4bc0): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4bc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.41142524 +0000 UTC m=+30.630517643 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f4bc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e796e70 item 40 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5180): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5180): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5180): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5180): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5180): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5180): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5180): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.413135457 +0000 UTC m=+30.632227879 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5180): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5680): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5680): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5680): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e7971f0 item 41 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5680): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5680): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.413896778 +0000 UTC m=+30.632989181 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5680): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5b40): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5b40): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5b40): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5b40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5b40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e797420 item 41 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5b40): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5b40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.414635897 +0000 UTC m=+30.633728320 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e4f5b40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac180): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac180): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac180): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac180): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac180): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.414635897 +0000 UTC m=+30.633728320 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac180): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e7975e0 item 41 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac7c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac7c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac7c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac7c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac7c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac7c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac7c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.416576751 +0000 UTC m=+30.635669153 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deac7c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deaccc0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deaccc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deaccc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e797960 item 42 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deaccc0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deaccc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.417248943 +0000 UTC m=+30.636341345 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deaccc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7b2c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7b2c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcac7e0 item 42 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7b2c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7b2c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7b2c0): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7b2c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7b2c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.417988023 +0000 UTC m=+30.637080425 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7b2c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7b840): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7b840): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7b840): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7b840): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7b840): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.417988023 +0000 UTC m=+30.637080425 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd7b840): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcacd90 item 42 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead080): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead080): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead080): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead080): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead080): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead080): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead080): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.419677911 +0000 UTC m=+30.638770314 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead080): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead580): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead580): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead580): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e797c00 item 43 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead580): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead580): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.420472356 +0000 UTC m=+30.639564768 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dead580): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deadac0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deadac0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deadac0): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deadac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deadac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e797dc0 item 43 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deadac0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deadac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.421178251 +0000 UTC m=+30.640270653 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deadac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4100): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4100): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4100): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4100): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4100): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.421178251 +0000 UTC m=+30.640270653 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4100): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1dc150 item 43 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4740): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4740): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4740): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4740): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4740): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4740): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4740): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.422752833 +0000 UTC m=+30.641845254 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4740): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4c40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4c40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4c40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1dca80 item 44 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4c40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4c40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.423274489 +0000 UTC m=+30.642366901 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded4c40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5180): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5180): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1dccb0 item 44 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5180): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5180): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5180): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5180): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5180): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.423950649 +0000 UTC m=+30.643043051 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5180): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5700): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5700): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5700): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5700): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5700): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.423950649 +0000 UTC m=+30.643043051 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5700): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1dd180 item 44 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5d40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5d40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5d40): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5d40): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5d40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5d40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5d40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.425580775 +0000 UTC m=+30.644673207 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded5d40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def8340): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def8340): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def8340): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1dd500 item 45 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def8340): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def8340): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.426151626 +0000 UTC m=+30.645244038 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def8340): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def8a40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def8a40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def8a40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def8a40): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def8a40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.426151626 +0000 UTC m=+30.645244038 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def8a40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1dd7a0 item 45 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9080): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9080): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9080): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9080): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9080): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9080): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9080): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.427577294 +0000 UTC m=+30.646669696 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9080): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9580): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9580): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9580): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1ddb90 item 46 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9580): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9580): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.428229268 +0000 UTC m=+30.647321670 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9580): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9c80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9c80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9c80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9c80): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9c80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.428229268 +0000 UTC m=+30.647321670 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13def9c80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e1ddd50 item 46 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae3c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae3c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae3c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae3c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae3c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae3c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae3c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.43034312 +0000 UTC m=+30.649435552 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae3c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae8c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae8c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae8c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e248310 item 47 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae8c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae8c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.430994612 +0000 UTC m=+30.650087034 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae8c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaefc0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaefc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaefc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaefc0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaefc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.430994612 +0000 UTC m=+30.650087034 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaefc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e248540 item 47 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf600): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf600): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf600): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf600): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf600): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf600): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf600): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.432890491 +0000 UTC m=+30.651982923 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf600): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2c140): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2c140): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2c140): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcad3b0 item 48 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2c140): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2c140): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.433598982 +0000 UTC m=+30.652691385 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2c140): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2c840): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2c840): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2c840): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2c840): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2c840): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.433598982 +0000 UTC m=+30.652691385 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2c840): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcad5e0 item 48 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2ce80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2ce80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2ce80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2ce80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2ce80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.435508908 +0000 UTC m=+30.654601310 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2ce80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2d300): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2d300): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2d300): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2d300): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2d300): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2d300): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcadc70 item 49 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2d300): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2d300): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.43602785 +0000 UTC m=+30.655120252 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2d300): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2d840): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2d840): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2d840): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2d840): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2d840): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.43602785 +0000 UTC m=+30.655120252 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2d840): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e4070 item 49 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2dec0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2dec0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2dec0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2dec0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2dec0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.440388514 +0000 UTC m=+30.659480917 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df2dec0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df764c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df764c0): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df764c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e45b0 item 50 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df764c0): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df764c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df764c0): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df764c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df764c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.446381598 +0000 UTC m=+30.665474000 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df764c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df76a40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df76a40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df76a40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df76a40): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df76a40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.446381598 +0000 UTC m=+30.665474000 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df76a40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e47e0 item 50 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df76f40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df76f40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df76f40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df76f40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df76f40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.450922363 +0000 UTC m=+30.670014765 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df76f40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df77440): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df77440): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df77440): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df77440): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df77440): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df77440): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e4b60 item 51 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df77440): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df77440): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.451575499 +0000 UTC m=+30.670667912 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df77440): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df77980): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df77980): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df77980): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df77980): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df77980): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.451575499 +0000 UTC m=+30.670667912 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13df77980): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e4e00 item 51 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140180): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140180): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140180): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140180): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140180): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.453887687 +0000 UTC m=+30.672980149 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140180): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140700): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140700): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140700): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0ea150 item 52 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140700): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140700): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140700): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140700): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140700): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.455336619 +0000 UTC m=+30.674429042 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140700): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140c80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140c80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140c80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140c80): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140c80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.455336619 +0000 UTC m=+30.674429042 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140c80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0ea460 item 52 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141300): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141300): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141300): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141300): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141300): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.458120328 +0000 UTC m=+30.677212781 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141300): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141800): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141800): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141800): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141800): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141800): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141800): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0eac40 item 53 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141800): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141800): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.458609003 +0000 UTC m=+30.677701425 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141800): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141d40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141d40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141d40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141d40): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141d40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.458609003 +0000 UTC m=+30.677701425 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141d40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0eafc0 item 53 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16a4c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16a4c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16a4c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16a4c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16a4c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.461328882 +0000 UTC m=+30.680421314 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16a4c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16a9c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16a9c0): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16a9c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0eb420 item 54 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16a9c0): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16a9c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16a9c0): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16a9c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16a9c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.462330839 +0000 UTC m=+30.681423261 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16a9c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16af40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16af40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16af40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16af40): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16af40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.462330839 +0000 UTC m=+30.681423261 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16af40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0eb960 item 54 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16b5c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16b5c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16b5c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16b5c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16b5c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.463840156 +0000 UTC m=+30.682932578 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16b5c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16bac0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16bac0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16bac0): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16bac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16bac0): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16bac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0ebce0 item 55 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16bac0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16bac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.465355845 +0000 UTC m=+30.684448267 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e16bac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18e100): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18e100): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18e100): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18e100): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18e100): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.465355845 +0000 UTC m=+30.684448267 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18e100): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dce01c0 item 55 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18e780): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18e780): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18e780): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18e780): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18e780): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.467784793 +0000 UTC m=+30.686877205 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18e780): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18ec80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18ec80): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18ec80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dce0b60 item 56 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18ec80): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18ec80): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18ec80): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18ec80): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18ec80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.469359683 +0000 UTC m=+30.688452116 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18ec80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18f200): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18f200): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18f200): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18f200): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18f200): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.469359683 +0000 UTC m=+30.688452116 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18f200): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dce0ee0 item 56 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18f840): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18f840): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18f840): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18f840): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18f840): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18f840): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18f840): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18f840): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.472447539 +0000 UTC m=+30.691539970 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18f840): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18fd80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18fd80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18fd80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dce15e0 item 57 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18fd80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18fd80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.473518796 +0000 UTC m=+30.692611218 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e18fd80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b83c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b83c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b83c0): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b83c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b83c0): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b83c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dce1dc0 item 57 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b83c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b83c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.474906082 +0000 UTC m=+30.693998504 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b83c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8940): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8940): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8940): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8940): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8940): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.474906082 +0000 UTC m=+30.693998504 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8940): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e708150 item 57 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8f80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8f80): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8f80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8f80): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8f80): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8f80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8f80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8f80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.482323973 +0000 UTC m=+30.701416375 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b8f80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b94c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b94c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b94c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e708690 item 58 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b94c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b94c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.483763939 +0000 UTC m=+30.702856351 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b94c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b9a00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b9a00): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b9a00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e708930 item 58 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b9a00): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b9a00): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b9a00): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b9a00): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b9a00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.485256373 +0000 UTC m=+30.704348785 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b9a00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e60c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e60c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e60c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e60c0): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e60c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.485256373 +0000 UTC m=+30.704348785 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e60c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e708b60 item 58 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e6700): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e6700): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e6700): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e6700): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e6700): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e6700): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e6700): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e6700): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.491025304 +0000 UTC m=+30.710117706 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e6700): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e6c40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e6c40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e6c40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e708fc0 item 59 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e6c40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e6c40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.493286183 +0000 UTC m=+30.712378585 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e6c40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7180): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7180): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7180): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7180): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7180): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7180): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e7091f0 item 59 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7180): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7180): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.494763159 +0000 UTC m=+30.713855562 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7180): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7700): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7700): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7700): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7700): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7700): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.494763159 +0000 UTC m=+30.713855562 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7700): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e7093b0 item 59 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7d40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7d40): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7d40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7d40): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7d40): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7d40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7d40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7d40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.498936348 +0000 UTC m=+30.718028751 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1e7d40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e220380): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e220380): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e220380): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e7099d0 item 60 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e220380): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e220380): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.502324943 +0000 UTC m=+30.721417345 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e220380): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2208c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2208c0): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2208c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9f6000 item 60 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2208c0): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2208c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2208c0): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2208c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2208c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.503292374 +0000 UTC m=+30.722384776 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2208c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e220e80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e220e80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e220e80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e220e80): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e220e80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.503292374 +0000 UTC m=+30.722384776 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e220e80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9f6620 item 60 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2214c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2214c0): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2214c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2214c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2214c0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2214c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2214c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2214c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.508341491 +0000 UTC m=+30.727433893 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2214c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e221a00): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e221a00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e221a00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9f6cb0 item 61 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e221a00): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e221a00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.512495063 +0000 UTC m=+30.731587465 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e221a00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262200): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262200): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262200): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262200): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262200): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.512495063 +0000 UTC m=+30.731587465 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262200): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9f6fc0 item 61 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262840): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262840): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262840): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262840): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262840): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262840): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262840): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262840): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.513810764 +0000 UTC m=+30.732903167 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262840): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262d80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262d80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262d80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9f77a0 item 62 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262d80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262d80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.514330798 +0000 UTC m=+30.733423200 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e262d80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e263480): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e263480): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e263480): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e263480): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e263480): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.514330798 +0000 UTC m=+30.733423200 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e263480): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13d9f7a40 item 62 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e263ac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e263ac0): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e263ac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e263ac0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e263ac0): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e263ac0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e263ac0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e263ac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.51555716 +0000 UTC m=+30.734649562 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e263ac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282100): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282100): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282100): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e016000 item 63 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282100): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282100): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.515947548 +0000 UTC m=+30.735039951 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282100): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282800): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282800): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282800): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282800): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282800): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.515947548 +0000 UTC m=+30.735039951 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282800): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e016380 item 63 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282e40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282e40): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282e40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282e40): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282e40): >_readAt: n=0, err=Bad file descriptor 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282e40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282e40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282e40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.51700457 +0000 UTC m=+30.736096972 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e282e40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e283380): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e283380): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e283380): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e016e00 item 64 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e283380): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e283380): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.517901287 +0000 UTC m=+30.736993689 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e283380): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e283a80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e283a80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e283a80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e283a80): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e283a80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.517901287 +0000 UTC m=+30.736993689 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e283a80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e017500 item 64 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc1c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc1c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc1c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc1c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc1c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.518983405 +0000 UTC m=+30.738075807 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc1c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc640): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc640): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc640): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc640): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc640): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e017b20 item 65 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc640): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc640): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.519433607 +0000 UTC m=+30.738526010 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cc640): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2ccb40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2ccb40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2ccb40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2ccb40): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2ccb40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.519433607 +0000 UTC m=+30.738526010 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2ccb40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e017e30 item 65 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd180): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd180): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd180): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd180): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd180): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.520456143 +0000 UTC m=+30.739548545 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd180): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd600): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd600): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b0380 item 66 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd600): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd600): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd600): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd600): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd600): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.520921144 +0000 UTC m=+30.740013546 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cd600): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cdb40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cdb40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cdb40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cdb40): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cdb40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.520921144 +0000 UTC m=+30.740013546 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2cdb40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b0540 item 66 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8280): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8280): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8280): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8280): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8280): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.521922789 +0000 UTC m=+30.741015190 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8280): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8700): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8700): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8700): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8700): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8700): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b0a80 item 67 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8700): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8700): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.522402958 +0000 UTC m=+30.741495360 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8700): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8c00): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8c00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8c00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8c00): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8c00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.522402958 +0000 UTC m=+30.741495360 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f8c00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b0c40 item 67 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9280): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9280): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9280): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9280): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9280): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.523430443 +0000 UTC m=+30.742522844 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9280): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9780): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9780): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b1030 item 68 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9780): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9780): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9780): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9780): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9780): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.523859124 +0000 UTC m=+30.742951526 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9780): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9cc0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9cc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9cc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9cc0): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9cc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.523859124 +0000 UTC m=+30.742951526 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e2f9cc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b11f0 item 68 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334400): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334400): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334400): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334400): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334400): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.524750371 +0000 UTC m=+30.743842774 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334400): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334880): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334880): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334880): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334880): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334880): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b1650 item 69 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334880): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334880): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.525155608 +0000 UTC m=+30.744248011 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334880): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334d80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334d80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334d80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334d80): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334d80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.525155608 +0000 UTC m=+30.744248011 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e334d80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b1810 item 69 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335400): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335400): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335400): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335400): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335400): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.526136034 +0000 UTC m=+30.745228436 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335400): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335900): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335900): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6b1ce0 item 70 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335900): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335900): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335900): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335900): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335900): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.526446472 +0000 UTC m=+30.745538874 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335900): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335e40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335e40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335e40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335e40): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335e40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.526446472 +0000 UTC m=+30.745538874 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e335e40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd86070 item 70 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3865c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3865c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3865c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3865c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3865c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.52733309 +0000 UTC m=+30.746425493 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3865c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e386ac0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e386ac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e386ac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e386ac0): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e386ac0): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd86540 item 71 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e386ac0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e386ac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.527715013 +0000 UTC m=+30.746807416 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e386ac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e386fc0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e386fc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e386fc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e386fc0): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e386fc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.527715013 +0000 UTC m=+30.746807416 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e386fc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd86770 item 71 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e387640): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e387640): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e387640): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e387640): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e387640): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.529062564 +0000 UTC m=+30.748154966 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e387640): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e387b40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e387b40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd86d90 item 72 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e387b40): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e387b40): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e387b40): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e387b40): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e387b40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.52947259 +0000 UTC m=+30.748564992 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e387b40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac180): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac180): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac180): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac180): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac180): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.52947259 +0000 UTC m=+30.748564992 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac180): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd87030 item 72 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac740): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac740): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac740): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac740): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac740): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac740): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac740): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.530692299 +0000 UTC m=+30.749784701 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac740): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3acc40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3acc40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3acc40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e672070 item 73 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3acc40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3acc40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.531038735 +0000 UTC m=+30.750131137 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3acc40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad100): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad100): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad100): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad100): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad100): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6724d0 item 73 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad100): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad100): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.531429745 +0000 UTC m=+30.750522157 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad100): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad640): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad640): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad640): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad640): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad640): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.531429745 +0000 UTC m=+30.750522157 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad640): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e672690 item 73 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfafcc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfafcc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfafcc0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfafcc0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfafcc0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfafcc0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfafcc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.533836701 +0000 UTC m=+30.752929103 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfafcc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3adac0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3adac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3adac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e6728c0 item 74 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3adac0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3adac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.534725883 +0000 UTC m=+30.753818286 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3adac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce100): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce100): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e672a80 item 74 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce100): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce100): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce100): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce100): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce100): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.535656926 +0000 UTC m=+30.754749328 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce100): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce680): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce680): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce680): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce680): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce680): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.535656926 +0000 UTC m=+30.754749328 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce680): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e672d20 item 74 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe25c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe25c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe25c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe25c0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe25c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe25c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe25c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.53757683 +0000 UTC m=+30.756669233 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe25c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe2ac0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe2ac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe2ac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e248380 item 75 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe2ac0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe2ac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.538163612 +0000 UTC m=+30.757256013 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe2ac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3000): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3000): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3000): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3000): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3000): _writeAt: size=3, off=2 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e248620 item 75 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3000): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3000): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.53858066 +0000 UTC m=+30.757673063 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3000): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3540): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3540): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3540): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3540): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3540): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.53858066 +0000 UTC m=+30.757673063 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3540): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e2487e0 item 75 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3b80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3b80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3b80): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3b80): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3b80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3b80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3b80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.539815428 +0000 UTC m=+30.758907830 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfe3b80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce9c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce9c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce9c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e248e70 item 76 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce9c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce9c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.540514542 +0000 UTC m=+30.759606964 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ce9c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cef00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cef00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e249110 item 76 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cef00): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cef00): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cef00): _writeAt: size=3, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cef00): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cef00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.541046548 +0000 UTC m=+30.760138950 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cef00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cf480): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cf480): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cf480): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cf480): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cf480): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.541046548 +0000 UTC m=+30.760138950 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cf480): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e249420 item 76 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cfac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cfac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cfac0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cfac0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cfac0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cfac0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cfac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.542657979 +0000 UTC m=+30.761750381 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3cfac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e140): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e140): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e140): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e249880 item 77 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e140): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e140): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.543063035 +0000 UTC m=+30.762155437 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e140): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e840): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e840): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e840): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e840): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e840): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.543063035 +0000 UTC m=+30.762155437 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50e840): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e249a40 item 77 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50ee80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50ee80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50ee80): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50ee80): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50ee80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50ee80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50ee80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.544416938 +0000 UTC m=+30.763509340 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50ee80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f380): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f380): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f380): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e42a0 item 78 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f380): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f380): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.545139004 +0000 UTC m=+30.764231407 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50f380): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50fa80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50fa80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50fa80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50fa80): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50fa80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.545139004 +0000 UTC m=+30.764231407 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e50fa80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e45b0 item 78 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3721c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3721c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3721c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3721c0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3721c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3721c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3721c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.546590151 +0000 UTC m=+30.765682554 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3721c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372740): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372740): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372740): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e49a0 item 79 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372740): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372740): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.547269878 +0000 UTC m=+30.766362280 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372740): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372e40): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372e40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372e40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372e40): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372e40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.547269878 +0000 UTC m=+30.766362280 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e372e40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e4b60 item 79 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373480): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373480): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373480): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373480): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373480): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373480): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373480): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.5494366 +0000 UTC m=+30.768529002 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373480): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373980): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373980): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373980): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e51f0 item 80 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373980): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373980): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.550262723 +0000 UTC m=+30.769355125 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e373980): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc780): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc780): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc780): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc780): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc780): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.550262723 +0000 UTC m=+30.769355125 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfc780): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e53b0 item 80 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd780): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd780): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd780): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd780): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd780): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.551770236 +0000 UTC m=+30.770862639 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfd780): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdd40): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdd40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdd40): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdd40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdd40): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdd40): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e5880 item 81 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdd40): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdd40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.552288438 +0000 UTC m=+30.771380840 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dbfdd40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb080): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb080): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb080): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb080): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb080): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.552288438 +0000 UTC m=+30.771380840 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb080): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e0e5c00 item 81 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb9c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb9c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb9c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb9c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb9c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.553644125 +0000 UTC m=+30.772736527 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e0fb9c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6180): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6180): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6180): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e672150 item 82 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6180): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6180): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6180): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6180): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6180): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.554411716 +0000 UTC m=+30.773504119 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6180): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6700): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6700): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6700): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6700): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6700): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.554411716 +0000 UTC m=+30.773504119 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6700): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e672540 item 82 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6dc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6dc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6dc0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6dc0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6dc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.555927987 +0000 UTC m=+30.775020389 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b6dc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b72c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b72c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b72c0): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b72c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b72c0): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b72c0): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e672fc0 item 83 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b72c0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b72c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.556776793 +0000 UTC m=+30.775869205 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b72c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7800): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7800): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7800): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7800): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7800): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.556776793 +0000 UTC m=+30.775869205 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7800): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e673180 item 83 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7e80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7e80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7e80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7e80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7e80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.557996212 +0000 UTC m=+30.777088614 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e1b7e80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34ec0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34ec0): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34ec0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e673650 item 84 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34ec0): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34ec0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34ec0): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34ec0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34ec0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.558782821 +0000 UTC m=+30.777875263 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd34ec0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd35800): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd35800): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd35800): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd35800): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd35800): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.558782821 +0000 UTC m=+30.777875263 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dd35800): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e673810 item 84 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2700): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2700): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2700): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2700): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2700): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.561692028 +0000 UTC m=+30.780784430 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2700): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2c40): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2c40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2c40): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2c40): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2c40): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2c40): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e673d50 item 85 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2c40): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2c40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.562378316 +0000 UTC m=+30.781470719 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dda2c40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e040): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e040): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e040): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e040): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e040): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.562378316 +0000 UTC m=+30.781470719 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e040): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd964d0 item 85 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e6c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e6c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e6c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e6c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e6c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.56368988 +0000 UTC m=+30.782782282 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08e6c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ec00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ec00): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ec00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd96ee0 item 86 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ec00): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ec00): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ec00): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ec00): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ec00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.564139912 +0000 UTC m=+30.783232314 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08ec00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f180): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f180): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f180): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f180): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f180): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.564139912 +0000 UTC m=+30.783232314 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f180): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd971f0 item 86 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f800): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f800): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f800): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f800): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f800): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.565351174 +0000 UTC m=+30.784443576 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08f800): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fd00): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fd00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fd00): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fd00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fd00): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fd00): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd97730 item 87 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fd00): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fd00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.565800775 +0000 UTC m=+30.784893177 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e08fd00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028700): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028700): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028700): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028700): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028700): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.565800775 +0000 UTC m=+30.784893177 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028700): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dd97a40 item 87 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028d80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028d80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028d80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028d80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028d80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.566864869 +0000 UTC m=+30.785957272 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e028d80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029280): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029280): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029280): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcd8770 item 88 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029280): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029280): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029280): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029280): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029280): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.567366999 +0000 UTC m=+30.786459402 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029280): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029800): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029800): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029800): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029800): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029800): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.567366999 +0000 UTC m=+30.786459402 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029800): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcd8af0 item 88 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029ec0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029ec0): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029ec0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029ec0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029ec0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029ec0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029ec0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029ec0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.568666619 +0000 UTC m=+30.787759022 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e029ec0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140580): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140580): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140580): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcd9810 item 89 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140580): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140580): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.569135187 +0000 UTC m=+30.788227589 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140580): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140ac0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140ac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140ac0): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140ac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140ac0): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140ac0): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcd99d0 item 89 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140ac0): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140ac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.569586421 +0000 UTC m=+30.788678824 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e140ac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141040): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141040): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141040): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141040): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141040): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.569586421 +0000 UTC m=+30.788678824 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141040): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13dcd9c70 item 89 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141680): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141680): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141680): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141680): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141680): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141680): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141680): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141680): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.570767988 +0000 UTC m=+30.789860390 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141680): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141bc0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141bc0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141bc0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5ba1c0 item 90 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141bc0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141bc0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.571221356 +0000 UTC m=+30.790313758 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e141bc0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae200): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae200): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae200): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5ba380 item 90 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae200): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae200): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae200): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae200): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae200): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.571781707 +0000 UTC m=+30.790874109 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae200): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae7c0): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae7c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae7c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae7c0): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae7c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.571781707 +0000 UTC m=+30.790874109 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfae7c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5ba540 item 90 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaee00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaee00): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaee00): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaee00): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaee00): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaee00): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaee00): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaee00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.573032464 +0000 UTC m=+30.792124866 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaee00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf340): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf340): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf340): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5baa10 item 91 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf340): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf340): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.573429926 +0000 UTC m=+30.792522328 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf340): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf880): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf880): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf880): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf880): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf880): >_readAt: n=2, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf880): _writeAt: size=3, off=7 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5babd0 item 91 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf880): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf880): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.573964709 +0000 UTC m=+30.793057111 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13dfaf880): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac480): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac480): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac480): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac480): >_readAt: n=8, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac480): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.573964709 +0000 UTC m=+30.793057111 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ac480): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5baee0 item 91 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3acac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3acac0): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3acac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3acac0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3acac0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3acac0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3acac0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3acac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.575066363 +0000 UTC m=+30.794158766 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3acac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad000): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad000): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad000): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bb260 item 92 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad000): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad000): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.575498111 +0000 UTC m=+30.794590513 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad000): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad540): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad540): open at offset 5 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad540): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bb420 item 92 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad540): _readAt: size=2, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad540): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad540): _writeAt: size=3, off=5 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad540): >_writeAt: n=3, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad540): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.57596753 +0000 UTC m=+30.795059931 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13e3ad540): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8200): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8200): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8200): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8200): >_readAt: n=3, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8200): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.57596753 +0000 UTC m=+30.795059931 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8200): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bb5e0 item 92 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8840): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8840): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8840): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8840): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8840): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8840): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8840): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8840): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.577138616 +0000 UTC m=+30.796231018 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8840): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8d80): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8d80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8d80): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bb960 item 93 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8d80): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8d80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.577565064 +0000 UTC m=+30.796657476 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded8d80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded9480): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded9480): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded9480): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded9480): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded9480): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.577565064 +0000 UTC m=+30.796657476 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded9480): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5bbb20 item 93 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded9ac0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded9ac0): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded9ac0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded9ac0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded9ac0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded9ac0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded9ac0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded9ac0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.578844576 +0000 UTC m=+30.797936978 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13ded9ac0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deee100): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deee100): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deee100): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e560310 item 94 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deee100): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deee100): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.579285069 +0000 UTC m=+30.798377471 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deee100): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deee800): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deee800): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deee800): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deee800): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deee800): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.579285069 +0000 UTC m=+30.798377471 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deee800): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e5604d0 item 94 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deeee40): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deeee40): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deeee40): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deeee40): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deeee40): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deeee40): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deeee40): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deeee40): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.580658339 +0000 UTC m=+30.799750741 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deeee40): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deef380): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deef380): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deef380): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e560850 item 95 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deef380): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deef380): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.581137075 +0000 UTC m=+30.800229476 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deef380): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deefa80): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deefa80): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deefa80): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deefa80): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deefa80): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.581137075 +0000 UTC m=+30.800229476 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13deefa80): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e560d90 item 95 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defc1c0): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defc1c0): open at offset 0 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defc1c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defc1c0): _readAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defc1c0): >_readAt: n=0, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defc1c0): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defc1c0): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defc1c0): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.58243912 +0000 UTC m=+30.801531522 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defc1c0): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defc700): _writeAt: size=5, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defc700): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defc700): >openPending: err= 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e561260 item 96 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defc700): >_writeAt: n=5, err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defc700): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.583265644 +0000 UTC m=+30.802358046 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defc700): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/25 05:18:22 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:22 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/25 05:18:22 DEBUG : open-test-file: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defce00): _readAt: size=512, off=0 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defce00): openPending: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defce00): >openPending: err= 2026/05/25 05:18:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defce00): >_readAt: n=5, err=EOF 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defce00): close: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-25 05:18:22.583265644 +0000 UTC m=+30.802358046 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : open-test-file(0x38e13defce00): >close: err= 2026/05/25 05:18:22 DEBUG : open-test-file: Remove: 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x38e13e561420 item 96 2026/05/25 05:18:22 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/25 05:18:22 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/25 05:18:22 DEBUG : open-test-file: >Remove: err= 2026/05/25 05:18:22 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:22 DEBUG : Looking for writers 2026/05/25 05:18:22 DEBUG : >WaitForWriters: 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.60s) --- PASS: TestRWFileHandleOpenTests/writes (0.32s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.28s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:22 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:22 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:22 DEBUG : file1: newRWFileHandle: 2026/05/25 05:18:22 DEBUG : file1(0x38e13e0800c0): openPending: 2026/05/25 05:18:22 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:22 DEBUG : file1(0x38e13e0800c0): >openPending: err= 2026/05/25 05:18:22 DEBUG : file1: >newRWFileHandle: err= 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:22 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/25 05:18:22 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/25 05:18:22 DEBUG : file1(0x38e13e0800c0): _writeAt: size=2, off=0 2026/05/25 05:18:22 DEBUG : file1(0x38e13e0800c0): >_writeAt: n=2, err= 2026/05/25 05:18:22 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/25 05:18:22 DEBUG : file1(0x38e13e0800c0): RWFileHandle.Flush 2026/05/25 05:18:22 DEBUG : file1(0x38e13e0800c0): RWFileHandle.Release 2026/05/25 05:18:22 DEBUG : file1(0x38e13e0800c0): close: 2026/05/25 05:18:22 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/25 05:18:22 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:22 DEBUG : file1(0x38e13e0800c0): >close: err= 2026/05/25 05:18:22 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:22 DEBUG : Looking for writers 2026/05/25 05:18:22 DEBUG : file1: reading active writers 2026/05/25 05:18:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:22 DEBUG : Looking for writers 2026/05/25 05:18:22 DEBUG : file1: reading active writers 2026/05/25 05:18:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:22 DEBUG : Looking for writers 2026/05/25 05:18:22 DEBUG : file1: reading active writers 2026/05/25 05:18:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:22 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-tanuvuc5zexo/dir/file1: no such file or directory 2026/05/25 05:18:22 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-tanuvuc5zexo/dir/file1: no such file or directory 2026/05/25 05:18:22 DEBUG : Looking for writers 2026/05/25 05:18:22 DEBUG : file1: reading active writers 2026/05/25 05:18:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:22 DEBUG : file1: vfs cache: starting upload 2026/05/25 05:18:22 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1.a0a9169e.partial" 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1.a0a9169e.partial 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1.a0a9169e.partial" 2026/05/25 05:18:22 DEBUG : Looking for writers 2026/05/25 05:18:22 DEBUG : file1: reading active writers 2026/05/25 05:18:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-tanuvuc5zexo/file1.a0a9169e.partial 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:22 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/25 05:18:22 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/25 05:18:22 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/05/25 05:18:22 INFO : file1: Copied (new) 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:22 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/25 05:18:22 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/05/25 05:18:22 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/25 05:18:22 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/05/25 05:18:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:22 INFO : file1: vfs cache: upload succeeded try #1 2026/05/25 05:18:22 DEBUG : Looking for writers 2026/05/25 05:18:22 DEBUG : file1: reading active writers 2026/05/25 05:18:22 DEBUG : >WaitForWriters: 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:22 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:23 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:23 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/05/25 05:18:23 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:23 DEBUG : Looking for writers 2026/05/25 05:18:23 DEBUG : file1: reading active writers 2026/05/25 05:18:23 DEBUG : >WaitForWriters: 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:23 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:23 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:23 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:23 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:23 DEBUG : rename_me: newRWFileHandle: 2026/05/25 05:18:23 DEBUG : rename_me(0x38e13df9ee80): openPending: 2026/05/25 05:18:23 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/25 05:18:23 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/25 05:18:23 DEBUG : rename_me(0x38e13df9ee80): >openPending: err= 2026/05/25 05:18:23 DEBUG : rename_me: >newRWFileHandle: err= 2026/05/25 05:18:23 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/25 05:18:23 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/05/25 05:18:23 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/05/25 05:18:23 DEBUG : rename_me(0x38e13df9ee80): _writeAt: size=5, off=0 2026/05/25 05:18:23 DEBUG : rename_me(0x38e13df9ee80): >_writeAt: n=5, err= 2026/05/25 05:18:23 DEBUG : rename_me(0x38e13df9ee80): close: 2026/05/25 05:18:23 DEBUG : rename_me: vfs cache: setting modification time to 2026-05-25 05:18:23.108099824 +0000 UTC m=+31.327192227 2026/05/25 05:18:23 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/05/25 05:18:23 DEBUG : rename_me(0x38e13df9ee80): >close: err= 2026/05/25 05:18:23 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/05/25 05:18:23 DEBUG : i_was_renamed: Updating file with 0x38e13e0b4d00 2026/05/25 05:18:23 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/05/25 05:18:23 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/25 05:18:23 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:23 DEBUG : Looking for writers 2026/05/25 05:18:23 DEBUG : i_was_renamed: reading active writers 2026/05/25 05:18:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/25 05:18:23 DEBUG : Looking for writers 2026/05/25 05:18:23 DEBUG : i_was_renamed: reading active writers 2026/05/25 05:18:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/25 05:18:23 DEBUG : Looking for writers 2026/05/25 05:18:23 DEBUG : i_was_renamed: reading active writers 2026/05/25 05:18:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/25 05:18:23 DEBUG : Looking for writers 2026/05/25 05:18:23 DEBUG : i_was_renamed: reading active writers 2026/05/25 05:18:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/25 05:18:23 DEBUG : i_was_renamed: vfs cache: starting upload 2026/05/25 05:18:23 DEBUG : i_was_renamed.069e853a.partial: size = 5 OK 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/i_was_renamed.069e853a.partial" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/i_was_renamed.069e853a.partial 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/i_was_renamed.069e853a.partial" 2026/05/25 05:18:23 DEBUG : Looking for writers 2026/05/25 05:18:23 DEBUG : i_was_renamed: reading active writers 2026/05/25 05:18:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/i_was_renamed.069e853a.partial 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:23 DEBUG : i_was_renamed.069e853a.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:18:23 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/25 05:18:23 DEBUG : i_was_renamed.069e853a.partial: renamed to: i_was_renamed 2026/05/25 05:18:23 INFO : i_was_renamed: Copied (new) 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/i_was_renamed" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/i_was_renamed 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/i_was_renamed" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/i_was_renamed 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:23 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:18:23 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-05-25 05:18:23 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/25 05:18:23 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/05/25 05:18:23 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/25 05:18:23 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/05/25 05:18:23 DEBUG : Looking for writers 2026/05/25 05:18:23 DEBUG : i_was_renamed: reading active writers 2026/05/25 05:18:23 DEBUG : >WaitForWriters: 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:23 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/25 05:18:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:23 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/05/25 05:18:23 DEBUG : forgetting directory cache 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate(0x38e13dfe8b40): _readAt: size=512, off=0 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate(0x38e13dfe8b40): openPending: 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-25 04:19:23 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/25 05:18:23 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate(0x38e13dfe8b40): >openPending: err= 2026/05/25 05:18:23 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate(0x38e13dfe8b40): >_readAt: n=20, err=EOF 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate(0x38e13dfe8b40): close: 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-25 04:19:23 +0000 UTC 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate(0x38e13dfe8b40): >close: err= 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:23 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:23 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:23 DEBUG : forgetting directory cache 2026/05/25 05:18:23 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate(0x38e13e081900): _readAt: size=512, off=0 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate(0x38e13e081900): openPending: 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-25 04:20:23 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-05-25 04:19:23 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-25 04:20:23 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-05-25 04:19:23 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/05/25 05:18:24 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/25 05:18:24 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate(0x38e13e081900): >openPending: err= 2026/05/25 05:18:24 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate(0x38e13e081900): >_readAt: n=20, err=EOF 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate(0x38e13e081900): close: 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-25 04:20:23 +0000 UTC 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate(0x38e13e081900): >close: err= 2026/05/25 05:18:24 DEBUG : Re-reading directory (103.074167ms old) 2026/05/25 05:18:24 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/05/25 05:18:24 DEBUG : forgetting directory cache 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate(0x38e13dfe98c0): _readAt: size=512, off=0 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate(0x38e13dfe98c0): openPending: 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-25 04:21:23 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-05-25 04:20:23 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-25 04:21:23 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-05-25 04:20:23 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/05/25 05:18:24 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/25 05:18:24 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate(0x38e13dfe98c0): >openPending: err= 2026/05/25 05:18:24 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate(0x38e13dfe98c0): >_readAt: n=20, err=EOF 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate(0x38e13dfe98c0): close: 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-25 04:21:23 +0000 UTC 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate(0x38e13dfe98c0): >close: err= 2026/05/25 05:18:24 DEBUG : Re-reading directory (109.588029ms old) 2026/05/25 05:18:24 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:24 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:24 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:25 DEBUG : forgetting directory cache 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate(0x38e13df9fd40): _readAt: size=512, off=0 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate(0x38e13df9fd40): openPending: 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-25 04:22:23 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-05-25 04:21:23 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-25 04:22:23 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-05-25 04:21:23 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/05/25 05:18:25 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/25 05:18:25 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate(0x38e13df9fd40): >openPending: err= 2026/05/25 05:18:25 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate(0x38e13df9fd40): >_readAt: n=20, err=EOF 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate(0x38e13df9fd40): close: 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-25 04:22:23 +0000 UTC 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate(0x38e13df9fd40): >close: err= 2026/05/25 05:18:25 DEBUG : Re-reading directory (106.929415ms old) 2026/05/25 05:18:25 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:25 DEBUG : forgetting directory cache 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate(0x38e13e2420c0): _readAt: size=512, off=0 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate(0x38e13e2420c0): openPending: 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-25 04:23:23 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-05-25 04:22:23 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-25 04:23:23 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-05-25 04:22:23 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/05/25 05:18:25 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/25 05:18:25 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate(0x38e13e2420c0): >openPending: err= 2026/05/25 05:18:25 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate(0x38e13e2420c0): >_readAt: n=20, err=EOF 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate(0x38e13e2420c0): close: 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-25 04:23:23 +0000 UTC 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate(0x38e13e2420c0): >close: err= 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:25 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:25 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:26 DEBUG : forgetting directory cache 2026/05/25 05:18:26 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate(0x38e13e242600): _readAt: size=512, off=0 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate(0x38e13e242600): openPending: 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-25 04:24:23 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-05-25 04:23:23 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-25 04:24:23 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-05-25 04:23:23 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/05/25 05:18:26 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/25 05:18:26 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate(0x38e13e242600): >openPending: err= 2026/05/25 05:18:26 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate(0x38e13e242600): >_readAt: n=20, err=EOF 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate(0x38e13e242600): close: 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-25 04:24:23 +0000 UTC 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate(0x38e13e242600): >close: err= 2026/05/25 05:18:26 DEBUG : Re-reading directory (113.911621ms old) 2026/05/25 05:18:26 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:26 DEBUG : forgetting directory cache 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate(0x38e13e39d180): _readAt: size=512, off=0 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate(0x38e13e39d180): openPending: 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-05-25 04:25:23 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-05-25 04:24:23 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-05-25 04:25:23 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-05-25 04:24:23 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/05/25 05:18:26 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/05/25 05:18:26 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate(0x38e13e39d180): >openPending: err= 2026/05/25 05:18:26 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate(0x38e13e39d180): >_readAt: n=21, err=EOF 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate(0x38e13e39d180): close: 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-25 04:25:23 +0000 UTC 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate(0x38e13e39d180): >close: err= 2026/05/25 05:18:26 DEBUG : Re-reading directory (100.741472ms old) 2026/05/25 05:18:26 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:26 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:26 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/05/25 05:18:27 DEBUG : forgetting directory cache 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate(0x38e13e3720c0): _readAt: size=512, off=0 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate(0x38e13e3720c0): openPending: 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-05-25 04:26:23 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-05-25 04:25:23 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-05-25 04:26:23 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-05-25 04:25:23 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/05/25 05:18:27 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/05/25 05:18:27 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate(0x38e13e3720c0): >openPending: err= 2026/05/25 05:18:27 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate(0x38e13e3720c0): >_readAt: n=22, err=EOF 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate(0x38e13e3720c0): close: 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-25 04:26:23 +0000 UTC 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate(0x38e13e3720c0): >close: err= 2026/05/25 05:18:27 DEBUG : Re-reading directory (111.716657ms old) 2026/05/25 05:18:27 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:27 DEBUG : forgetting directory cache 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate(0x38e13e402440): _readAt: size=512, off=0 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate(0x38e13e402440): openPending: 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-05-25 04:27:23 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-05-25 04:26:23 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-05-25 04:27:23 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-05-25 04:26:23 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/05/25 05:18:27 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/05/25 05:18:27 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate(0x38e13e402440): >openPending: err= 2026/05/25 05:18:27 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate(0x38e13e402440): >_readAt: n=23, err=EOF 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate(0x38e13e402440): close: 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-25 04:27:23 +0000 UTC 2026/05/25 05:18:27 DEBUG : TestRWCacheUpdate(0x38e13e402440): >close: err= 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:27 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:28 DEBUG : forgetting directory cache 2026/05/25 05:18:28 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate(0x38e13e243800): _readAt: size=512, off=0 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate(0x38e13e243800): openPending: 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/TestRWCacheUpdate" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-tanuvuc5zexo/TestRWCacheUpdate 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-05-25 04:28:23 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-05-25 04:27:23 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-05-25 04:28:23 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-05-25 04:27:23 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/05/25 05:18:28 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/05/25 05:18:28 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate(0x38e13e243800): >openPending: err= 2026/05/25 05:18:28 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate(0x38e13e243800): >_readAt: n=24, err=EOF 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate(0x38e13e243800): close: 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-25 04:28:23 +0000 UTC 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate(0x38e13e243800): >close: err= 2026/05/25 05:18:28 DEBUG : Re-reading directory (107.113322ms old) 2026/05/25 05:18:28 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/25 05:18:28 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:28 DEBUG : Looking for writers 2026/05/25 05:18:28 DEBUG : TestRWCacheUpdate: reading active writers 2026/05/25 05:18:28 DEBUG : >WaitForWriters: 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.03s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FiLeA" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/FiLeA 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/FiLeA" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tanuvuc5zexo/FiLeA 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:28 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FiLeA" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/FiLeA 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/FiLeA" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-tanuvuc5zexo/FiLeA 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:28 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FiLeB" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/FiLeB 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/FiLeB" 2026/05/25 05:18:28 DEBUG : forgetting directory cache 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tanuvuc5zexo/FiLeB 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:28 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FiLeB" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/FiLeB 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/FiLeB" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-tanuvuc5zexo/FiLeB 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:28 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/25 05:18:28 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:28 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:28 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:28 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/25 05:18:28 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/25 05:18:28 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/25 05:18:28 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:28 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FiLeA" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/FiLeA 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/FiLeA" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tanuvuc5zexo/FiLeA 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:28 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/25 05:18:28 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:28 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/25 05:18:28 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/25 05:18:28 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/25 05:18:28 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:28 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FiLeA" 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/FiLeA 2026/05/25 05:18:28 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/FiLeA" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tanuvuc5zexo/FiLeA 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:29 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/25 05:18:29 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/25 05:18:29 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/25 05:18:29 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/25 05:18:29 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:29 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:29 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/25 05:18:29 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/25 05:18:29 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/25 05:18:29 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:29 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FiLeB" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/FiLeB 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/FiLeB" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tanuvuc5zexo/FiLeB 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:29 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/25 05:18:29 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/25 05:18:29 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/25 05:18:29 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/25 05:18:29 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:29 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FilEb" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/FilEb 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/FilEb" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-tanuvuc5zexo/FilEb 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:29 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FiLeA" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/FiLeA 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/FiLeA" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tanuvuc5zexo/FiLeA 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:29 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FiLeA" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/FiLeA 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/FiLeA" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-tanuvuc5zexo/FiLeA 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:29 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FiLeB" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/FiLeB 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/FiLeB" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tanuvuc5zexo/FiLeB 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:29 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FiLeB" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/FiLeB 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/FiLeB" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-tanuvuc5zexo/FiLeB 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:29 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FilEb" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/FilEb 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/FilEb" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-tanuvuc5zexo/FilEb 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:29 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FilEb" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/FilEb 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/FilEb" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-tanuvuc5zexo/FilEb 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:29 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/05/25 05:18:29 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/25 05:18:29 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/25 05:18:29 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/25 05:18:29 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:29 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:29 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/25 05:18:29 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/25 05:18:29 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/05/25 05:18:29 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:29 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:29 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/25 05:18:29 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/25 05:18:29 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/05/25 05:18:29 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:29 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:29 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/25 05:18:29 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/25 05:18:29 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/05/25 05:18:29 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:29 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:29 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/25 05:18:29 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/25 05:18:29 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/25 05:18:29 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:29 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FiLeB" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/FiLeB 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/FiLeB" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tanuvuc5zexo/FiLeB 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:29 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/25 05:18:29 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/25 05:18:29 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/25 05:18:29 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/25 05:18:29 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:29 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/FilEb" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/FilEb 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/FilEb" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-tanuvuc5zexo/FilEb 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:29 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/25 05:18:29 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/25 05:18:29 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/25 05:18:29 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/25 05:18:29 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/25 05:18:29 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/25 05:18:29 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/25 05:18:29 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/25 05:18:29 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:29 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:29 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:29 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:29 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:29 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/25 05:18:29 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/25 05:18:29 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/25 05:18:29 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:29 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:29 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/25 05:18:29 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/25 05:18:29 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/25 05:18:29 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:29 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:29 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:29 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:29 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:29 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:29 DEBUG : Looking for writers 2026/05/25 05:18:29 DEBUG : FiLeA: reading active writers 2026/05/25 05:18:29 DEBUG : FiLeB: reading active writers 2026/05/25 05:18:29 DEBUG : FilEb: reading active writers 2026/05/25 05:18:29 DEBUG : >WaitForWriters: 2026/05/25 05:18:29 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:29 DEBUG : Looking for writers 2026/05/25 05:18:29 DEBUG : FiLeA: reading active writers 2026/05/25 05:18:29 DEBUG : FiLeB: reading active writers 2026/05/25 05:18:29 DEBUG : FilEb: reading active writers 2026/05/25 05:18:29 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.49s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/normal name with no special characters.txt" 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/normal\ name\ with\ no\ special\ characters.txt 2026/05/25 05:18:29 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/normal\ name\ with\ no\ special\ characters.txt" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tanuvuc5zexo/normal name with no special characters.txt 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/normal name with no special characters.txt" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/normal\ name\ with\ no\ special\ characters.txt 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/normal\ name\ with\ no\ special\ characters.txt" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-tanuvuc5zexo/normal name with no special characters.txt 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/測試_Русский___ě_áñ" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/測試_Русский___ě_áñ 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/測試_Русский___ě_áñ" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tanuvuc5zexo/測試_Русский___ě_áñ 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:30 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/測試_Русский___ě_áñ" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/測試_Русский___ě_áñ 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/測試_Русский___ě_áñ" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-tanuvuc5zexo/測試_Русский___ě_áñ 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:30 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/25 05:18:30 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/normal name with no special characters.txt" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/normal\ name\ with\ no\ special\ characters.txt 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/normal\ name\ with\ no\ special\ characters.txt" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tanuvuc5zexo/normal name with no special characters.txt 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/25 05:18:30 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:30 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/05/25 05:18:30 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/05/25 05:18:30 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/05/25 05:18:30 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:30 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/測試_Русский___ě_áñ" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/測試_Русский___ě_áñ 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/測試_Русский___ě_áñ" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tanuvuc5zexo/測試_Русский___ě_áñ 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:30 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:30 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:30 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:30 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:30 DEBUG : Looking for writers 2026/05/25 05:18:30 DEBUG : normal name with no special characters.txt: reading active writers 2026/05/25 05:18:30 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/05/25 05:18:30 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.61s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:30 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Reusing VFS from active cache 2026/05/25 05:18:30 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:30 DEBUG : Looking for writers 2026/05/25 05:18:30 DEBUG : >WaitForWriters: 2026/05/25 05:18:30 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:30 DEBUG : Looking for writers 2026/05/25 05:18:30 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:30 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:30 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:30 DEBUG : Looking for writers 2026/05/25 05:18:30 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:30 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:30 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:30 DEBUG : Looking for writers 2026/05/25 05:18:30 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:30 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:30 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:30 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:30 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:30 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/25 05:18:30 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:30 DEBUG : dir: Looking for writers 2026/05/25 05:18:30 DEBUG : file2: reading active writers 2026/05/25 05:18:30 DEBUG : Looking for writers 2026/05/25 05:18:30 DEBUG : dir: reading active writers 2026/05/25 05:18:30 DEBUG : file1: reading active writers 2026/05/25 05:18:30 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.38s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:30 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:30 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:31 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:31 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:31 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:31 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/25 05:18:31 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:31 DEBUG : dir: Looking for writers 2026/05/25 05:18:31 DEBUG : Looking for writers 2026/05/25 05:18:31 DEBUG : dir: reading active writers 2026/05/25 05:18:31 DEBUG : file1: reading active writers 2026/05/25 05:18:31 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.40s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:31 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:31 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:31 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:31 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:31 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/25 05:18:31 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:31 DEBUG : file1: Open: flags=O_RDONLY 2026/05/25 05:18:31 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/25 05:18:31 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/25 05:18:31 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:31 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/05/25 05:18:31 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/25 05:18:31 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:31 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:31 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:31 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/25 05:18:31 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/05/25 05:18:31 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/05/25 05:18:31 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/25 05:18:31 DEBUG : dir/new_file.txt: size = 0 OK 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/new_file.txt" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/new_file.txt 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/new_file.txt" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tanuvuc5zexo/dir/new_file.txt 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:31 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/25 05:18:31 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/25 05:18:31 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/05/25 05:18:31 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/25 05:18:31 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:31 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/25 05:18:31 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:31 DEBUG : dir: Looking for writers 2026/05/25 05:18:31 DEBUG : file2: reading active writers 2026/05/25 05:18:31 DEBUG : new_file.txt: reading active writers 2026/05/25 05:18:31 DEBUG : Looking for writers 2026/05/25 05:18:31 DEBUG : file1: reading active writers 2026/05/25 05:18:31 DEBUG : dir: reading active writers 2026/05/25 05:18:31 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.48s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:31 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:31 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file2" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tanuvuc5zexo/dir/file2 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:31 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/25 05:18:31 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/05/25 05:18:31 DEBUG : dir/file1: Updating file with dir/file1 0x38e13ded0000 2026/05/25 05:18:31 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/25 05:18:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:31 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:32 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/dir/file1" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tanuvuc5zexo/dir/file1 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:32 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/25 05:18:32 INFO : dir/file1: Moved (server-side) to: file0 2026/05/25 05:18:32 DEBUG : file0: Updating file with file0 0x38e13ded0000 2026/05/25 05:18:32 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/25 05:18:32 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file0" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file0 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file0" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tanuvuc5zexo/file0 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:32 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file0" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/file0 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/file0" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tanuvuc5zexo/file0 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:32 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/25 05:18:32 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:32 DEBUG : dir: Looking for writers 2026/05/25 05:18:32 DEBUG : Looking for writers 2026/05/25 05:18:32 DEBUG : dir: reading active writers 2026/05/25 05:18:32 DEBUG : file0: reading active writers 2026/05/25 05:18:32 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.55s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:32 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Server has VFS statistics extension 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: About path "/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: About path "/rclone-test-tanuvuc5zexo" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: About using shell command for shell type "unix" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: df -k /rclone-test-tanuvuc5zexo 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: 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-tanuvuc5zexo" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 58736928 92036080 37% / 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:32 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:32 DEBUG : Looking for writers 2026/05/25 05:18:32 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.11s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:32 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:32 DEBUG : Added virtual directory entry vAddDir: "/" 2026/05/25 05:18:32 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/25 05:18:32 DEBUG : Added virtual directory entry vAddDir: "b" 2026/05/25 05:18:32 DEBUG : Added virtual directory entry vAddDir: "c" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/25 05:18:32 DEBUG : Added virtual directory entry vAddDir: "d" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/25 05:18:32 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:32 DEBUG : b: Looking for writers 2026/05/25 05:18:32 DEBUG : c: Looking for writers 2026/05/25 05:18:32 DEBUG : d: Looking for writers 2026/05/25 05:18:32 DEBUG : Looking for writers 2026/05/25 05:18:32 DEBUG : a: Looking for writers 2026/05/25 05:18:32 DEBUG : Looking for writers 2026/05/25 05:18:32 DEBUG : /: reading active writers 2026/05/25 05:18:32 DEBUG : a: reading active writers 2026/05/25 05:18:32 DEBUG : b: reading active writers 2026/05/25 05:18:32 DEBUG : c: reading active writers 2026/05/25 05:18:32 DEBUG : d: reading active writers 2026/05/25 05:18:32 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.23s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:32 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:32 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/25 05:18:32 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/05/25 05:18:32 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/05/25 05:18:32 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/05/25 05:18:32 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:32 DEBUG : a/b/c/d: Looking for writers 2026/05/25 05:18:32 DEBUG : a/b/c: Looking for writers 2026/05/25 05:18:32 DEBUG : d: reading active writers 2026/05/25 05:18:32 DEBUG : a/b: Looking for writers 2026/05/25 05:18:32 DEBUG : c: reading active writers 2026/05/25 05:18:32 DEBUG : a: Looking for writers 2026/05/25 05:18:32 DEBUG : b: reading active writers 2026/05/25 05:18:32 DEBUG : Looking for writers 2026/05/25 05:18:32 DEBUG : a: reading active writers 2026/05/25 05:18:32 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.05s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:32 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:32 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:32 DEBUG : Looking for writers 2026/05/25 05:18:32 DEBUG : >WaitForWriters: --- PASS: TestVFSIsMetadataFile (0.00s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:32 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:32 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:32 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:32 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/25 05:18:32 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/25 05:18:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:32 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/25 05:18:32 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/25 05:18:32 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/25 05:18:32 DEBUG : file1: size = 5 OK 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:32 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:18:32 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/25 05:18:32 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/25 05:18:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:32 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:32 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:33 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/25 05:18:33 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:33 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:33 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/25 05:18:33 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/25 05:18:33 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:33 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:33 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/25 05:18:33 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/25 05:18:33 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/05/25 05:18:33 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/25 05:18:33 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/25 05:18:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:33 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/25 05:18:33 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/25 05:18:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/25 05:18:33 DEBUG : file1: size = 0 OK 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:33 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/25 05:18:33 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/25 05:18:33 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/25 05:18:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:33 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/25 05:18:33 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/25 05:18:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:33 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/25 05:18:33 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/25 05:18:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (7 bytes), uploading instead of streaming 2026/05/25 05:18:33 DEBUG : file1: size = 7 OK 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:33 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:33 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/05/25 05:18:33 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/05/25 05:18:33 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/25 05:18:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:33 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:33 DEBUG : Looking for writers 2026/05/25 05:18:33 DEBUG : file1: reading active writers 2026/05/25 05:18:33 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.51s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:33 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:33 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:33 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:33 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/25 05:18:33 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/25 05:18:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:33 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/05/25 05:18:34 DEBUG : file1: aborting in-sequence write wait, off=100 2026/05/25 05:18:34 DEBUG : file1: failed to wait for in-sequence write to 100 2026/05/25 05:18:34 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (11 bytes), uploading instead of streaming 2026/05/25 05:18:34 DEBUG : file1: size = 11 OK 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:34 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/25 05:18:34 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/25 05:18:34 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/25 05:18:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:34 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:34 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:34 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/25 05:18:34 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:34 DEBUG : Looking for writers 2026/05/25 05:18:34 DEBUG : file1: reading active writers 2026/05/25 05:18:34 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.32s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:34 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:34 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/25 05:18:34 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/25 05:18:34 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/05/25 05:18:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/25 05:18:34 DEBUG : file1: size = 5 OK 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:34 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/25 05:18:34 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/25 05:18:34 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/25 05:18:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:34 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/05/25 05:18:34 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:34 DEBUG : Looking for writers 2026/05/25 05:18:34 DEBUG : file1: reading active writers 2026/05/25 05:18:34 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:34 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:34 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/25 05:18:34 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/25 05:18:34 DEBUG : file1: WriteFileHandle.Release closing 2026/05/25 05:18:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/25 05:18:34 DEBUG : file1: size = 0 OK 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:34 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/25 05:18:34 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/25 05:18:34 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/25 05:18:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:34 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/05/25 05:18:34 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:34 DEBUG : Looking for writers 2026/05/25 05:18:34 DEBUG : file1: reading active writers 2026/05/25 05:18:34 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:34 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:34 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/25 05:18:34 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/25 05:18:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (2 bytes), uploading instead of streaming 2026/05/25 05:18:34 DEBUG : file1: size = 2 OK 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:34 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/25 05:18:34 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/25 05:18:34 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/25 05:18:34 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/05/25 05:18:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:34 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:34 DEBUG : Looking for writers 2026/05/25 05:18:34 DEBUG : file1: reading active writers 2026/05/25 05:18:34 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:34 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:34 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/25 05:18:34 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/25 05:18:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/25 05:18:34 DEBUG : file1: size = 0 OK 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:34 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:35 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/25 05:18:35 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/25 05:18:35 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/25 05:18:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:35 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:35 DEBUG : file1: Open: flags=O_RDONLY 2026/05/25 05:18:35 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/25 05:18:35 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/25 05:18:35 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:35 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:35 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:35 DEBUG : Looking for writers 2026/05/25 05:18:35 DEBUG : file1: reading active writers 2026/05/25 05:18:35 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.10s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:35 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:35 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/25 05:18:35 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/25 05:18:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:35 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/25 05:18:35 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/25 05:18:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: File to upload is small (100 bytes), uploading instead of streaming 2026/05/25 05:18:35 DEBUG : file1: size = 100 OK 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/file1" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 260db7122c2c126b8f75caf4afeeb47a /rclone-test-tanuvuc5zexo/file1 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:35 DEBUG : file1: Parsed hash: 260db7122c2c126b8f75caf4afeeb47a 2026/05/25 05:18:35 DEBUG : file1: md5 = 260db7122c2c126b8f75caf4afeeb47a OK 2026/05/25 05:18:35 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/25 05:18:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/25 05:18:35 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/25 05:18:35 DEBUG : file1: Open: flags=O_RDONLY 2026/05/25 05:18:35 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/25 05:18:35 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/25 05:18:35 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:35 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:35 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:35 DEBUG : Looking for writers 2026/05/25 05:18:35 DEBUG : file1: reading active writers 2026/05/25 05:18:35 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.07s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:35 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/flat/f000.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/flat/f000.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/flat/f000.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-tanuvuc5zexo/flat/f000.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:35 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/flat/f000.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/flat/f000.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/flat/f000.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-tanuvuc5zexo/flat/f000.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:35 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/flat/f001.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/flat/f001.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/flat/f001.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-tanuvuc5zexo/flat/f001.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:35 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/flat/f001.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/flat/f001.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/flat/f001.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-tanuvuc5zexo/flat/f001.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:35 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/flat/f002.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/flat/f002.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/flat/f002.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-tanuvuc5zexo/flat/f002.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:35 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/flat/f002.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/flat/f002.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/flat/f002.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-tanuvuc5zexo/flat/f002.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:35 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/flat/f003.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/flat/f003.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/flat/f003.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-tanuvuc5zexo/flat/f003.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:35 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/flat/f003.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/flat/f003.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/flat/f003.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-tanuvuc5zexo/flat/f003.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:35 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/flat/f004.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/flat/f004.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/flat/f004.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-tanuvuc5zexo/flat/f004.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:35 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/flat/f004.txt" 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: sha1sum /rclone-test-tanuvuc5zexo/flat/f004.txt 2026/05/25 05:18:35 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tanuvuc5zexo/flat/f004.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-tanuvuc5zexo/flat/f004.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:36 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/05/25 05:18:36 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/05/25 05:18:36 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/05/25 05:18:36 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:36 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/flat/f000.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/flat/f000.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/flat/f000.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-tanuvuc5zexo/flat/f000.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:36 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/25 05:18:36 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/05/25 05:18:36 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/05/25 05:18:36 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:36 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/flat/f001.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/flat/f001.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/flat/f001.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-tanuvuc5zexo/flat/f001.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:36 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/25 05:18:36 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/05/25 05:18:36 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/05/25 05:18:36 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:36 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/flat/f002.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/flat/f002.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/flat/f002.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-tanuvuc5zexo/flat/f002.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:36 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/25 05:18:36 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/05/25 05:18:36 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/05/25 05:18:36 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:36 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/flat/f003.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/flat/f003.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/flat/f003.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-tanuvuc5zexo/flat/f003.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:36 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/25 05:18:36 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/05/25 05:18:36 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/05/25 05:18:36 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:36 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/flat/f004.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/flat/f004.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/flat/f004.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-tanuvuc5zexo/flat/f004.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:36 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/25 05:18:36 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:36 DEBUG : flat: Looking for writers 2026/05/25 05:18:36 DEBUG : f000.txt: reading active writers 2026/05/25 05:18:36 DEBUG : f001.txt: reading active writers 2026/05/25 05:18:36 DEBUG : f002.txt: reading active writers 2026/05/25 05:18:36 DEBUG : f003.txt: reading active writers 2026/05/25 05:18:36 DEBUG : f004.txt: reading active writers 2026/05/25 05:18:36 DEBUG : Looking for writers 2026/05/25 05:18:36 DEBUG : flat: reading active writers 2026/05/25 05:18:36 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.44s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:36 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:36 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/05/25 05:18:36 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/05/25 05:18:36 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:36 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/a/b/c/deep.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/a/b/c/deep.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/a/b/c/deep.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-tanuvuc5zexo/a/b/c/deep.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:36 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/05/25 05:18:36 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/05/25 05:18:36 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/05/25 05:18:36 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:36 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/a/b/mid.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/a/b/mid.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/a/b/mid.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-tanuvuc5zexo/a/b/mid.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:36 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/05/25 05:18:36 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/05/25 05:18:36 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/05/25 05:18:36 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:36 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/a/top.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/a/top.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/a/top.txt" 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-tanuvuc5zexo/a/top.txt 2026/05/25 05:18:36 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:36 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/05/25 05:18:36 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:36 DEBUG : a/b/c: Looking for writers 2026/05/25 05:18:36 DEBUG : deep.txt: reading active writers 2026/05/25 05:18:36 DEBUG : a/b: Looking for writers 2026/05/25 05:18:36 DEBUG : c: reading active writers 2026/05/25 05:18:36 DEBUG : mid.txt: reading active writers 2026/05/25 05:18:36 DEBUG : a: Looking for writers 2026/05/25 05:18:36 DEBUG : top.txt: reading active writers 2026/05/25 05:18:36 DEBUG : b: reading active writers 2026/05/25 05:18:36 DEBUG : Looking for writers 2026/05/25 05:18:36 DEBUG : a: reading active writers 2026/05/25 05:18:36 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.33s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:36 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:37 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/bigdir/big.bin" 2026/05/25 05:18:37 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:37 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/bigdir/big.bin 2026/05/25 05:18:37 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/bigdir/big.bin" 2026/05/25 05:18:37 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:37 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: f966df80c699404deaf30655078e83c7 /rclone-test-tanuvuc5zexo/bigdir/big.bin 2026/05/25 05:18:37 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:37 DEBUG : bigdir/big.bin: Parsed hash: f966df80c699404deaf30655078e83c7 2026/05/25 05:18:37 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:37 DEBUG : bigdir: Looking for writers 2026/05/25 05:18:37 DEBUG : big.bin: reading active writers 2026/05/25 05:18:37 DEBUG : Looking for writers 2026/05/25 05:18:37 DEBUG : bigdir: reading active writers 2026/05/25 05:18:37 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (1.03s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-tanuvuc5zexo", Local "Local file system at /tmp/rclone3563395796", Modify Window "1s" 2026/05/25 05:18:37 INFO : sftp://rclone@:22/rclone-test-tanuvuc5zexo: poll-interval is not supported by this remote 2026/05/25 05:18:37 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/05/25 05:18:37 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/05/25 05:18:37 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:37 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:37 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir1/a.txt" 2026/05/25 05:18:37 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:37 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir1/a.txt 2026/05/25 05:18:37 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir1/a.txt" 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-tanuvuc5zexo/dir1/a.txt 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:38 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/05/25 05:18:38 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/05/25 05:18:38 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/05/25 05:18:38 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:38 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir2/b.txt" 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir2/b.txt 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir2/b.txt" 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: 415290769594460e2e485922904f345d /rclone-test-tanuvuc5zexo/dir2/b.txt 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:38 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/05/25 05:18:38 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/05/25 05:18:38 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/05/25 05:18:38 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/25 05:18:38 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Shell path "/rclone-test-tanuvuc5zexo/dir3/c.txt" 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: creating additional session 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Running remote command: md5sum /rclone-test-tanuvuc5zexo/dir3/c.txt 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tanuvuc5zexo/dir3/c.txt" 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: command exited OK 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-tanuvuc5zexo/dir3/c.txt 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: ssh external: close 2026/05/25 05:18:38 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/05/25 05:18:38 DEBUG : WaitForWriters: timeout=30s 2026/05/25 05:18:38 DEBUG : dir1: Looking for writers 2026/05/25 05:18:38 DEBUG : a.txt: reading active writers 2026/05/25 05:18:38 DEBUG : dir2: Looking for writers 2026/05/25 05:18:38 DEBUG : b.txt: reading active writers 2026/05/25 05:18:38 DEBUG : dir3: Looking for writers 2026/05/25 05:18:38 DEBUG : c.txt: reading active writers 2026/05/25 05:18:38 DEBUG : Looking for writers 2026/05/25 05:18:38 DEBUG : dir1: reading active writers 2026/05/25 05:18:38 DEBUG : dir2: reading active writers 2026/05/25 05:18:38 DEBUG : dir3: reading active writers 2026/05/25 05:18:38 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.35s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/05/25 05:18:38 DEBUG : sftp://rclone@:22/rclone-test-tanuvuc5zexo: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.470211074s (try 1/5)