"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/07/14 04:29:02 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-niyibot1cisu" 2026/07/14 04:29:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 04:29:02 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/07/14 04:29:02 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/07/14 04:29:02 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/07/14 04:29:02 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/07/14 04:29:02 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/14 04:29:02 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/14 04:29:02 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell type "unix" from config 2026/07/14 04:29:02 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Relative path resolved to "/rclone-test-niyibot1cisu" 2026/07/14 04:29:02 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Using root directory "/rclone-test-niyibot1cisu" 2026/07/14 04:29:02 DEBUG : Creating backend with remote "/tmp/rclone1264115136" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:02 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:02 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:02 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:02 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:02 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:03 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:03 DEBUG : dir: Looking for writers 2026/07/14 04:29:03 DEBUG : Looking for writers 2026/07/14 04:29:03 DEBUG : dir: reading active writers 2026/07/14 04:29:03 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.22s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:03 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:03 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:03 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/subdir/file3" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/subdir/file3 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/subdir/file3" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-niyibot1cisu/dir/subdir/file3 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:03 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/subdir/file3" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/subdir/file3 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/subdir/file3" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-niyibot1cisu/dir/subdir/file3 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:03 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/07/14 04:29:03 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:03 DEBUG : dir/subdir: Looking for writers 2026/07/14 04:29:03 DEBUG : dir: Looking for writers 2026/07/14 04:29:03 DEBUG : file2: reading active writers 2026/07/14 04:29:03 DEBUG : subdir: reading active writers 2026/07/14 04:29:03 DEBUG : file1: reading active writers 2026/07/14 04:29:03 DEBUG : Looking for writers 2026/07/14 04:29:03 DEBUG : dir: reading active writers 2026/07/14 04:29:03 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.65s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:03 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:03 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:04 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:04 DEBUG : dir: Looking for writers 2026/07/14 04:29:04 DEBUG : file1: reading active writers 2026/07/14 04:29:04 DEBUG : Looking for writers 2026/07/14 04:29:04 DEBUG : dir: reading active writers 2026/07/14 04:29:04 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:04 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:04 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:04 DEBUG : dir: Looking for writers 2026/07/14 04:29:04 DEBUG : Looking for writers 2026/07/14 04:29:04 DEBUG : dir: reading active writers 2026/07/14 04:29:04 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.22s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:04 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:04 DEBUG : dir: forgetting directory cache 2026/07/14 04:29:04 DEBUG : forgetting directory cache 2026/07/14 04:29:04 DEBUG : dir: forgetting directory cache 2026/07/14 04:29:04 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:04 DEBUG : Looking for writers 2026/07/14 04:29:04 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.23s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:04 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:04 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/07/14 04:29:04 DEBUG : dir: invalidating directory cache 2026/07/14 04:29:04 DEBUG : >ForgetPath: 2026/07/14 04:29:04 DEBUG : ForgetPath: relativePath="dir", type=0 2026/07/14 04:29:04 DEBUG : invalidating directory cache 2026/07/14 04:29:04 DEBUG : dir: forgetting directory cache 2026/07/14 04:29:04 DEBUG : >ForgetPath: 2026/07/14 04:29:04 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/07/14 04:29:04 DEBUG : >ForgetPath: 2026/07/14 04:29:04 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:04 DEBUG : dir: Looking for writers 2026/07/14 04:29:04 DEBUG : Looking for writers 2026/07/14 04:29:04 DEBUG : dir: reading active writers 2026/07/14 04:29:04 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.22s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:04 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:04 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/fil/a/b/c" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/fil/a/b/c 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/fil/a/b/c" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-niyibot1cisu/fil/a/b/c 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:05 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/fil/a/b/c" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/fil/a/b/c 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/fil/a/b/c" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-niyibot1cisu/fil/a/b/c 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:05 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:05 DEBUG : forgetting directory cache 2026/07/14 04:29:05 DEBUG : dir: forgetting directory cache 2026/07/14 04:29:05 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:05 DEBUG : dir: Looking for writers 2026/07/14 04:29:05 DEBUG : fil/a/b: Looking for writers 2026/07/14 04:29:05 DEBUG : fil/a: Looking for writers 2026/07/14 04:29:05 DEBUG : b: reading active writers 2026/07/14 04:29:05 DEBUG : fil: Looking for writers 2026/07/14 04:29:05 DEBUG : a: reading active writers 2026/07/14 04:29:05 DEBUG : Looking for writers 2026/07/14 04:29:05 DEBUG : dir: reading active writers 2026/07/14 04:29:05 DEBUG : fil: reading active writers 2026/07/14 04:29:05 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.73s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:05 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:05 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:05 DEBUG : dir: Looking for writers 2026/07/14 04:29:05 DEBUG : Looking for writers 2026/07/14 04:29:05 DEBUG : dir: reading active writers 2026/07/14 04:29:05 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.21s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:05 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:05 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:05 DEBUG : dir: Looking for writers 2026/07/14 04:29:05 DEBUG : file1: reading active writers 2026/07/14 04:29:05 DEBUG : Looking for writers 2026/07/14 04:29:05 DEBUG : dir: reading active writers 2026/07/14 04:29:05 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.23s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:05 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:05 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:06 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:06 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/subdir/file3" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/subdir/file3 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/subdir/file3" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-niyibot1cisu/dir/subdir/file3 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:06 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/subdir/file3" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/subdir/file3 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/subdir/file3" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-niyibot1cisu/dir/subdir/file3 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:06 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/07/14 04:29:06 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/07/14 04:29:06 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/07/14 04:29:06 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/14 04:29:06 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/07/14 04:29:06 DEBUG : Waiting for deletions to finish 2026/07/14 04:29:06 INFO : dir/subdir/file3: Deleted 2026/07/14 04:29:06 DEBUG : removing 1 level 2 directories 2026/07/14 04:29:06 INFO : dir/subdir: Removing directory 2026/07/14 04:29:06 DEBUG : dir: invalidating directory cache 2026/07/14 04:29:06 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/07/14 04:29:06 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/07/14 04:29:06 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/07/14 04:29:06 DEBUG : dir/file1: Reset virtual modtime 2026/07/14 04:29:06 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/07/14 04:29:06 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/14 04:29:06 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/07/14 04:29:06 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/07/14 04:29:06 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:06 DEBUG : dir: invalidating directory cache 2026/07/14 04:29:06 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/07/14 04:29:06 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/07/14 04:29:06 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/14 04:29:06 DEBUG : forgetting directory cache 2026/07/14 04:29:06 DEBUG : dir: forgetting directory cache 2026/07/14 04:29:06 DEBUG : dir/virtualDir: forgetting directory cache 2026/07/14 04:29:06 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:06 DEBUG : dir/virtualDir: Looking for writers 2026/07/14 04:29:06 DEBUG : dir: Looking for writers 2026/07/14 04:29:06 DEBUG : file1: reading active writers 2026/07/14 04:29:06 DEBUG : virtualFile2: reading active writers 2026/07/14 04:29:06 DEBUG : virtualFile: reading active writers 2026/07/14 04:29:06 DEBUG : virtualDir: reading active writers 2026/07/14 04:29:06 DEBUG : Looking for writers 2026/07/14 04:29:06 DEBUG : dir: reading active writers 2026/07/14 04:29:06 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.62s) --- PASS: TestDirReadDirAll/Virtual (0.02s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:06 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:06 ERROR : dir/: Can only open directories read only 2026/07/14 04:29:06 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:06 DEBUG : dir: Looking for writers 2026/07/14 04:29:06 DEBUG : Looking for writers 2026/07/14 04:29:06 DEBUG : dir: reading active writers 2026/07/14 04:29:06 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:06 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:06 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:07 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:07 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/14 04:29:07 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/07/14 04:29:07 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (5 bytes), uploading instead of streaming 2026/07/14 04:29:07 DEBUG : dir/potato: size = 5 OK 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/potato" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/potato 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/potato" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/dir/potato 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:07 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:07 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/14 04:29:07 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/07/14 04:29:07 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/14 04:29:07 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:07 DEBUG : dir: Looking for writers 2026/07/14 04:29:07 DEBUG : file1: reading active writers 2026/07/14 04:29:07 DEBUG : potato: reading active writers 2026/07/14 04:29:07 DEBUG : Looking for writers 2026/07/14 04:29:07 DEBUG : dir: reading active writers 2026/07/14 04:29:07 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.43s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:07 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:07 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:07 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:07 DEBUG : dir/sub: Looking for writers 2026/07/14 04:29:07 DEBUG : dir: Looking for writers 2026/07/14 04:29:07 DEBUG : file1: reading active writers 2026/07/14 04:29:07 DEBUG : sub: reading active writers 2026/07/14 04:29:07 DEBUG : Looking for writers 2026/07/14 04:29:07 DEBUG : dir: reading active writers 2026/07/14 04:29:07 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.51s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:07 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:07 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/14 04:29:07 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:07 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:08 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:08 DEBUG : dir/sub/subsub: Looking for writers 2026/07/14 04:29:08 DEBUG : dir/sub: Looking for writers 2026/07/14 04:29:08 DEBUG : subsub: reading active writers 2026/07/14 04:29:08 DEBUG : dir: Looking for writers 2026/07/14 04:29:08 DEBUG : file1: reading active writers 2026/07/14 04:29:08 DEBUG : sub: reading active writers 2026/07/14 04:29:08 DEBUG : Looking for writers 2026/07/14 04:29:08 DEBUG : dir: reading active writers 2026/07/14 04:29:08 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.43s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:08 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:08 ERROR : dir/: Dir.Remove not empty 2026/07/14 04:29:08 DEBUG : dir/file1: Remove: 2026/07/14 04:29:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:08 DEBUG : dir/file1: >Remove: err= 2026/07/14 04:29:08 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/14 04:29:08 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:08 DEBUG : Looking for writers 2026/07/14 04:29:08 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.22s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:08 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:08 DEBUG : dir/file1: Remove: 2026/07/14 04:29:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:08 DEBUG : dir/file1: >Remove: err= 2026/07/14 04:29:08 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/14 04:29:08 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:08 DEBUG : Looking for writers 2026/07/14 04:29:08 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.15s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:08 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:08 DEBUG : dir/file1: Remove: 2026/07/14 04:29:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:08 DEBUG : dir/file1: >Remove: err= 2026/07/14 04:29:08 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:08 DEBUG : dir: Looking for writers 2026/07/14 04:29:08 DEBUG : Looking for writers 2026/07/14 04:29:08 DEBUG : dir: reading active writers 2026/07/14 04:29:08 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.28s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:08 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:08 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file3" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file3 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file3" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-niyibot1cisu/dir/file3 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:09 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file3" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file3 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file3" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-niyibot1cisu/dir/file3 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:09 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/14 04:29:09 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/07/14 04:29:09 DEBUG : dir: Updating dir with dir2 0x4c501c43d40 2026/07/14 04:29:09 DEBUG : dir: forgetting directory cache 2026/07/14 04:29:09 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/14 04:29:09 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir2/file1" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir2/file1 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir2/file1" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir2/file1 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:09 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir2/file1" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir2/file1 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir2/file1" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir2/file1 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:09 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir2/file3" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir2/file3 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir2/file3" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-niyibot1cisu/dir2/file3 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:09 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir2/file3" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir2/file3 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir2/file3" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-niyibot1cisu/dir2/file3 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:09 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/14 04:29:09 INFO : dir2/file1: Moved (server-side) to: file2 2026/07/14 04:29:09 DEBUG : file2: Updating file with file2 0x4c502189110 2026/07/14 04:29:09 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:09 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file2" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file2 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file2" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/file2 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:09 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file2" 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/file2 2026/07/14 04:29:09 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/file2" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/file2 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:10 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir2/file3" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir2/file3 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir2/file3" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-niyibot1cisu/dir2/file3 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:10 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir2/file3" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir2/file3 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir2/file3" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-niyibot1cisu/dir2/file3 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:10 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/14 04:29:10 INFO : dir2/file3: Deleted 2026/07/14 04:29:10 INFO : file2: Moved (server-side) to: dir2/file3 2026/07/14 04:29:10 DEBUG : dir2/file3: Updating file with dir2/file3 0x4c502189110 2026/07/14 04:29:10 DEBUG : Added virtual directory entry vDel: "file2" 2026/07/14 04:29:10 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir2/file3" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir2/file3 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir2/file3" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir2/file3 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:10 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir2/file3" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir2/file3 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir2/file3" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir2/file3 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:10 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:10 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/07/14 04:29:10 DEBUG : empty directory: Updating dir with renamed empty directory 0x4c50246ef70 2026/07/14 04:29:10 DEBUG : empty directory: forgetting directory cache 2026/07/14 04:29:10 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/07/14 04:29:10 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/07/14 04:29:10 DEBUG : dir2: Renaming to "dir3" 2026/07/14 04:29:10 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:10 DEBUG : dir3: Looking for writers 2026/07/14 04:29:10 DEBUG : file3: reading active writers 2026/07/14 04:29:10 DEBUG : renamed empty directory: Looking for writers 2026/07/14 04:29:10 DEBUG : Looking for writers 2026/07/14 04:29:10 DEBUG : dir3: reading active writers 2026/07/14 04:29:10 DEBUG : renamed empty directory: reading active writers 2026/07/14 04:29:10 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.75s) === 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-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:10 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:10 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/14 04:29:10 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:10 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/14 04:29:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/14 04:29:10 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/07/14 04:29:10 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/07/14 04:29:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/14 04:29:10 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:10 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/14 04:29:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/14 04:29:10 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/07/14 04:29:10 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/07/14 04:29:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (12 bytes), uploading instead of streaming 2026/07/14 04:29:10 DEBUG : dir/sub/file2: size = 12 OK 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/sub/file2" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/sub/file2 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/sub/file2" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-niyibot1cisu/dir/sub/file2 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:10 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/07/14 04:29:10 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/07/14 04:29:10 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/07/14 04:29:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/14 04:29:10 DEBUG : forgetting directory cache 2026/07/14 04:29:10 DEBUG : dir: forgetting directory cache 2026/07/14 04:29:10 DEBUG : dir/sub: forgetting directory cache 2026/07/14 04:29:10 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/07/14 04:29:10 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (5 bytes), uploading instead of streaming 2026/07/14 04:29:10 DEBUG : dir/sub/file0: size = 5 OK 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/sub/file0" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/sub/file0 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/sub/file0" 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/dir/sub/file0 2026/07/14 04:29:10 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:10 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:10 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/14 04:29:10 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/07/14 04:29:10 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/14 04:29:10 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:10 DEBUG : dir/sub: Looking for writers 2026/07/14 04:29:10 DEBUG : file0: reading active writers 2026/07/14 04:29:10 DEBUG : file2: reading active writers 2026/07/14 04:29:10 DEBUG : dir: Looking for writers 2026/07/14 04:29:10 DEBUG : file1: reading active writers 2026/07/14 04:29:10 DEBUG : sub: reading active writers 2026/07/14 04:29:10 DEBUG : Looking for writers 2026/07/14 04:29:10 DEBUG : dir: reading active writers 2026/07/14 04:29:10 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.41s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:10 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:10 DEBUG : forgetting directory cache 2026/07/14 04:29:12 DEBUG : forgetting directory cache 2026/07/14 04:29:12 DEBUG : dir: forgetting directory cache 2026/07/14 04:29:12 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:12 DEBUG : dir: Looking for writers 2026/07/14 04:29:12 DEBUG : Looking for writers 2026/07/14 04:29:12 DEBUG : dir: reading active writers 2026/07/14 04:29:12 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:12 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/07/14 04:29:12 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:12 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/07/14 04:29:12 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/07/14 04:29:12 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/07/14 04:29:12 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:12 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:12 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/07/14 04:29:12 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:12 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/07/14 04:29:12 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/07/14 04:29:12 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/07/14 04:29:12 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:12 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:12 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:12 DEBUG : dir: Looking for writers 2026/07/14 04:29:12 DEBUG : file1.metadata: reading active writers 2026/07/14 04:29:12 DEBUG : file1: reading active writers 2026/07/14 04:29:12 DEBUG : Looking for writers 2026/07/14 04:29:12 DEBUG : dir: reading active writers 2026/07/14 04:29:12 DEBUG : dir.metadata: reading active writers 2026/07/14 04:29:12 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:12 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:12 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:12 DEBUG : dir: Looking for writers 2026/07/14 04:29:12 DEBUG : file1: reading active writers 2026/07/14 04:29:12 DEBUG : Looking for writers 2026/07/14 04:29:12 DEBUG : dir: reading active writers 2026/07/14 04:29:12 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-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:12 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:12 DEBUG : Can set mod time: true 2026/07/14 04:29:12 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:12 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:12 DEBUG : dir: Looking for writers 2026/07/14 04:29:12 DEBUG : file1: reading active writers 2026/07/14 04:29:12 DEBUG : Looking for writers 2026/07/14 04:29:12 DEBUG : dir: reading active writers 2026/07/14 04:29:12 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:12 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:12 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:13 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/14 04:29:13 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/14 04:29:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (0 bytes), uploading instead of streaming 2026/07/14 04:29:13 DEBUG : dir/file1: size = 0 OK 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:13 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/14 04:29:13 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/14 04:29:13 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/14 04:29:13 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/14 04:29:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:13 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:13 DEBUG : dir: Looking for writers 2026/07/14 04:29:13 DEBUG : file1: reading active writers 2026/07/14 04:29:13 DEBUG : Looking for writers 2026/07/14 04:29:13 DEBUG : dir: reading active writers 2026/07/14 04:29:13 DEBUG : >WaitForWriters: 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:13 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:13 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/14 04:29:13 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:13 DEBUG : dir: Looking for writers 2026/07/14 04:29:13 DEBUG : file1: reading active writers 2026/07/14 04:29:13 DEBUG : Looking for writers 2026/07/14 04:29:13 DEBUG : dir: reading active writers 2026/07/14 04:29:13 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:13 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:13 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/14 04:29:13 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/14 04:29:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (5 bytes), uploading instead of streaming 2026/07/14 04:29:13 DEBUG : dir/file1: size = 5 OK 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:13 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:13 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/14 04:29:13 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/14 04:29:13 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/14 04:29:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:13 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:13 DEBUG : dir: Looking for writers 2026/07/14 04:29:13 DEBUG : file1: reading active writers 2026/07/14 04:29:13 DEBUG : Looking for writers 2026/07/14 04:29:13 DEBUG : dir: reading active writers 2026/07/14 04:29:13 DEBUG : >WaitForWriters: 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:13 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:13 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/14 04:29:13 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:13 DEBUG : dir: Looking for writers 2026/07/14 04:29:13 DEBUG : file1: reading active writers 2026/07/14 04:29:13 DEBUG : Looking for writers 2026/07/14 04:29:13 DEBUG : dir: reading active writers 2026/07/14 04:29:13 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:13 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:13 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:13 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:14 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:14 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:14 DEBUG : dir: Looking for writers 2026/07/14 04:29:14 DEBUG : file1: reading active writers 2026/07/14 04:29:14 DEBUG : Looking for writers 2026/07/14 04:29:14 DEBUG : dir: reading active writers 2026/07/14 04:29:14 DEBUG : >WaitForWriters: 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:14 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:14 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:14 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/14 04:29:14 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:14 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:14 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:14 DEBUG : dir/file1(0x4c5021978c0): close: 2026/07/14 04:29:14 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/14 04:29:14 DEBUG : dir/file1(0x4c5021978c0): >close: err= 2026/07/14 04:29:14 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:14 DEBUG : dir: Looking for writers 2026/07/14 04:29:14 DEBUG : file1: reading active writers 2026/07/14 04:29:14 DEBUG : Looking for writers 2026/07/14 04:29:14 DEBUG : dir: reading active writers 2026/07/14 04:29:14 DEBUG : >WaitForWriters: 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:14 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:14 DEBUG : dir: Looking for writers 2026/07/14 04:29:14 DEBUG : file1: reading active writers 2026/07/14 04:29:14 DEBUG : Looking for writers 2026/07/14 04:29:14 DEBUG : dir: reading active writers 2026/07/14 04:29:14 DEBUG : >WaitForWriters: 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:14 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:14 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:14 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/14 04:29:14 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:14 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:14 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:14 DEBUG : dir/file1(0x4c501d93b00): _writeAt: size=5, off=0 2026/07/14 04:29:14 DEBUG : dir/file1(0x4c501d93b00): openPending: 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:14 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:14 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/14 04:29:14 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/14 04:29:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:14 DEBUG : dir/file1(0x4c501d93b00): >openPending: err= 2026/07/14 04:29:14 DEBUG : dir/file1(0x4c501d93b00): >_writeAt: n=5, err= 2026/07/14 04:29:14 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/14 04:29:14 DEBUG : dir/file1(0x4c501d93b00): close: 2026/07/14 04:29:14 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/07/14 04:29:14 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/07/14 04:29:14 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/07/14 04:29:14 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/14 04:29:14 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/14 04:29:14 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:14 DEBUG : dir/file1(0x4c501d93b00): >close: err= 2026/07/14 04:29:14 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:14 DEBUG : dir: Looking for writers 2026/07/14 04:29:14 DEBUG : file1: reading active writers 2026/07/14 04:29:14 DEBUG : Looking for writers 2026/07/14 04:29:14 DEBUG : dir: reading active writers 2026/07/14 04:29:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:14 DEBUG : dir: Looking for writers 2026/07/14 04:29:14 DEBUG : file1: reading active writers 2026/07/14 04:29:14 DEBUG : Looking for writers 2026/07/14 04:29:14 DEBUG : dir: reading active writers 2026/07/14 04:29:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:14 DEBUG : dir: Looking for writers 2026/07/14 04:29:14 DEBUG : file1: reading active writers 2026/07/14 04:29:14 DEBUG : Looking for writers 2026/07/14 04:29:14 DEBUG : dir: reading active writers 2026/07/14 04:29:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:15 DEBUG : dir: Looking for writers 2026/07/14 04:29:15 DEBUG : file1: reading active writers 2026/07/14 04:29:15 DEBUG : Looking for writers 2026/07/14 04:29:15 DEBUG : dir: reading active writers 2026/07/14 04:29:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:15 DEBUG : dir/file1: vfs cache: starting upload 2026/07/14 04:29:15 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1.2f98c60a.partial" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1.2f98c60a.partial 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1.2f98c60a.partial" 2026/07/14 04:29:15 DEBUG : dir: Looking for writers 2026/07/14 04:29:15 DEBUG : file1: reading active writers 2026/07/14 04:29:15 DEBUG : Looking for writers 2026/07/14 04:29:15 DEBUG : dir: reading active writers 2026/07/14 04:29:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-niyibot1cisu/dir/file1.2f98c60a.partial 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:15 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/14 04:29:15 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/07/14 04:29:15 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/07/14 04:29:15 INFO : dir/file1: Copied (replaced existing) 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:15 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/14 04:29:15 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/07/14 04:29:15 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/14 04:29:15 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/07/14 04:29:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:15 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/14 04:29:15 DEBUG : dir: Looking for writers 2026/07/14 04:29:15 DEBUG : file1: reading active writers 2026/07/14 04:29:15 DEBUG : Looking for writers 2026/07/14 04:29:15 DEBUG : dir: reading active writers 2026/07/14 04:29:15 DEBUG : >WaitForWriters: 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:15 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:15 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/07/14 04:29:15 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:15 DEBUG : dir: Looking for writers 2026/07/14 04:29:15 DEBUG : file1: reading active writers 2026/07/14 04:29:15 DEBUG : Looking for writers 2026/07/14 04:29:15 DEBUG : dir: reading active writers 2026/07/14 04:29:15 DEBUG : >WaitForWriters: 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.04s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.53s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.51s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.38s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.35s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.85s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:15 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:15 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/14 04:29:15 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/14 04:29:15 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:15 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:15 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:15 DEBUG : dir: Looking for writers 2026/07/14 04:29:15 DEBUG : file1: reading active writers 2026/07/14 04:29:15 DEBUG : Looking for writers 2026/07/14 04:29:15 DEBUG : dir: reading active writers 2026/07/14 04:29:15 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.31s) === RUN TestFileOpenReadUnknownSize 2026/07/14 04:29:15 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/07/14 04:29:15 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/14 04:29:15 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:15 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/07/14 04:29:15 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:15 DEBUG : Looking for writers 2026/07/14 04:29:15 DEBUG : file.txt: reading active writers 2026/07/14 04:29:15 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:15 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (25 bytes), uploading instead of streaming 2026/07/14 04:29:15 DEBUG : dir/file1: size = 25 OK 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:15 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:16 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:16 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/14 04:29:16 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/14 04:29:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:16 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:16 DEBUG : dir: Looking for writers 2026/07/14 04:29:16 DEBUG : file1: reading active writers 2026/07/14 04:29:16 DEBUG : Looking for writers 2026/07/14 04:29:16 DEBUG : dir: reading active writers 2026/07/14 04:29:16 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.31s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:16 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:16 DEBUG : dir/file1: Remove: 2026/07/14 04:29:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:16 DEBUG : dir/file1: >Remove: err= 2026/07/14 04:29:16 DEBUG : dir/file1: Remove: 2026/07/14 04:29:16 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/14 04:29:16 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:16 DEBUG : dir: Looking for writers 2026/07/14 04:29:16 DEBUG : Looking for writers 2026/07/14 04:29:16 DEBUG : dir: reading active writers 2026/07/14 04:29:16 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:16 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:16 DEBUG : dir/file1: Remove: 2026/07/14 04:29:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:16 DEBUG : dir/file1: >Remove: err= 2026/07/14 04:29:16 DEBUG : dir/file1: Remove: 2026/07/14 04:29:16 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/14 04:29:16 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:16 DEBUG : dir: Looking for writers 2026/07/14 04:29:16 DEBUG : Looking for writers 2026/07/14 04:29:16 DEBUG : dir: reading active writers 2026/07/14 04:29:16 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:16 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:16 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/14 04:29:16 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/14 04:29:16 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/14 04:29:16 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/14 04:29:16 DEBUG : dir/file1: Open: flags=O_RDWR 2026/07/14 04:29:16 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/14 04:29:16 DEBUG : dir/file1: Open: flags=0x3 2026/07/14 04:29:16 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/07/14 04:29:16 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/07/14 04:29:16 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:16 DEBUG : dir: Looking for writers 2026/07/14 04:29:16 DEBUG : file1: reading active writers 2026/07/14 04:29:16 DEBUG : Looking for writers 2026/07/14 04:29:16 DEBUG : dir: reading active writers 2026/07/14 04:29:16 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:16 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:16 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:16 DEBUG : dir: Looking for writers 2026/07/14 04:29:16 DEBUG : file1: reading active writers 2026/07/14 04:29:16 DEBUG : Looking for writers 2026/07/14 04:29:16 DEBUG : dir: reading active writers 2026/07/14 04:29:16 DEBUG : >WaitForWriters: 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:16 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:17 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/14 04:29:17 DEBUG : newLeaf: Updating file with newLeaf 0x4c50278f860 2026/07/14 04:29:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:17 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:17 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:17 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/14 04:29:17 DEBUG : dir/file1: Updating file with dir/file1 0x4c50278f860 2026/07/14 04:29:17 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/14 04:29:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:17 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/14 04:29:17 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/14 04:29:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:17 DEBUG : dir/file1: File is currently open, delaying rename 0x4c50278f860 2026/07/14 04:29:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (25 bytes), uploading instead of streaming 2026/07/14 04:29:17 DEBUG : dir/file1: size = 25 OK 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:17 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:17 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/14 04:29:17 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/14 04:29:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:17 DEBUG : newLeaf: Running delayed rename now 2026/07/14 04:29:17 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/14 04:29:17 DEBUG : newLeaf: Updating file with newLeaf 0x4c50278f860 2026/07/14 04:29:17 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:17 DEBUG : dir: Looking for writers 2026/07/14 04:29:17 DEBUG : Looking for writers 2026/07/14 04:29:17 DEBUG : dir: reading active writers 2026/07/14 04:29:17 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:17 DEBUG : >WaitForWriters: 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:17 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:17 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/14 04:29:17 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:17 DEBUG : dir: Looking for writers 2026/07/14 04:29:17 DEBUG : Looking for writers 2026/07/14 04:29:17 DEBUG : dir: reading active writers 2026/07/14 04:29:17 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:17 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:17 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:17 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:17 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:18 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:18 DEBUG : dir: Looking for writers 2026/07/14 04:29:18 DEBUG : file1: reading active writers 2026/07/14 04:29:18 DEBUG : Looking for writers 2026/07/14 04:29:18 DEBUG : dir: reading active writers 2026/07/14 04:29:18 DEBUG : >WaitForWriters: 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:18 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/14 04:29:18 DEBUG : newLeaf: Updating file with newLeaf 0x4c502340f70 2026/07/14 04:29:18 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:18 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:18 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:18 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/14 04:29:18 DEBUG : dir/file1: Updating file with dir/file1 0x4c502340f70 2026/07/14 04:29:18 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/14 04:29:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:18 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/14 04:29:18 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/14 04:29:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:18 DEBUG : dir/file1: File is currently open, delaying rename 0x4c502340f70 2026/07/14 04:29:18 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (25 bytes), uploading instead of streaming 2026/07/14 04:29:18 DEBUG : dir/file1: size = 25 OK 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:18 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:18 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/14 04:29:18 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/14 04:29:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:18 DEBUG : newLeaf: Running delayed rename now 2026/07/14 04:29:18 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/14 04:29:18 DEBUG : newLeaf: Updating file with newLeaf 0x4c502340f70 2026/07/14 04:29:18 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:18 DEBUG : dir: Looking for writers 2026/07/14 04:29:18 DEBUG : Looking for writers 2026/07/14 04:29:18 DEBUG : dir: reading active writers 2026/07/14 04:29:18 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:18 DEBUG : >WaitForWriters: 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:18 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:18 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/14 04:29:18 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:18 DEBUG : dir: Looking for writers 2026/07/14 04:29:18 DEBUG : Looking for writers 2026/07/14 04:29:18 DEBUG : dir: reading active writers 2026/07/14 04:29:18 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:18 DEBUG : >WaitForWriters: 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:18 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:18 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:18 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:19 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/14 04:29:19 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:19 DEBUG : dir/file1(0x4c501c7e6c0): openPending: 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:19 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/14 04:29:19 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/14 04:29:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:19 DEBUG : dir/file1(0x4c501c7e6c0): >openPending: err= 2026/07/14 04:29:19 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/14 04:29:19 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:19 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:19 DEBUG : dir/file1(0x4c501c7e6c0): _writeAt: size=14, off=0 2026/07/14 04:29:19 DEBUG : dir/file1(0x4c501c7e6c0): >_writeAt: n=14, err= 2026/07/14 04:29:19 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/14 04:29:19 DEBUG : dir/file1(0x4c501c7e6c0): close: 2026/07/14 04:29:19 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/14 04:29:19 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/14 04:29:19 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:19 DEBUG : dir/file1(0x4c501c7e6c0): >close: err= 2026/07/14 04:29:19 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:19 DEBUG : dir: Looking for writers 2026/07/14 04:29:19 DEBUG : file1: reading active writers 2026/07/14 04:29:19 DEBUG : Looking for writers 2026/07/14 04:29:19 DEBUG : dir: reading active writers 2026/07/14 04:29:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:19 DEBUG : dir: Looking for writers 2026/07/14 04:29:19 DEBUG : file1: reading active writers 2026/07/14 04:29:19 DEBUG : Looking for writers 2026/07/14 04:29:19 DEBUG : dir: reading active writers 2026/07/14 04:29:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:19 DEBUG : dir: Looking for writers 2026/07/14 04:29:19 DEBUG : file1: reading active writers 2026/07/14 04:29:19 DEBUG : Looking for writers 2026/07/14 04:29:19 DEBUG : dir: reading active writers 2026/07/14 04:29:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:19 DEBUG : dir: Looking for writers 2026/07/14 04:29:19 DEBUG : file1: reading active writers 2026/07/14 04:29:19 DEBUG : Looking for writers 2026/07/14 04:29:19 DEBUG : dir: reading active writers 2026/07/14 04:29:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:19 DEBUG : dir/file1: vfs cache: starting upload 2026/07/14 04:29:19 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1.ca338588.partial" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1.ca338588.partial 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1.ca338588.partial" 2026/07/14 04:29:19 DEBUG : dir: Looking for writers 2026/07/14 04:29:19 DEBUG : file1: reading active writers 2026/07/14 04:29:19 DEBUG : Looking for writers 2026/07/14 04:29:19 DEBUG : dir: reading active writers 2026/07/14 04:29:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1.ca338588.partial 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:19 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:19 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/14 04:29:19 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/14 04:29:19 INFO : dir/file1: Copied (replaced existing) 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:19 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/14 04:29:19 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/14 04:29:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:19 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/14 04:29:19 DEBUG : dir: Looking for writers 2026/07/14 04:29:19 DEBUG : file1: reading active writers 2026/07/14 04:29:19 DEBUG : Looking for writers 2026/07/14 04:29:19 DEBUG : dir: reading active writers 2026/07/14 04:29:19 DEBUG : >WaitForWriters: 2026/07/14 04:29:19 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/14 04:29:19 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:19 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:19 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:19 DEBUG : dir/file1(0x4c501d92a80): _readAt: size=512, off=0 2026/07/14 04:29:19 DEBUG : dir/file1(0x4c501d92a80): openPending: 2026/07/14 04:29:19 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/14 04:29:19 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/14 04:29:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:19 DEBUG : dir/file1(0x4c501d92a80): >openPending: err= 2026/07/14 04:29:19 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/14 04:29:19 DEBUG : dir/file1(0x4c501d92a80): >_readAt: n=14, err=EOF 2026/07/14 04:29:19 DEBUG : dir/file1(0x4c501d92a80): close: 2026/07/14 04:29:19 DEBUG : dir/file1(0x4c501d92a80): >close: err= 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:19 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:19 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/14 04:29:19 DEBUG : newLeaf: Updating file with newLeaf 0x4c50297c000 2026/07/14 04:29:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:19 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:19 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:19 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:20 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/14 04:29:20 DEBUG : dir/file1: Updating file with dir/file1 0x4c50297c000 2026/07/14 04:29:20 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/14 04:29:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:20 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/14 04:29:20 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:20 DEBUG : dir/file1(0x4c502494000): openPending: 2026/07/14 04:29:20 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/14 04:29:20 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/14 04:29:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:20 DEBUG : dir/file1(0x4c502494000): >openPending: err= 2026/07/14 04:29:20 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/14 04:29:20 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:20 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:20 DEBUG : dir/file1(0x4c502494000): _writeAt: size=25, off=0 2026/07/14 04:29:20 DEBUG : dir/file1(0x4c502494000): >_writeAt: n=25, err= 2026/07/14 04:29:20 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:20 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:20 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/14 04:29:20 DEBUG : newLeaf: Updating file with newLeaf 0x4c50297c000 2026/07/14 04:29:20 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:20 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:20 DEBUG : newLeaf(0x4c502494000): close: 2026/07/14 04:29:20 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/14 04:29:20 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-14 04:29:20.277299139 +0000 UTC m=+17.483676887 2026/07/14 04:29:20 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:20 DEBUG : newLeaf(0x4c502494000): >close: err= 2026/07/14 04:29:20 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:20 DEBUG : dir: Looking for writers 2026/07/14 04:29:20 DEBUG : Looking for writers 2026/07/14 04:29:20 DEBUG : dir: reading active writers 2026/07/14 04:29:20 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:20 DEBUG : dir: Looking for writers 2026/07/14 04:29:20 DEBUG : Looking for writers 2026/07/14 04:29:20 DEBUG : dir: reading active writers 2026/07/14 04:29:20 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:20 DEBUG : dir: Looking for writers 2026/07/14 04:29:20 DEBUG : Looking for writers 2026/07/14 04:29:20 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:20 DEBUG : dir: reading active writers 2026/07/14 04:29:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:20 DEBUG : dir: Looking for writers 2026/07/14 04:29:20 DEBUG : Looking for writers 2026/07/14 04:29:20 DEBUG : dir: reading active writers 2026/07/14 04:29:20 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:20 DEBUG : newLeaf: vfs cache: starting upload 2026/07/14 04:29:20 DEBUG : newLeaf.c0a22fca.partial: size = 25 OK 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf.c0a22fca.partial" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf.c0a22fca.partial 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf.c0a22fca.partial" 2026/07/14 04:29:20 DEBUG : dir: Looking for writers 2026/07/14 04:29:20 DEBUG : Looking for writers 2026/07/14 04:29:20 DEBUG : dir: reading active writers 2026/07/14 04:29:20 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/newLeaf.c0a22fca.partial 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:20 DEBUG : newLeaf.c0a22fca.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:20 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/14 04:29:20 DEBUG : newLeaf.c0a22fca.partial: renamed to: newLeaf 2026/07/14 04:29:20 INFO : newLeaf: Copied (replaced existing) 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:20 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:20 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-14 04:29:20 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/14 04:29:20 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/14 04:29:20 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:20 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/14 04:29:20 DEBUG : dir: Looking for writers 2026/07/14 04:29:20 DEBUG : Looking for writers 2026/07/14 04:29:20 DEBUG : dir: reading active writers 2026/07/14 04:29:20 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:20 DEBUG : >WaitForWriters: 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:20 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:20 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/14 04:29:20 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:20 DEBUG : dir: Looking for writers 2026/07/14 04:29:20 DEBUG : Looking for writers 2026/07/14 04:29:20 DEBUG : dir: reading active writers 2026/07/14 04:29:20 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:20 DEBUG : >WaitForWriters: 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:20 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:20 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:20 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:21 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:21 DEBUG : dir: Looking for writers 2026/07/14 04:29:21 DEBUG : file1: reading active writers 2026/07/14 04:29:21 DEBUG : Looking for writers 2026/07/14 04:29:21 DEBUG : dir: reading active writers 2026/07/14 04:29:21 DEBUG : >WaitForWriters: 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:21 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/14 04:29:21 DEBUG : newLeaf: Updating file with newLeaf 0x4c502443ad0 2026/07/14 04:29:21 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:21 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:21 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:21 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:21 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/14 04:29:21 DEBUG : dir/file1: Updating file with dir/file1 0x4c502443ad0 2026/07/14 04:29:21 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/14 04:29:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:21 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/14 04:29:21 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:21 DEBUG : dir/file1(0x4c502819740): openPending: 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:21 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/14 04:29:21 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/14 04:29:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:21 DEBUG : dir/file1(0x4c502819740): >openPending: err= 2026/07/14 04:29:21 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/14 04:29:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:21 DEBUG : dir/file1(0x4c502819740): _writeAt: size=25, off=0 2026/07/14 04:29:21 DEBUG : dir/file1(0x4c502819740): >_writeAt: n=25, err= 2026/07/14 04:29:21 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:21 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:22 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:22 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/14 04:29:22 DEBUG : newLeaf: Updating file with newLeaf 0x4c502443ad0 2026/07/14 04:29:22 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:22 DEBUG : newLeaf(0x4c502819740): close: 2026/07/14 04:29:22 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/14 04:29:22 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-14 04:29:21.892755032 +0000 UTC m=+19.099132779 2026/07/14 04:29:22 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:22 DEBUG : newLeaf(0x4c502819740): >close: err= 2026/07/14 04:29:22 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:22 DEBUG : dir: Looking for writers 2026/07/14 04:29:22 DEBUG : Looking for writers 2026/07/14 04:29:22 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:22 DEBUG : dir: reading active writers 2026/07/14 04:29:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:22 DEBUG : dir: Looking for writers 2026/07/14 04:29:22 DEBUG : Looking for writers 2026/07/14 04:29:22 DEBUG : dir: reading active writers 2026/07/14 04:29:22 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:22 DEBUG : dir: Looking for writers 2026/07/14 04:29:22 DEBUG : Looking for writers 2026/07/14 04:29:22 DEBUG : dir: reading active writers 2026/07/14 04:29:22 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:22 DEBUG : dir: Looking for writers 2026/07/14 04:29:22 DEBUG : Looking for writers 2026/07/14 04:29:22 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:22 DEBUG : dir: reading active writers 2026/07/14 04:29:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:22 DEBUG : newLeaf: vfs cache: starting upload 2026/07/14 04:29:22 DEBUG : newLeaf.2400f23b.partial: size = 25 OK 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf.2400f23b.partial" 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf.2400f23b.partial 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf.2400f23b.partial" 2026/07/14 04:29:22 DEBUG : dir: Looking for writers 2026/07/14 04:29:22 DEBUG : Looking for writers 2026/07/14 04:29:22 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:22 DEBUG : dir: reading active writers 2026/07/14 04:29:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/newLeaf.2400f23b.partial 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:22 DEBUG : newLeaf.2400f23b.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:22 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/14 04:29:22 DEBUG : newLeaf.2400f23b.partial: renamed to: newLeaf 2026/07/14 04:29:22 INFO : newLeaf: Copied (replaced existing) 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:22 DEBUG : dir: Looking for writers 2026/07/14 04:29:22 DEBUG : Looking for writers 2026/07/14 04:29:22 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:22 DEBUG : dir: reading active writers 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:22 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:22 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-14 04:29:21 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/14 04:29:22 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/14 04:29:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:22 DEBUG : >WaitForWriters: 2026/07/14 04:29:22 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:22 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:22 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/14 04:29:22 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:22 DEBUG : dir: Looking for writers 2026/07/14 04:29:22 DEBUG : Looking for writers 2026/07/14 04:29:22 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:22 DEBUG : dir: reading active writers 2026/07/14 04:29:22 DEBUG : >WaitForWriters: 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:22 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:22 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:22 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/14 04:29:22 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:22 DEBUG : dir/file1(0x4c501eb3b00): openPending: 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:22 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:22 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/14 04:29:22 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/14 04:29:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:22 DEBUG : dir/file1(0x4c501eb3b00): >openPending: err= 2026/07/14 04:29:22 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/14 04:29:22 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:22 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:22 DEBUG : dir/file1(0x4c501eb3b00): _writeAt: size=14, off=0 2026/07/14 04:29:22 DEBUG : dir/file1(0x4c501eb3b00): >_writeAt: n=14, err= 2026/07/14 04:29:22 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/14 04:29:22 DEBUG : dir/file1(0x4c501eb3b00): close: 2026/07/14 04:29:22 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/14 04:29:22 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/14 04:29:22 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:22 DEBUG : dir/file1(0x4c501eb3b00): >close: err= 2026/07/14 04:29:22 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:22 DEBUG : dir: Looking for writers 2026/07/14 04:29:22 DEBUG : file1: reading active writers 2026/07/14 04:29:22 DEBUG : Looking for writers 2026/07/14 04:29:22 DEBUG : dir: reading active writers 2026/07/14 04:29:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:22 DEBUG : dir: Looking for writers 2026/07/14 04:29:22 DEBUG : file1: reading active writers 2026/07/14 04:29:22 DEBUG : Looking for writers 2026/07/14 04:29:22 DEBUG : dir: reading active writers 2026/07/14 04:29:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:22 DEBUG : dir: Looking for writers 2026/07/14 04:29:22 DEBUG : file1: reading active writers 2026/07/14 04:29:22 DEBUG : Looking for writers 2026/07/14 04:29:22 DEBUG : dir: reading active writers 2026/07/14 04:29:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:22 DEBUG : dir: Looking for writers 2026/07/14 04:29:22 DEBUG : file1: reading active writers 2026/07/14 04:29:22 DEBUG : Looking for writers 2026/07/14 04:29:22 DEBUG : dir: reading active writers 2026/07/14 04:29:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:23 DEBUG : dir/file1: vfs cache: starting upload 2026/07/14 04:29:23 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1.ca338588.partial" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1.ca338588.partial 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1.ca338588.partial" 2026/07/14 04:29:23 DEBUG : dir: Looking for writers 2026/07/14 04:29:23 DEBUG : file1: reading active writers 2026/07/14 04:29:23 DEBUG : Looking for writers 2026/07/14 04:29:23 DEBUG : dir: reading active writers 2026/07/14 04:29:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1.ca338588.partial 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:23 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:23 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/14 04:29:23 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/14 04:29:23 INFO : dir/file1: Copied (replaced existing) 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:23 DEBUG : dir: Looking for writers 2026/07/14 04:29:23 DEBUG : file1: reading active writers 2026/07/14 04:29:23 DEBUG : Looking for writers 2026/07/14 04:29:23 DEBUG : dir: reading active writers 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:23 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/14 04:29:23 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/14 04:29:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:23 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/14 04:29:23 DEBUG : >WaitForWriters: 2026/07/14 04:29:23 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/14 04:29:23 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:23 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:23 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:23 DEBUG : dir/file1(0x4c502030500): _readAt: size=512, off=0 2026/07/14 04:29:23 DEBUG : dir/file1(0x4c502030500): openPending: 2026/07/14 04:29:23 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/14 04:29:23 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/14 04:29:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:23 DEBUG : dir/file1(0x4c502030500): >openPending: err= 2026/07/14 04:29:23 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/14 04:29:23 DEBUG : dir/file1(0x4c502030500): >_readAt: n=14, err=EOF 2026/07/14 04:29:23 DEBUG : dir/file1(0x4c502030500): close: 2026/07/14 04:29:23 DEBUG : dir/file1(0x4c502030500): >close: err= 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:23 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:23 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:23 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/14 04:29:23 DEBUG : newLeaf: Updating file with newLeaf 0x4c5024461a0 2026/07/14 04:29:23 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:23 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:23 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:23 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:23 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:23 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/14 04:29:23 DEBUG : dir/file1: Updating file with dir/file1 0x4c5024461a0 2026/07/14 04:29:23 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/14 04:29:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:23 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:24 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/14 04:29:24 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:24 DEBUG : dir/file1(0x4c502495240): openPending: 2026/07/14 04:29:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/14 04:29:24 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/14 04:29:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:24 DEBUG : dir/file1(0x4c502495240): >openPending: err= 2026/07/14 04:29:24 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/14 04:29:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:24 DEBUG : dir/file1(0x4c502495240): _writeAt: size=25, off=0 2026/07/14 04:29:24 DEBUG : dir/file1(0x4c502495240): >_writeAt: n=25, err= 2026/07/14 04:29:24 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:24 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:24 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/14 04:29:24 DEBUG : newLeaf: Updating file with newLeaf 0x4c5024461a0 2026/07/14 04:29:24 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:24 DEBUG : newLeaf(0x4c502495240): close: 2026/07/14 04:29:24 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/14 04:29:24 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-14 04:29:24.057665667 +0000 UTC m=+21.264043424 2026/07/14 04:29:24 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:24 DEBUG : newLeaf(0x4c502495240): >close: err= 2026/07/14 04:29:24 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:24 DEBUG : dir: Looking for writers 2026/07/14 04:29:24 DEBUG : Looking for writers 2026/07/14 04:29:24 DEBUG : dir: reading active writers 2026/07/14 04:29:24 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:24 DEBUG : dir: Looking for writers 2026/07/14 04:29:24 DEBUG : Looking for writers 2026/07/14 04:29:24 DEBUG : dir: reading active writers 2026/07/14 04:29:24 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:24 DEBUG : dir: Looking for writers 2026/07/14 04:29:24 DEBUG : Looking for writers 2026/07/14 04:29:24 DEBUG : dir: reading active writers 2026/07/14 04:29:24 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:24 DEBUG : dir: Looking for writers 2026/07/14 04:29:24 DEBUG : Looking for writers 2026/07/14 04:29:24 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:24 DEBUG : dir: reading active writers 2026/07/14 04:29:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:24 DEBUG : newLeaf: vfs cache: starting upload 2026/07/14 04:29:24 DEBUG : newLeaf.bed1027a.partial: size = 25 OK 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf.bed1027a.partial" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf.bed1027a.partial 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf.bed1027a.partial" 2026/07/14 04:29:24 DEBUG : dir: Looking for writers 2026/07/14 04:29:24 DEBUG : Looking for writers 2026/07/14 04:29:24 DEBUG : dir: reading active writers 2026/07/14 04:29:24 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/newLeaf.bed1027a.partial 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:24 DEBUG : newLeaf.bed1027a.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:24 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/14 04:29:24 DEBUG : newLeaf.bed1027a.partial: renamed to: newLeaf 2026/07/14 04:29:24 INFO : newLeaf: Copied (replaced existing) 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:24 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:24 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-14 04:29:24 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/14 04:29:24 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/14 04:29:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:24 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/14 04:29:24 DEBUG : dir: Looking for writers 2026/07/14 04:29:24 DEBUG : Looking for writers 2026/07/14 04:29:24 DEBUG : dir: reading active writers 2026/07/14 04:29:24 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:24 DEBUG : >WaitForWriters: 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:24 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:24 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/14 04:29:24 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:24 DEBUG : dir: Looking for writers 2026/07/14 04:29:24 DEBUG : Looking for writers 2026/07/14 04:29:24 DEBUG : dir: reading active writers 2026/07/14 04:29:24 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:24 DEBUG : >WaitForWriters: 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:24 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:24 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:24 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:24 DEBUG : dir: Looking for writers 2026/07/14 04:29:24 DEBUG : file1: reading active writers 2026/07/14 04:29:24 DEBUG : Looking for writers 2026/07/14 04:29:24 DEBUG : dir: reading active writers 2026/07/14 04:29:24 DEBUG : >WaitForWriters: 2026/07/14 04:29:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/14 04:29:24 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:24 DEBUG : dir/file1(0x4c5028184c0): _readAt: size=512, off=0 2026/07/14 04:29:24 DEBUG : dir/file1(0x4c5028184c0): openPending: 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/14 04:29:24 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/14 04:29:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:24 DEBUG : dir/file1(0x4c5028184c0): >openPending: err= 2026/07/14 04:29:24 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/07/14 04:29:24 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:24 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:24 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:24 DEBUG : dir/file1(0x4c5028184c0): >_readAt: n=14, err=EOF 2026/07/14 04:29:24 DEBUG : dir/file1(0x4c5028184c0): close: 2026/07/14 04:29:24 DEBUG : dir/file1(0x4c5028184c0): >close: err= 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:24 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:25 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:25 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:25 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/14 04:29:25 DEBUG : newLeaf: Updating file with newLeaf 0x4c502380680 2026/07/14 04:29:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:25 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:25 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:25 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:25 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:25 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/14 04:29:25 DEBUG : dir/file1: Updating file with dir/file1 0x4c502380680 2026/07/14 04:29:25 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/14 04:29:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:25 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/14 04:29:25 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:25 DEBUG : dir/file1(0x4c502819640): openPending: 2026/07/14 04:29:25 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/14 04:29:25 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/14 04:29:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:25 DEBUG : dir/file1(0x4c502819640): >openPending: err= 2026/07/14 04:29:25 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/14 04:29:25 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:25 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:25 DEBUG : dir/file1(0x4c502819640): _writeAt: size=25, off=0 2026/07/14 04:29:25 DEBUG : dir/file1(0x4c502819640): >_writeAt: n=25, err= 2026/07/14 04:29:25 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:25 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:25 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/14 04:29:25 DEBUG : newLeaf: Updating file with newLeaf 0x4c502380680 2026/07/14 04:29:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:25 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:25 DEBUG : newLeaf(0x4c502819640): close: 2026/07/14 04:29:25 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/14 04:29:25 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-14 04:29:25.775506171 +0000 UTC m=+22.981883918 2026/07/14 04:29:25 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:25 DEBUG : newLeaf(0x4c502819640): >close: err= 2026/07/14 04:29:25 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:25 DEBUG : dir: Looking for writers 2026/07/14 04:29:25 DEBUG : Looking for writers 2026/07/14 04:29:25 DEBUG : dir: reading active writers 2026/07/14 04:29:25 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:25 DEBUG : dir: Looking for writers 2026/07/14 04:29:25 DEBUG : Looking for writers 2026/07/14 04:29:25 DEBUG : dir: reading active writers 2026/07/14 04:29:25 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:25 DEBUG : dir: Looking for writers 2026/07/14 04:29:25 DEBUG : Looking for writers 2026/07/14 04:29:25 DEBUG : dir: reading active writers 2026/07/14 04:29:25 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:25 DEBUG : dir: Looking for writers 2026/07/14 04:29:25 DEBUG : Looking for writers 2026/07/14 04:29:25 DEBUG : dir: reading active writers 2026/07/14 04:29:25 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:25 DEBUG : newLeaf: vfs cache: starting upload 2026/07/14 04:29:25 DEBUG : newLeaf.c3ed3444.partial: size = 25 OK 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf.c3ed3444.partial" 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf.c3ed3444.partial 2026/07/14 04:29:25 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf.c3ed3444.partial" 2026/07/14 04:29:26 DEBUG : dir: Looking for writers 2026/07/14 04:29:26 DEBUG : Looking for writers 2026/07/14 04:29:26 DEBUG : dir: reading active writers 2026/07/14 04:29:26 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/newLeaf.c3ed3444.partial 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:26 DEBUG : newLeaf.c3ed3444.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:26 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/14 04:29:26 DEBUG : newLeaf.c3ed3444.partial: renamed to: newLeaf 2026/07/14 04:29:26 INFO : newLeaf: Copied (replaced existing) 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:26 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:26 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-14 04:29:25 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/14 04:29:26 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/14 04:29:26 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/14 04:29:26 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/14 04:29:26 DEBUG : dir: Looking for writers 2026/07/14 04:29:26 DEBUG : Looking for writers 2026/07/14 04:29:26 DEBUG : dir: reading active writers 2026/07/14 04:29:26 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:26 DEBUG : >WaitForWriters: 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:26 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/newLeaf" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-niyibot1cisu/newLeaf 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:26 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/14 04:29:26 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:26 DEBUG : dir: Looking for writers 2026/07/14 04:29:26 DEBUG : Looking for writers 2026/07/14 04:29:26 DEBUG : dir: reading active writers 2026/07/14 04:29:26 DEBUG : newLeaf: reading active writers 2026/07/14 04:29:26 DEBUG : >WaitForWriters: 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestFileRename (9.66s) --- PASS: TestFileRename/off,forceCache=false (1.10s) --- PASS: TestFileRename/minimal,forceCache=false (1.07s) --- PASS: TestFileRename/minimal,forceCache=true (2.05s) --- PASS: TestFileRename/writes,forceCache=false (1.65s) --- PASS: TestFileRename/writes,forceCache=true (2.11s) --- PASS: TestFileRename/full,forceCache=false (1.68s) === 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-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:26 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:26 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:26 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:26 DEBUG : Looking for writers 2026/07/14 04:29:26 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-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:26 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:26 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/14 04:29:26 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:26 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/14 04:29:26 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/14 04:29:26 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/14 04:29:26 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:26 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:26 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:26 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:26 DEBUG : dir: Looking for writers 2026/07/14 04:29:26 DEBUG : file1: reading active writers 2026/07/14 04:29:26 DEBUG : Looking for writers 2026/07/14 04:29:26 DEBUG : dir: reading active writers 2026/07/14 04:29:26 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.33s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:26 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:26 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/14 04:29:26 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:26 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/14 04:29:26 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/14 04:29:26 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/14 04:29:26 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:26 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:26 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/14 04:29:26 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/14 04:29:26 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/14 04:29:26 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/14 04:29:26 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/14 04:29:26 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/14 04:29:26 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/14 04:29:26 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/07/14 04:29:26 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/07/14 04:29:26 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/07/14 04:29:26 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/07/14 04:29:26 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/07/14 04:29:26 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/07/14 04:29:26 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/07/14 04:29:26 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/07/14 04:29:26 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:26 DEBUG : dir: Looking for writers 2026/07/14 04:29:26 DEBUG : file1: reading active writers 2026/07/14 04:29:26 DEBUG : Looking for writers 2026/07/14 04:29:26 DEBUG : dir: reading active writers 2026/07/14 04:29:26 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.30s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:26 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:26 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:27 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/14 04:29:27 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:27 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/14 04:29:27 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/14 04:29:27 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:27 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/14 04:29:27 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/14 04:29:27 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/14 04:29:27 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/14 04:29:27 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/07/14 04:29:27 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/07/14 04:29:27 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/07/14 04:29:27 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/07/14 04:29:27 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/14 04:29:27 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/14 04:29:27 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/14 04:29:27 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/14 04:29:27 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/14 04:29:27 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/07/14 04:29:27 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/14 04:29:27 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/14 04:29:27 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/14 04:29:27 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/07/14 04:29:27 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:27 DEBUG : dir: Looking for writers 2026/07/14 04:29:27 DEBUG : file1: reading active writers 2026/07/14 04:29:27 DEBUG : Looking for writers 2026/07/14 04:29:27 DEBUG : dir: reading active writers 2026/07/14 04:29:27 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:27 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:27 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/14 04:29:27 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:27 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/14 04:29:27 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/14 04:29:27 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:27 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:27 DEBUG : dir: Looking for writers 2026/07/14 04:29:27 DEBUG : file1: reading active writers 2026/07/14 04:29:27 DEBUG : Looking for writers 2026/07/14 04:29:27 DEBUG : dir: reading active writers 2026/07/14 04:29:27 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.32s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:27 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:27 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/14 04:29:27 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:27 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/14 04:29:27 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/14 04:29:27 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:27 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:27 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:27 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:27 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/07/14 04:29:27 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:27 DEBUG : dir: Looking for writers 2026/07/14 04:29:27 DEBUG : file1: reading active writers 2026/07/14 04:29:27 DEBUG : Looking for writers 2026/07/14 04:29:27 DEBUG : dir: reading active writers 2026/07/14 04:29:27 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.31s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:28 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:28 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/14 04:29:28 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:28 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/14 04:29:28 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:28 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c5027d24c0): _readAt: size=1, off=0 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c5027d24c0): openPending: 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:28 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/14 04:29:28 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/14 04:29:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c5027d24c0): >openPending: err= 2026/07/14 04:29:28 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/14 04:29:28 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:28 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:28 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c5027d24c0): >_readAt: n=1, err= 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c5027d24c0): _readAt: size=256, off=1 2026/07/14 04:29:28 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c5027d24c0): >_readAt: n=15, err=EOF 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c5027d24c0): _readAt: size=16, off=16 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c5027d24c0): >_readAt: n=0, err=EOF 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c5027d24c0): close: 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c5027d24c0): >close: err= 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c5027d24c0): close: 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c5027d24c0): >close: err=file already closed 2026/07/14 04:29:28 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:28 DEBUG : dir: Looking for writers 2026/07/14 04:29:28 DEBUG : file1: reading active writers 2026/07/14 04:29:28 DEBUG : Looking for writers 2026/07/14 04:29:28 DEBUG : dir: reading active writers 2026/07/14 04:29:28 DEBUG : >WaitForWriters: 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.32s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:28 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:28 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/14 04:29:28 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:28 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/14 04:29:28 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:28 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c502438780): _readAt: size=1, off=0 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c502438780): openPending: 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:28 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/14 04:29:28 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/14 04:29:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c502438780): >openPending: err= 2026/07/14 04:29:28 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/14 04:29:28 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:28 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:28 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c502438780): >_readAt: n=1, err= 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c502438780): _readAt: size=1, off=5 2026/07/14 04:29:28 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c502438780): >_readAt: n=1, err= 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c502438780): _readAt: size=1, off=3 2026/07/14 04:29:28 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c502438780): >_readAt: n=1, err= 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c502438780): _readAt: size=1, off=13 2026/07/14 04:29:28 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c502438780): >_readAt: n=1, err= 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c502438780): _readAt: size=16, off=100 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c502438780): >_readAt: n=0, err=EOF 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c502438780): close: 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c502438780): >close: err= 2026/07/14 04:29:28 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:28 DEBUG : dir: Looking for writers 2026/07/14 04:29:28 DEBUG : file1: reading active writers 2026/07/14 04:29:28 DEBUG : Looking for writers 2026/07/14 04:29:28 DEBUG : dir: reading active writers 2026/07/14 04:29:28 DEBUG : >WaitForWriters: 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.33s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:28 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:28 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/14 04:29:28 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:28 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/14 04:29:28 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:28 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): _readAt: size=1, off=0 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): openPending: 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:28 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/14 04:29:28 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/14 04:29:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): >openPending: err= 2026/07/14 04:29:28 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/14 04:29:28 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:28 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:28 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): >_readAt: n=1, err= 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): _readAt: size=1, off=5 2026/07/14 04:29:28 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): >_readAt: n=1, err= 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): _readAt: size=1, off=1 2026/07/14 04:29:28 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): >_readAt: n=1, err= 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): _readAt: size=6, off=10 2026/07/14 04:29:28 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): >_readAt: n=6, err= 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): _readAt: size=256, off=10 2026/07/14 04:29:28 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): >_readAt: n=6, err=EOF 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): _readAt: size=256, off=100 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): >_readAt: n=0, err=EOF 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): close: 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): >close: err= 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): _readAt: size=256, off=100 2026/07/14 04:29:28 DEBUG : dir/file1(0x4c501c7f8c0): >_readAt: n=0, err=file already closed 2026/07/14 04:29:28 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:28 DEBUG : dir: Looking for writers 2026/07/14 04:29:28 DEBUG : file1: reading active writers 2026/07/14 04:29:28 DEBUG : Looking for writers 2026/07/14 04:29:28 DEBUG : dir: reading active writers 2026/07/14 04:29:28 DEBUG : >WaitForWriters: 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.27s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:28 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:28 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:28 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:29 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:29 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/14 04:29:29 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:29 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/14 04:29:29 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:29 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:29 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:29 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502207900): RWFileHandle.Flush 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502207900): _readAt: size=256, off=0 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502207900): openPending: 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:29 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:29 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/14 04:29:29 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/14 04:29:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502207900): >openPending: err= 2026/07/14 04:29:29 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/14 04:29:29 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:29 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:29 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502207900): >_readAt: n=16, err=EOF 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502207900): RWFileHandle.Flush 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502207900): RWFileHandle.Flush 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502207900): close: 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502207900): >close: err= 2026/07/14 04:29:29 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:29 DEBUG : dir: Looking for writers 2026/07/14 04:29:29 DEBUG : file1: reading active writers 2026/07/14 04:29:29 DEBUG : Looking for writers 2026/07/14 04:29:29 DEBUG : dir: reading active writers 2026/07/14 04:29:29 DEBUG : >WaitForWriters: 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.29s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:29 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:29 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:29 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:29 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/14 04:29:29 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:29 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/14 04:29:29 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:29 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:29 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:29 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502494440): _readAt: size=256, off=0 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502494440): openPending: 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:29 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:29 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/14 04:29:29 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/14 04:29:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502494440): >openPending: err= 2026/07/14 04:29:29 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/14 04:29:29 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:29 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:29 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502494440): >_readAt: n=16, err=EOF 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502494440): RWFileHandle.Release 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502494440): close: 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502494440): >close: err= 2026/07/14 04:29:29 DEBUG : dir/file1(0x4c502494440): RWFileHandle.Release 2026/07/14 04:29:29 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:29 DEBUG : dir: Looking for writers 2026/07/14 04:29:29 DEBUG : file1: reading active writers 2026/07/14 04:29:29 DEBUG : Looking for writers 2026/07/14 04:29:29 DEBUG : dir: reading active writers 2026/07/14 04:29:29 DEBUG : >WaitForWriters: 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.31s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:29 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:29 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:29 DEBUG : file1: newRWFileHandle: 2026/07/14 04:29:29 DEBUG : file1(0x4c502922000): openPending: 2026/07/14 04:29:29 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:29 DEBUG : file1(0x4c502922000): >openPending: err= 2026/07/14 04:29:29 DEBUG : file1: >newRWFileHandle: err= 2026/07/14 04:29:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:29 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/14 04:29:29 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/14 04:29:29 DEBUG : file1(0x4c502922000): _writeAt: size=5, off=0 2026/07/14 04:29:29 DEBUG : file1(0x4c502922000): >_writeAt: n=5, err= 2026/07/14 04:29:29 DEBUG : file1(0x4c502922000): _writeAt: size=7, off=5 2026/07/14 04:29:29 DEBUG : file1(0x4c502922000): >_writeAt: n=7, err= 2026/07/14 04:29:29 DEBUG : file1: vfs cache: truncate to size=11 2026/07/14 04:29:29 DEBUG : file1(0x4c502922000): close: 2026/07/14 04:29:29 DEBUG : file1: vfs cache: setting modification time to 2026-07-14 04:29:29.532518408 +0000 UTC m=+26.738896165 2026/07/14 04:29:29 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:29 DEBUG : file1(0x4c502922000): >close: err= 2026/07/14 04:29:29 DEBUG : file1(0x4c502922000): close: 2026/07/14 04:29:29 DEBUG : file1(0x4c502922000): >close: err=file already closed 2026/07/14 04:29:29 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:29 DEBUG : Looking for writers 2026/07/14 04:29:29 DEBUG : file1: reading active writers 2026/07/14 04:29:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:29 DEBUG : Looking for writers 2026/07/14 04:29:29 DEBUG : file1: reading active writers 2026/07/14 04:29:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:29 DEBUG : Looking for writers 2026/07/14 04:29:29 DEBUG : file1: reading active writers 2026/07/14 04:29:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:29 DEBUG : Looking for writers 2026/07/14 04:29:29 DEBUG : file1: reading active writers 2026/07/14 04:29:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:29 DEBUG : file1: vfs cache: starting upload 2026/07/14 04:29:29 DEBUG : file1.63be5983.partial: size = 11 OK 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1.63be5983.partial" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1.63be5983.partial 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1.63be5983.partial" 2026/07/14 04:29:29 DEBUG : Looking for writers 2026/07/14 04:29:29 DEBUG : file1: reading active writers 2026/07/14 04:29:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-niyibot1cisu/file1.63be5983.partial 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:29 DEBUG : file1.63be5983.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 04:29:29 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/14 04:29:29 DEBUG : file1.63be5983.partial: renamed to: file1 2026/07/14 04:29:29 INFO : file1: Copied (new) 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:29 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 04:29:29 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-14 04:29:29 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/14 04:29:29 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/14 04:29:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:29 INFO : file1: vfs cache: upload succeeded try #1 2026/07/14 04:29:29 DEBUG : Looking for writers 2026/07/14 04:29:29 DEBUG : file1: reading active writers 2026/07/14 04:29:29 DEBUG : >WaitForWriters: 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:29 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:29 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:30 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/14 04:29:30 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:30 DEBUG : Looking for writers 2026/07/14 04:29:30 DEBUG : file1: reading active writers 2026/07/14 04:29:30 DEBUG : >WaitForWriters: 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.53s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:30 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:30 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:30 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:30 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:30 DEBUG : file1: newRWFileHandle: 2026/07/14 04:29:30 DEBUG : file1(0x4c502922ec0): openPending: 2026/07/14 04:29:30 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:30 DEBUG : file1(0x4c502922ec0): >openPending: err= 2026/07/14 04:29:30 DEBUG : file1: >newRWFileHandle: err= 2026/07/14 04:29:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:30 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/14 04:29:30 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/14 04:29:30 DEBUG : file1(0x4c502922ec0): _writeAt: size=7, off=0 2026/07/14 04:29:30 DEBUG : file1(0x4c502922ec0): >_writeAt: n=7, err= 2026/07/14 04:29:30 DEBUG : file1(0x4c502922ec0): _writeAt: size=6, off=5 2026/07/14 04:29:30 DEBUG : file1(0x4c502922ec0): >_writeAt: n=6, err= 2026/07/14 04:29:30 DEBUG : file1(0x4c502922ec0): close: 2026/07/14 04:29:30 DEBUG : file1: vfs cache: setting modification time to 2026-07-14 04:29:30.059626236 +0000 UTC m=+27.266003983 2026/07/14 04:29:30 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:30 DEBUG : file1(0x4c502922ec0): >close: err= 2026/07/14 04:29:30 DEBUG : file1(0x4c502922ec0): _writeAt: size=5, off=0 2026/07/14 04:29:30 DEBUG : file1(0x4c502922ec0): >_writeAt: n=0, err=file already closed 2026/07/14 04:29:30 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:30 DEBUG : Looking for writers 2026/07/14 04:29:30 DEBUG : file1: reading active writers 2026/07/14 04:29:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:30 DEBUG : Looking for writers 2026/07/14 04:29:30 DEBUG : file1: reading active writers 2026/07/14 04:29:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:30 DEBUG : Looking for writers 2026/07/14 04:29:30 DEBUG : file1: reading active writers 2026/07/14 04:29:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:30 DEBUG : Looking for writers 2026/07/14 04:29:30 DEBUG : file1: reading active writers 2026/07/14 04:29:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:30 DEBUG : file1: vfs cache: starting upload 2026/07/14 04:29:30 DEBUG : file1.3de13fae.partial: size = 11 OK 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1.3de13fae.partial" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1.3de13fae.partial 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1.3de13fae.partial" 2026/07/14 04:29:30 DEBUG : Looking for writers 2026/07/14 04:29:30 DEBUG : file1: reading active writers 2026/07/14 04:29:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-niyibot1cisu/file1.3de13fae.partial 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:30 DEBUG : file1.3de13fae.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 04:29:30 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/14 04:29:30 DEBUG : file1.3de13fae.partial: renamed to: file1 2026/07/14 04:29:30 INFO : file1: Copied (new) 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:30 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 04:29:30 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-14 04:29:30 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/14 04:29:30 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/14 04:29:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:30 INFO : file1: vfs cache: upload succeeded try #1 2026/07/14 04:29:30 DEBUG : Looking for writers 2026/07/14 04:29:30 DEBUG : file1: reading active writers 2026/07/14 04:29:30 DEBUG : >WaitForWriters: 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:30 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:30 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/14 04:29:30 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:30 DEBUG : Looking for writers 2026/07/14 04:29:30 DEBUG : file1: reading active writers 2026/07/14 04:29:30 DEBUG : >WaitForWriters: 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.52s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:30 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:30 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:30 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:30 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:30 DEBUG : file1: newRWFileHandle: 2026/07/14 04:29:30 DEBUG : file1(0x4c502598080): openPending: 2026/07/14 04:29:30 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:30 DEBUG : file1(0x4c502598080): >openPending: err= 2026/07/14 04:29:30 DEBUG : file1: >newRWFileHandle: err= 2026/07/14 04:29:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:30 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/14 04:29:30 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/14 04:29:30 DEBUG : file1(0x4c502598080): close: 2026/07/14 04:29:30 DEBUG : file1: vfs cache: setting modification time to 2026-07-14 04:29:30.582490331 +0000 UTC m=+27.788868088 2026/07/14 04:29:30 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:30 DEBUG : file1(0x4c502598080): >close: err= 2026/07/14 04:29:30 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/14 04:29:30 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/14 04:29:30 DEBUG : file2: newRWFileHandle: 2026/07/14 04:29:30 DEBUG : file2(0x4c502598500): openPending: 2026/07/14 04:29:30 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:30 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/14 04:29:30 DEBUG : file2(0x4c502598500): >openPending: err= 2026/07/14 04:29:30 DEBUG : file2: >newRWFileHandle: err= 2026/07/14 04:29:30 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/14 04:29:30 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/07/14 04:29:30 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/07/14 04:29:30 DEBUG : file2(0x4c502598500): RWFileHandle.Flush 2026/07/14 04:29:30 DEBUG : file2(0x4c502598500): RWFileHandle.Release 2026/07/14 04:29:30 DEBUG : file2(0x4c502598500): close: 2026/07/14 04:29:30 DEBUG : file2: vfs cache: setting modification time to 2026-07-14 04:29:30.583838791 +0000 UTC m=+27.790216578 2026/07/14 04:29:30 INFO : file2: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:30 DEBUG : file2(0x4c502598500): >close: err= 2026/07/14 04:29:30 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:30 DEBUG : Looking for writers 2026/07/14 04:29:30 DEBUG : file1: reading active writers 2026/07/14 04:29:30 DEBUG : file2: reading active writers 2026/07/14 04:29:30 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/07/14 04:29:30 DEBUG : Looking for writers 2026/07/14 04:29:30 DEBUG : file1: reading active writers 2026/07/14 04:29:30 DEBUG : file2: reading active writers 2026/07/14 04:29:30 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/07/14 04:29:30 DEBUG : Looking for writers 2026/07/14 04:29:30 DEBUG : file1: reading active writers 2026/07/14 04:29:30 DEBUG : file2: reading active writers 2026/07/14 04:29:30 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/07/14 04:29:30 DEBUG : Looking for writers 2026/07/14 04:29:30 DEBUG : file1: reading active writers 2026/07/14 04:29:30 DEBUG : file2: reading active writers 2026/07/14 04:29:30 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/07/14 04:29:30 DEBUG : file1: vfs cache: starting upload 2026/07/14 04:29:30 DEBUG : file2: vfs cache: starting upload 2026/07/14 04:29:30 DEBUG : file1.d04dba38.partial: size = 0 OK 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1.d04dba38.partial" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1.d04dba38.partial 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1.d04dba38.partial" 2026/07/14 04:29:30 DEBUG : file2.b62ac817.partial: size = 0 OK 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file2.b62ac817.partial" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file2.b62ac817.partial 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file2.b62ac817.partial" 2026/07/14 04:29:30 DEBUG : Looking for writers 2026/07/14 04:29:30 DEBUG : file1: reading active writers 2026/07/14 04:29:30 DEBUG : file2: reading active writers 2026/07/14 04:29:30 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-niyibot1cisu/file1.d04dba38.partial 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:30 DEBUG : file1.d04dba38.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/14 04:29:30 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/14 04:29:30 DEBUG : file1.d04dba38.partial: renamed to: file1 2026/07/14 04:29:30 INFO : file1: Copied (new) 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-niyibot1cisu/file2.b62ac817.partial 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:30 DEBUG : file2.b62ac817.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/14 04:29:30 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/14 04:29:30 DEBUG : file2.b62ac817.partial: renamed to: file2 2026/07/14 04:29:30 INFO : file2: Copied (new) 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file2" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file2 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file2" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:30 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/14 04:29:30 DEBUG : file1: vfs cache: fingerprint now "0,2026-07-14 04:29:30 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/14 04:29:30 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/14 04:29:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:30 INFO : file1: vfs cache: upload succeeded try #1 2026/07/14 04:29:30 DEBUG : Looking for writers 2026/07/14 04:29:30 DEBUG : file1: reading active writers 2026/07/14 04:29:30 DEBUG : file2: reading active writers 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-niyibot1cisu/file2 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:30 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/14 04:29:30 DEBUG : file2: vfs cache: fingerprint now "0,2026-07-14 04:29:30 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/14 04:29:30 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/07/14 04:29:30 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/14 04:29:30 INFO : file2: vfs cache: upload succeeded try #1 2026/07/14 04:29:30 DEBUG : >WaitForWriters: 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:30 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:31 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:31 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file2" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file2 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file2" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-niyibot1cisu/file2 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:31 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file2" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/file2 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/file2" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-niyibot1cisu/file2 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:31 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/14 04:29:31 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:31 DEBUG : Looking for writers 2026/07/14 04:29:31 DEBUG : file2: reading active writers 2026/07/14 04:29:31 DEBUG : file1: reading active writers 2026/07/14 04:29:31 DEBUG : >WaitForWriters: 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.73s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:31 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:31 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:31 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:31 DEBUG : file1: newRWFileHandle: 2026/07/14 04:29:31 DEBUG : file1(0x4c502438040): openPending: 2026/07/14 04:29:31 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:31 DEBUG : file1(0x4c502438040): >openPending: err= 2026/07/14 04:29:31 DEBUG : file1: >newRWFileHandle: err= 2026/07/14 04:29:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:31 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/14 04:29:31 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/14 04:29:31 DEBUG : file1(0x4c502438040): _writeAt: size=5, off=0 2026/07/14 04:29:31 DEBUG : file1(0x4c502438040): >_writeAt: n=5, err= 2026/07/14 04:29:31 DEBUG : file1(0x4c502438040): RWFileHandle.Flush 2026/07/14 04:29:31 DEBUG : file1(0x4c502438040): RWFileHandle.Flush 2026/07/14 04:29:31 DEBUG : file1(0x4c502438040): close: 2026/07/14 04:29:31 DEBUG : file1: vfs cache: setting modification time to 2026-07-14 04:29:31.313633061 +0000 UTC m=+28.520010819 2026/07/14 04:29:31 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:31 DEBUG : file1(0x4c502438040): >close: err= 2026/07/14 04:29:31 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:31 DEBUG : Looking for writers 2026/07/14 04:29:31 DEBUG : file1: reading active writers 2026/07/14 04:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:31 DEBUG : Looking for writers 2026/07/14 04:29:31 DEBUG : file1: reading active writers 2026/07/14 04:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:31 DEBUG : Looking for writers 2026/07/14 04:29:31 DEBUG : file1: reading active writers 2026/07/14 04:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:31 DEBUG : Looking for writers 2026/07/14 04:29:31 DEBUG : file1: reading active writers 2026/07/14 04:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:31 DEBUG : file1: vfs cache: starting upload 2026/07/14 04:29:31 DEBUG : file1.eae259cc.partial: size = 5 OK 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1.eae259cc.partial" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1.eae259cc.partial 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1.eae259cc.partial" 2026/07/14 04:29:31 DEBUG : Looking for writers 2026/07/14 04:29:31 DEBUG : file1: reading active writers 2026/07/14 04:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/file1.eae259cc.partial 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:31 DEBUG : file1.eae259cc.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:31 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/14 04:29:31 DEBUG : file1.eae259cc.partial: renamed to: file1 2026/07/14 04:29:31 INFO : file1: Copied (new) 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:31 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:31 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-14 04:29:31 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/14 04:29:31 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/14 04:29:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:31 INFO : file1: vfs cache: upload succeeded try #1 2026/07/14 04:29:31 DEBUG : Looking for writers 2026/07/14 04:29:31 DEBUG : file1: reading active writers 2026/07/14 04:29:31 DEBUG : >WaitForWriters: 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:31 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:31 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:31 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:31 DEBUG : file1: newRWFileHandle: 2026/07/14 04:29:31 DEBUG : file1(0x4c501c7fbc0): openPending: 2026/07/14 04:29:31 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:31 DEBUG : file1(0x4c501c7fbc0): >openPending: err= 2026/07/14 04:29:31 DEBUG : file1: >newRWFileHandle: err= 2026/07/14 04:29:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:31 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/14 04:29:31 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/14 04:29:31 DEBUG : file1(0x4c501c7fbc0): _writeAt: size=5, off=0 2026/07/14 04:29:31 DEBUG : file1(0x4c501c7fbc0): >_writeAt: n=5, err= 2026/07/14 04:29:31 DEBUG : file1(0x4c501c7fbc0): RWFileHandle.Release 2026/07/14 04:29:31 DEBUG : file1(0x4c501c7fbc0): close: 2026/07/14 04:29:31 DEBUG : file1: vfs cache: setting modification time to 2026-07-14 04:29:31.633366489 +0000 UTC m=+28.839744246 2026/07/14 04:29:31 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:31 DEBUG : file1(0x4c501c7fbc0): >close: err= 2026/07/14 04:29:31 DEBUG : file1(0x4c501c7fbc0): RWFileHandle.Release 2026/07/14 04:29:31 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:31 DEBUG : Looking for writers 2026/07/14 04:29:31 DEBUG : file1: reading active writers 2026/07/14 04:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:31 DEBUG : Looking for writers 2026/07/14 04:29:31 DEBUG : file1: reading active writers 2026/07/14 04:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:31 DEBUG : Looking for writers 2026/07/14 04:29:31 DEBUG : file1: reading active writers 2026/07/14 04:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:31 DEBUG : Looking for writers 2026/07/14 04:29:31 DEBUG : file1: reading active writers 2026/07/14 04:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:31 DEBUG : file1: vfs cache: starting upload 2026/07/14 04:29:31 DEBUG : file1.8f8aeac8.partial: size = 5 OK 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1.8f8aeac8.partial" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1.8f8aeac8.partial 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1.8f8aeac8.partial" 2026/07/14 04:29:31 DEBUG : Looking for writers 2026/07/14 04:29:31 DEBUG : file1: reading active writers 2026/07/14 04:29:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/file1.8f8aeac8.partial 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:31 DEBUG : file1.8f8aeac8.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:31 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/14 04:29:31 DEBUG : file1.8f8aeac8.partial: renamed to: file1 2026/07/14 04:29:31 INFO : file1: Copied (new) 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:31 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:31 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-14 04:29:31 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/14 04:29:31 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/14 04:29:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:31 INFO : file1: vfs cache: upload succeeded try #1 2026/07/14 04:29:31 DEBUG : Looking for writers 2026/07/14 04:29:31 DEBUG : file1: reading active writers 2026/07/14 04:29:31 DEBUG : >WaitForWriters: 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:31 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:31 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:31 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:32 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/14 04:29:32 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/07/14 04:29:32 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/14 04:29:32 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:32 DEBUG : dir/file1(0x4c502438dc0): openPending: 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:32 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/14 04:29:32 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/14 04:29:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:32 DEBUG : dir/file1(0x4c502438dc0): >openPending: err= 2026/07/14 04:29:32 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/14 04:29:32 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:32 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:32 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/14 04:29:32 DEBUG : dir/file1(0x4c502438dc0): _writeAt: size=5, off=0 2026/07/14 04:29:32 DEBUG : dir/file1(0x4c502438dc0): >_writeAt: n=5, err= 2026/07/14 04:29:32 DEBUG : dir/file1(0x4c502438dc0): close: 2026/07/14 04:29:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:32 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-14 04:29:32.253339465 +0000 UTC m=+29.459717222 2026/07/14 04:29:32 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:32 DEBUG : dir/file1(0x4c502438dc0): >close: err= 2026/07/14 04:29:32 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:32 DEBUG : dir: Looking for writers 2026/07/14 04:29:32 DEBUG : file1: reading active writers 2026/07/14 04:29:32 DEBUG : Looking for writers 2026/07/14 04:29:32 DEBUG : dir: reading active writers 2026/07/14 04:29:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:32 DEBUG : dir: Looking for writers 2026/07/14 04:29:32 DEBUG : file1: reading active writers 2026/07/14 04:29:32 DEBUG : Looking for writers 2026/07/14 04:29:32 DEBUG : dir: reading active writers 2026/07/14 04:29:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:32 DEBUG : dir: Looking for writers 2026/07/14 04:29:32 DEBUG : file1: reading active writers 2026/07/14 04:29:32 DEBUG : Looking for writers 2026/07/14 04:29:32 DEBUG : dir: reading active writers 2026/07/14 04:29:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:32 DEBUG : dir: Looking for writers 2026/07/14 04:29:32 DEBUG : file1: reading active writers 2026/07/14 04:29:32 DEBUG : Looking for writers 2026/07/14 04:29:32 DEBUG : dir: reading active writers 2026/07/14 04:29:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:32 DEBUG : dir/file1: vfs cache: starting upload 2026/07/14 04:29:32 DEBUG : dir/file1.00ba0b98.partial: size = 5 OK 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1.00ba0b98.partial" 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1.00ba0b98.partial 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1.00ba0b98.partial" 2026/07/14 04:29:32 DEBUG : dir: Looking for writers 2026/07/14 04:29:32 DEBUG : file1: reading active writers 2026/07/14 04:29:32 DEBUG : Looking for writers 2026/07/14 04:29:32 DEBUG : dir: reading active writers 2026/07/14 04:29:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/dir/file1.00ba0b98.partial 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:32 DEBUG : dir/file1.00ba0b98.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:32 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/14 04:29:32 DEBUG : dir/file1.00ba0b98.partial: renamed to: dir/file1 2026/07/14 04:29:32 INFO : dir/file1: Copied (replaced existing) 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:32 DEBUG : dir: Looking for writers 2026/07/14 04:29:32 DEBUG : file1: reading active writers 2026/07/14 04:29:32 DEBUG : Looking for writers 2026/07/14 04:29:32 DEBUG : dir: reading active writers 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:32 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:32 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-07-14 04:29:32 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/14 04:29:32 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/14 04:29:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:32 DEBUG : >WaitForWriters: 2026/07/14 04:29:32 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:32 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:32 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:32 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/14 04:29:32 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:32 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:32 DEBUG : dir/file1: newRWFileHandle: 2026/07/14 04:29:32 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/14 04:29:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:32 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/14 04:29:32 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/14 04:29:32 DEBUG : dir/file1(0x4c502207840): _writeAt: size=5, off=0 2026/07/14 04:29:32 DEBUG : dir/file1(0x4c502207840): openPending: 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:32 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/14 04:29:32 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/14 04:29:32 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/14 04:29:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:32 DEBUG : dir/file1(0x4c502207840): >openPending: err= 2026/07/14 04:29:32 DEBUG : dir/file1(0x4c502207840): >_writeAt: n=5, err= 2026/07/14 04:29:32 DEBUG : dir/file1(0x4c502207840): _writeAt: size=15, off=5 2026/07/14 04:29:32 DEBUG : dir/file1(0x4c502207840): >_writeAt: n=15, err= 2026/07/14 04:29:32 DEBUG : dir/file1(0x4c502207840): close: 2026/07/14 04:29:32 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [{Pos:0 Size:20}] - present true 2026/07/14 04:29:32 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-14 04:29:32.896179411 +0000 UTC m=+30.102557157 2026/07/14 04:29:32 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:32 DEBUG : dir/file1(0x4c502207840): >close: err= 2026/07/14 04:29:32 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:32 DEBUG : dir: Looking for writers 2026/07/14 04:29:32 DEBUG : file1: reading active writers 2026/07/14 04:29:32 DEBUG : Looking for writers 2026/07/14 04:29:32 DEBUG : dir: reading active writers 2026/07/14 04:29:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:32 DEBUG : dir: Looking for writers 2026/07/14 04:29:32 DEBUG : file1: reading active writers 2026/07/14 04:29:32 DEBUG : Looking for writers 2026/07/14 04:29:32 DEBUG : dir: reading active writers 2026/07/14 04:29:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:32 DEBUG : dir: Looking for writers 2026/07/14 04:29:32 DEBUG : file1: reading active writers 2026/07/14 04:29:32 DEBUG : Looking for writers 2026/07/14 04:29:32 DEBUG : dir: reading active writers 2026/07/14 04:29:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:32 DEBUG : dir: Looking for writers 2026/07/14 04:29:32 DEBUG : file1: reading active writers 2026/07/14 04:29:32 DEBUG : Looking for writers 2026/07/14 04:29:32 DEBUG : dir: reading active writers 2026/07/14 04:29:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:32 DEBUG : dir/file1: vfs cache: starting upload 2026/07/14 04:29:33 DEBUG : dir/file1.774ca737.partial: size = 20 OK 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1.774ca737.partial" 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1.774ca737.partial 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1.774ca737.partial" 2026/07/14 04:29:33 DEBUG : dir: Looking for writers 2026/07/14 04:29:33 DEBUG : file1: reading active writers 2026/07/14 04:29:33 DEBUG : Looking for writers 2026/07/14 04:29:33 DEBUG : dir: reading active writers 2026/07/14 04:29:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-niyibot1cisu/dir/file1.774ca737.partial 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:33 DEBUG : dir/file1.774ca737.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/14 04:29:33 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/07/14 04:29:33 DEBUG : dir/file1.774ca737.partial: renamed to: dir/file1 2026/07/14 04:29:33 INFO : dir/file1: Copied (replaced existing) 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:33 DEBUG : dir: Looking for writers 2026/07/14 04:29:33 DEBUG : file1: reading active writers 2026/07/14 04:29:33 DEBUG : Looking for writers 2026/07/14 04:29:33 DEBUG : dir: reading active writers 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:33 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/14 04:29:33 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-07-14 04:29:32 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/07/14 04:29:33 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/14 04:29:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:33 DEBUG : >WaitForWriters: 2026/07/14 04:29:33 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.65s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:33 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:33 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : file1: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : file1(0x4c501eb38c0): openPending: 2026/07/14 04:29:33 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:33 DEBUG : file1(0x4c501eb38c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : file1: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:33 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/14 04:29:33 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/14 04:29:33 DEBUG : file1(0x4c501eb38c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : file1(0x4c501eb38c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : file1(0x4c501eb38c0): close: 2026/07/14 04:29:33 DEBUG : file1: vfs cache: setting modification time to 2026-07-14 04:29:33.234829117 +0000 UTC m=+30.441206874 2026/07/14 04:29:33 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : file1(0x4c501eb38c0): >close: err= 2026/07/14 04:29:33 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:33 DEBUG : Looking for writers 2026/07/14 04:29:33 DEBUG : file1: reading active writers 2026/07/14 04:29:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:33 DEBUG : Looking for writers 2026/07/14 04:29:33 DEBUG : file1: reading active writers 2026/07/14 04:29:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:33 DEBUG : Looking for writers 2026/07/14 04:29:33 DEBUG : file1: reading active writers 2026/07/14 04:29:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:33 DEBUG : Looking for writers 2026/07/14 04:29:33 DEBUG : file1: reading active writers 2026/07/14 04:29:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:33 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-niyibot1cisu/dir/file1: no such file or directory 2026/07/14 04:29:33 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-niyibot1cisu/dir/file1: no such file or directory 2026/07/14 04:29:33 DEBUG : file1: vfs cache: starting upload 2026/07/14 04:29:33 DEBUG : file1.f677c2b0.partial: size = 5 OK 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1.f677c2b0.partial" 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1.f677c2b0.partial 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1.f677c2b0.partial" 2026/07/14 04:29:33 DEBUG : Looking for writers 2026/07/14 04:29:33 DEBUG : file1: reading active writers 2026/07/14 04:29:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/file1.f677c2b0.partial 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:33 DEBUG : file1.f677c2b0.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:33 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/14 04:29:33 DEBUG : file1.f677c2b0.partial: renamed to: file1 2026/07/14 04:29:33 INFO : file1: Copied (new) 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:33 DEBUG : Looking for writers 2026/07/14 04:29:33 DEBUG : file1: reading active writers 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:33 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:33 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-14 04:29:33 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/14 04:29:33 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:33 DEBUG : >WaitForWriters: 2026/07/14 04:29:33 INFO : file1: vfs cache: upload succeeded try #1 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.33s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:33 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/07/14 04:29:33 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020313c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020313c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020313c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020313c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020313c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.564464657 +0000 UTC m=+30.770842444 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020313c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0080): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0080): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0080): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0080): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0080): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0080): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0080): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.564464657 +0000 UTC m=+30.770842444 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0080): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0540): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0540): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0540): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.564464657 +0000 UTC m=+30.770842444 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d7340 item 1 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0b80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0b80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0b80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0b80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0b80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.568268284 +0000 UTC m=+30.774646062 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0b80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1080): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1080): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1080): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1080): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1080): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.568268284 +0000 UTC m=+30.774646062 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1080): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d7810 item 2 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b16c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b16c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b16c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b16c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b16c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.570808061 +0000 UTC m=+30.777185838 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b16c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1b40): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1b40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1b40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1b40): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1b40): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1b40): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1b40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.570808061 +0000 UTC m=+30.777185838 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1b40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510100): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510100): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510100): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510100): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510100): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.570808061 +0000 UTC m=+30.777185838 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510100): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d7b90 item 3 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510780): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510780): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510780): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510780): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510780): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.573662608 +0000 UTC m=+30.780040385 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510780): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510cc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510cc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510cc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510cc0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510cc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.573662608 +0000 UTC m=+30.780040385 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510cc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502224770 item 4 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511300): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511300): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511300): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511300): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511300): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.57585406 +0000 UTC m=+30.782231837 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511300): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494bc0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494bc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494bc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494bc0): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494bc0): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494bc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494bc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.57585406 +0000 UTC m=+30.782231837 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494bc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495080): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495080): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495080): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495080): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495080): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.57585406 +0000 UTC m=+30.782231837 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495080): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023cb1f0 item 5 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495780): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495780): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495780): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495780): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495780): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.578738933 +0000 UTC m=+30.785116711 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495780): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495cc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495cc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495cc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495cc0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495cc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.578738933 +0000 UTC m=+30.785116711 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495cc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023cb8f0 item 6 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582440): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582440): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582440): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582440): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582440): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.582196952 +0000 UTC m=+30.788574729 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582440): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582940): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582940): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582940): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582940): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582940): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582940): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582940): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.582196952 +0000 UTC m=+30.788574729 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582940): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582e00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582e00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582e00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582e00): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582e00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.582196952 +0000 UTC m=+30.788574729 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502582e00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502234150 item 7 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502583480): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502583480): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502583480): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502583480): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502583480): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.586452188 +0000 UTC m=+30.792829974 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502583480): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025839c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025839c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025839c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025839c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025839c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.586452188 +0000 UTC m=+30.792829974 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025839c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502234e70 item 8 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e080): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c50259e080): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e080): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e080): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e080): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e080): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e080): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e440): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e440): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e440): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e440): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e440): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.588607793 +0000 UTC m=+30.794985560 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e440): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e8c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e8c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e8c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e8c0): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e8c0): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e8c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e8c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.588607793 +0000 UTC m=+30.794985560 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259e8c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259edc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259edc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259edc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259edc0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259edc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.588607793 +0000 UTC m=+30.794985560 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259edc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502235340 item 9 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259f440): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259f440): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259f440): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259f440): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259f440): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.591186923 +0000 UTC m=+30.797564690 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259f440): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259f980): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259f980): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259f980): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259f980): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259f980): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.591186923 +0000 UTC m=+30.797564690 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50259f980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502235c70 item 10 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba0c0): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c5025ba0c0): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba0c0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba0c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba0c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba0c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba0c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba480): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba480): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba480): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba480): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba480): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.592824686 +0000 UTC m=+30.799202453 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba480): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba980): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba980): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba980): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba980): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba980): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba980): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba980): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.592824686 +0000 UTC m=+30.799202453 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ba980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bae80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bae80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bae80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bae80): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bae80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.592824686 +0000 UTC m=+30.799202453 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bae80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f4c460 item 11 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bb500): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bb500): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bb500): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bb500): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bb500): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.594993536 +0000 UTC m=+30.801371293 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bb500): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bba40): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bba40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bba40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bba40): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bba40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.594993536 +0000 UTC m=+30.801371293 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025bba40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f4ce00 item 12 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612180): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c502612180): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612180): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612180): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612180): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612180): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612180): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612540): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612540): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612540): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.596614287 +0000 UTC m=+30.802992055 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612c00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612c00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612c00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612c00): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612c00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.596614287 +0000 UTC m=+30.802992055 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502612c00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f4d420 item 13 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502613280): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502613280): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502613280): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502613280): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502613280): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.598450243 +0000 UTC m=+30.804828010 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502613280): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026137c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026137c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026137c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026137c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026137c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.598450243 +0000 UTC m=+30.804828010 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026137c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f4ddc0 item 14 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502613e00): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c502613e00): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502613e00): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502613e00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502613e00): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502613e00): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502613e00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026322c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026322c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026322c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026322c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026322c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.600430078 +0000 UTC m=+30.806807845 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026322c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5029230c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5029230c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5029230c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5029230c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5029230c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.600430078 +0000 UTC m=+30.806807845 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5029230c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024ba3f0 item 15 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502923740): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502923740): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502923740): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502923740): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502923740): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.602640977 +0000 UTC m=+30.809018754 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502923740): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502923d00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502923d00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502923d00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502923d00): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502923d00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.602640977 +0000 UTC m=+30.809018754 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502923d00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024d4e70 item 16 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024ca440): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024ca440): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024ca440): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024ca440): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024ca440): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.604659775 +0000 UTC m=+30.811037553 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024ca440): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024ca8c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024ca8c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024ca8c0): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024ca8c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024ca8c0): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024ca8c0): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024ca8c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024ca8c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.604659775 +0000 UTC m=+30.811037553 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024ca8c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cadc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cadc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cadc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cadc0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cadc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.604659775 +0000 UTC m=+30.811037553 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cadc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024d5340 item 17 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cb440): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cb440): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cb440): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cb440): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cb440): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.607323163 +0000 UTC m=+30.813700940 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cb440): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cb980): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cb980): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cb980): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cb980): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cb980): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.607323163 +0000 UTC m=+30.813700940 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024cb980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024d59d0 item 18 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fc100): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fc100): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fc100): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fc100): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fc100): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.609294813 +0000 UTC m=+30.815672590 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fc100): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fc600): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fc600): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fc600): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fc600): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fc600): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fc600): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fc600): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fc600): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.609294813 +0000 UTC m=+30.815672590 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fc600): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fcb00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fcb00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fcb00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fcb00): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fcb00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.609294813 +0000 UTC m=+30.815672590 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fcb00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024d5dc0 item 19 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fd180): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fd180): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fd180): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fd180): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fd180): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.611731286 +0000 UTC m=+30.818109063 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fd180): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fd6c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fd6c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fd6c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fd6c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fd6c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.611731286 +0000 UTC m=+30.818109063 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fd6c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5025164d0 item 20 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fdd40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fdd40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fdd40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fdd40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fdd40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.614273486 +0000 UTC m=+30.820651253 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024fdd40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269c340): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269c340): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269c340): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269c340): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269c340): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269c340): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269c340): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269c340): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.614273486 +0000 UTC m=+30.820651253 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269c340): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269c840): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269c840): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269c840): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269c840): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269c840): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.614273486 +0000 UTC m=+30.820651253 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269c840): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5025169a0 item 21 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269cec0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269cec0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269cec0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269cec0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269cec0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.618639128 +0000 UTC m=+30.825016885 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269cec0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269d400): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269d400): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269d400): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269d400): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269d400): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.618639128 +0000 UTC m=+30.825016885 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269d400): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502516fc0 item 22 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269da80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269da80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269da80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269da80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269da80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.620263546 +0000 UTC m=+30.826641314 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50269da80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cc080): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cc080): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cc080): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cc080): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cc080): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cc080): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cc080): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cc080): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.620263546 +0000 UTC m=+30.826641314 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cc080): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cc580): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cc580): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cc580): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cc580): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cc580): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.620263546 +0000 UTC m=+30.826641314 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cc580): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502517340 item 23 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ccc00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ccc00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ccc00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ccc00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ccc00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.62253545 +0000 UTC m=+30.828913217 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ccc00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cd140): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cd140): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cd140): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cd140): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cd140): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.62253545 +0000 UTC m=+30.828913217 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cd140): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502517b90 item 24 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cd780): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c5026cd780): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cd780): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cd780): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cd780): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cd780): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cd780): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cdb40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cdb40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cdb40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cdb40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cdb40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.624376605 +0000 UTC m=+30.830754372 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cdb40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702140): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702140): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702140): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702140): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702140): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702140): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702140): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702140): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.624376605 +0000 UTC m=+30.830754372 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702140): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702680): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702680): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702680): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702680): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702680): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.624376605 +0000 UTC m=+30.830754372 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702680): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501fe6070 item 25 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702d00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702d00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702d00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702d00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702d00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.62680924 +0000 UTC m=+30.833187007 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502702d00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703240): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703240): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703240): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703240): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703240): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.62680924 +0000 UTC m=+30.833187007 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703240): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501fe6930 item 26 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703880): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c502703880): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703880): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703880): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703880): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703880): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703880): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703c40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703c40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703c40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703c40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703c40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.628722219 +0000 UTC m=+30.835099987 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502703c40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271c240): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271c240): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271c240): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271c240): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271c240): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271c240): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271c240): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271c240): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.628722219 +0000 UTC m=+30.835099987 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271c240): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271c780): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271c780): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271c780): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271c780): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271c780): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.628722219 +0000 UTC m=+30.835099987 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271c780): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501fe6ee0 item 27 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271ce00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271ce00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271ce00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271ce00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271ce00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.631036974 +0000 UTC m=+30.837414741 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271ce00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271d340): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271d340): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271d340): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271d340): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271d340): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.631036974 +0000 UTC m=+30.837414741 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271d340): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501fe7490 item 28 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271d980): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c50271d980): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271d980): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271d980): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271d980): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271d980): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271d980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271dd40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271dd40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271dd40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271dd40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271dd40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.632744548 +0000 UTC m=+30.839122315 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50271dd40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502740500): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502740500): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502740500): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502740500): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502740500): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.632744548 +0000 UTC m=+30.839122315 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502740500): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501fe7810 item 29 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502740b80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502740b80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502740b80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502740b80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502740b80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.634526612 +0000 UTC m=+30.840904379 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502740b80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027410c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027410c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027410c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027410c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027410c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.634526612 +0000 UTC m=+30.840904379 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027410c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501fe7b90 item 30 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502741700): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c502741700): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502741700): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502741700): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502741700): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502741700): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502741700): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502741ac0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502741ac0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502741ac0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502741ac0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502741ac0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.636347759 +0000 UTC m=+30.842725526 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502741ac0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760280): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760280): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760280): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760280): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760280): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.636347759 +0000 UTC m=+30.842725526 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760280): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502022310 item 31 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760900): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760900): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760900): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760900): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760900): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.638030177 +0000 UTC m=+30.844407974 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760900): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760e40): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760e40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760e40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760e40): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760e40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.638030177 +0000 UTC m=+30.844407974 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502760e40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502022bd0 item 32 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761480): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761480): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761480): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761480): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761480): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.639463387 +0000 UTC m=+30.845841133 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761480): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761900): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761900): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761900): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761900): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761900): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502023500 item 33 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761900): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761900): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.639840624 +0000 UTC m=+30.846218371 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761900): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761e00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761e00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761e00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761e00): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761e00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.639840624 +0000 UTC m=+30.846218371 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502761e00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5020237a0 item 33 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c540): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c540): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c540): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.641226214 +0000 UTC m=+30.847603971 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c9c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c9c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502012070 item 34 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c9c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c9c0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c9c0): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c9c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c9c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.642140169 +0000 UTC m=+30.848517926 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c9c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cf00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cf00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cf00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cf00): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cf00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.642140169 +0000 UTC m=+30.848517926 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cf00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5020122a0 item 34 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d540): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d540): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d540): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.6444853 +0000 UTC m=+30.850863048 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c400): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c400): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c400): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c400): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c400): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502012230 item 35 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c400): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c400): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.644993152 +0000 UTC m=+30.851370900 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c400): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c900): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c900): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c900): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c900): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c900): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.644993152 +0000 UTC m=+30.851370900 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c900): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502012700 item 35 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cfc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cfc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cfc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cfc0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cfc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.646148101 +0000 UTC m=+30.852525848 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cfc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277da80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277da80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502013650 item 36 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277da80): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277da80): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277da80): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277da80): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277da80): close: 2026/07/14 04:29:33 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-niyibot1cisu/dir/file1: no such file or directory 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.646669809 +0000 UTC m=+30.853047566 2026/07/14 04:29:33 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-niyibot1cisu/dir/file1: no such file or directory 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277da80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7e1c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7e1c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7e1c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7e1c0): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7e1c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.646669809 +0000 UTC m=+30.853047566 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7e1c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502013880 item 36 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7f780): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7f780): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7f780): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7f780): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7f780): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.647833833 +0000 UTC m=+30.854211590 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7f780): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7fcc0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7fcc0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7fcc0): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7fcc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7fcc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502224540 item 37 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7fcc0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7fcc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.648316079 +0000 UTC m=+30.854693826 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7fcc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206480): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206480): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206480): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206480): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206480): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.648316079 +0000 UTC m=+30.854693826 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206480): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5022248c0 item 37 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207740): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207740): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207740): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207740): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207740): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.649801846 +0000 UTC m=+30.856179603 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207740): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207c40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207c40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502225180 item 38 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207c40): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207c40): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207c40): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207c40): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207c40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.650304651 +0000 UTC m=+30.856682408 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207c40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2cc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2cc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2cc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2cc0): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2cc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.650304651 +0000 UTC m=+30.856682408 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2cc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502225570 item 38 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3a80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3a80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3a80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3a80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3a80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.651462844 +0000 UTC m=+30.857840601 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3a80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020304c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020304c0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020304c0): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020304c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020304c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502225d50 item 39 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020304c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020304c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.651875859 +0000 UTC m=+30.858253616 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020304c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030dc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030dc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030dc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030dc0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030dc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.651875859 +0000 UTC m=+30.858253616 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030dc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024ba150 item 39 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494000): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494000): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494000): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494000): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494000): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.653172843 +0000 UTC m=+30.859550600 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494000): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494500): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494500): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024ba620 item 40 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494500): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494500): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494500): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494500): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494500): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.653808556 +0000 UTC m=+30.860186313 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494500): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494a80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494a80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494a80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494a80): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494a80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.653808556 +0000 UTC m=+30.860186313 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494a80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024bab60 item 40 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495040): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495040): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495040): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495040): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495040): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495040): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495040): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.654996135 +0000 UTC m=+30.861373892 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495040): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024955c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024955c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024955c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024bb030 item 41 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024955c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024955c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.655443032 +0000 UTC m=+30.861820789 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024955c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495a80): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495a80): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495a80): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495a80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495a80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024bb1f0 item 41 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495a80): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495a80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.655891114 +0000 UTC m=+30.862268861 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495a80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253e0c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253e0c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253e0c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253e0c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253e0c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.655891114 +0000 UTC m=+30.862268861 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253e0c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024bb500 item 41 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253e700): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253e700): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253e700): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253e700): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253e700): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253e700): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253e700): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.657268067 +0000 UTC m=+30.863645814 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253e700): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253ec00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253ec00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253ec00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024bbc00 item 42 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253ec00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253ec00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.657639966 +0000 UTC m=+30.864017713 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253ec00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253f140): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253f140): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024bbdc0 item 42 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253f140): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253f140): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253f140): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253f140): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253f140): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.658111039 +0000 UTC m=+30.864488787 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253f140): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253f6c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253f6c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253f6c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253f6c0): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253f6c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.658111039 +0000 UTC m=+30.864488787 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253f6c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f46770 item 42 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253fd00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253fd00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253fd00): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253fd00): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253fd00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253fd00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253fd00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.659121526 +0000 UTC m=+30.865499273 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50253fd00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254a300): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254a300): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254a300): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f47110 item 43 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254a300): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254a300): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.659513973 +0000 UTC m=+30.865891719 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254a300): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254a840): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254a840): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254a840): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254a840): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254a840): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f47880 item 43 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254a840): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254a840): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.660124197 +0000 UTC m=+30.866501954 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254a840): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254ad80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254ad80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254ad80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254ad80): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254ad80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.660124197 +0000 UTC m=+30.866501954 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254ad80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f47c70 item 43 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254b3c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254b3c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254b3c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254b3c0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254b3c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254b3c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254b3c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.661360187 +0000 UTC m=+30.867737944 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254b3c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254b8c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254b8c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254b8c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501ef6310 item 44 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254b8c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254b8c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.661788701 +0000 UTC m=+30.868166458 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254b8c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254be00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254be00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501ef65b0 item 44 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254be00): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254be00): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254be00): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254be00): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254be00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.662310461 +0000 UTC m=+30.868688218 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50254be00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556480): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556480): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556480): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556480): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556480): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.662310461 +0000 UTC m=+30.868688218 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556480): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501ef67e0 item 44 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556ac0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556ac0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556ac0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556ac0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556ac0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556ac0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556ac0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.663590232 +0000 UTC m=+30.869967979 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556ac0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556fc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556fc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556fc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501ef72d0 item 45 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556fc0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556fc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.664066415 +0000 UTC m=+30.870444172 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502556fc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025576c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025576c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025576c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025576c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025576c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.664066415 +0000 UTC m=+30.870444172 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025576c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501ef79d0 item 45 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502557d00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502557d00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502557d00): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502557d00): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502557d00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502557d00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502557d00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.665386362 +0000 UTC m=+30.871764119 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502557d00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502562300): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502562300): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502562300): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027ac2a0 item 46 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502562300): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502562300): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.665768128 +0000 UTC m=+30.872145885 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502562300): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502562a00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502562a00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502562a00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502562a00): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502562a00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.665768128 +0000 UTC m=+30.872145885 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502562a00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027ac460 item 46 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563040): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563040): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563040): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563040): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563040): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563040): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563040): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.666990463 +0000 UTC m=+30.873368220 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563040): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563540): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563540): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027ac8c0 item 47 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563540): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.667429967 +0000 UTC m=+30.873807724 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563c40): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563c40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563c40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563c40): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563c40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.667429967 +0000 UTC m=+30.873807724 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502563c40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027acaf0 item 47 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257a380): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257a380): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257a380): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257a380): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257a380): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257a380): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257a380): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.668751657 +0000 UTC m=+30.875129414 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257a380): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257a880): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257a880): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257a880): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027ad110 item 48 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257a880): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257a880): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.669165915 +0000 UTC m=+30.875543672 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257a880): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257af80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257af80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257af80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257af80): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257af80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.669165915 +0000 UTC m=+30.875543672 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257af80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027ad2d0 item 48 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257b5c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257b5c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257b5c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257b5c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257b5c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.670457168 +0000 UTC m=+30.876834925 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257b5c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257ba40): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257ba40): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257ba40): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257ba40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257ba40): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257ba40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027ad730 item 49 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257ba40): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257ba40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.67088469 +0000 UTC m=+30.877262447 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50257ba40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4080): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4080): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4080): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4080): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4080): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.67088469 +0000 UTC m=+30.877262447 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4080): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027ad8f0 item 49 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4700): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4700): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4700): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4700): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4700): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.672008549 +0000 UTC m=+30.878386306 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4700): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4c00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4c00): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4c00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027addc0 item 50 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4c00): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4c00): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4c00): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4c00): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4c00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.6725477 +0000 UTC m=+30.878925447 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe4c00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5180): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5180): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5180): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5180): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5180): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.6725477 +0000 UTC m=+30.878925447 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5180): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b2150 item 50 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5800): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5800): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5800): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5800): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5800): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.673780835 +0000 UTC m=+30.880158583 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5800): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5d00): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5d00): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5d00): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5d00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5d00): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5d00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b2770 item 51 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5d00): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5d00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.674238433 +0000 UTC m=+30.880616180 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501fe5d00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206c340): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206c340): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206c340): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206c340): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206c340): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.674238433 +0000 UTC m=+30.880616180 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206c340): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b29a0 item 51 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206c9c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206c9c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206c9c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206c9c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206c9c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.67530794 +0000 UTC m=+30.881685688 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206c9c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206cec0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206cec0): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206cec0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b2ee0 item 52 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206cec0): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206cec0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206cec0): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206cec0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206cec0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.675798952 +0000 UTC m=+30.882176699 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206cec0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206d440): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206d440): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206d440): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206d440): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206d440): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.675798952 +0000 UTC m=+30.882176699 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206d440): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b3110 item 52 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206dac0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206dac0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206dac0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206dac0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206dac0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.676824076 +0000 UTC m=+30.883201823 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50206dac0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e0c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e0c0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e0c0): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e0c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e0c0): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e0c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b36c0 item 53 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e0c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e0c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.677264912 +0000 UTC m=+30.883642660 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e0c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e600): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e600): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e600): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e600): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e600): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.677264912 +0000 UTC m=+30.883642660 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e600): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b3880 item 53 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217ec80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217ec80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217ec80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217ec80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217ec80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.678319712 +0000 UTC m=+30.884697459 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217ec80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f180): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f180): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f180): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b3d50 item 54 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f180): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f180): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f180): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f180): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f180): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.678845028 +0000 UTC m=+30.885222775 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f180): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f700): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f700): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f700): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f700): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f700): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.678845028 +0000 UTC m=+30.885222775 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f700): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50224a150 item 54 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217fd80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217fd80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217fd80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217fd80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217fd80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.679939061 +0000 UTC m=+30.886316808 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217fd80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0380): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0380): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0380): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0380): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0380): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0380): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50224a850 item 55 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0380): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0380): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.680303866 +0000 UTC m=+30.886681623 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0380): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a08c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a08c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a08c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a08c0): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a08c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.680303866 +0000 UTC m=+30.886681623 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a08c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50224acb0 item 55 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0f40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0f40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0f40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0f40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0f40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.681389443 +0000 UTC m=+30.887767190 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0f40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1440): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1440): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1440): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50224ba40 item 56 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1440): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1440): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1440): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1440): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1440): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.681831983 +0000 UTC m=+30.888209740 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1440): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a19c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a19c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a19c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a19c0): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a19c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.681831983 +0000 UTC m=+30.888209740 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a19c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50201c000 item 56 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276100): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276100): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276100): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276100): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276100): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276100): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276100): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276100): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.682948769 +0000 UTC m=+30.889326516 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276100): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276640): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276640): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276640): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50201c5b0 item 57 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276640): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276640): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.683375079 +0000 UTC m=+30.889752827 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276640): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276b80): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276b80): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276b80): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276b80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276b80): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276b80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50201ce70 item 57 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276b80): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276b80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.683781392 +0000 UTC m=+30.890159138 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502276b80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277100): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277100): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277100): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277100): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277100): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.683781392 +0000 UTC m=+30.890159138 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277100): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50201d1f0 item 57 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277740): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277740): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277740): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277740): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277740): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277740): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277740): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277740): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.684818598 +0000 UTC m=+30.891196345 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277740): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277c80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277c80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277c80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50201d7a0 item 58 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277c80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277c80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.6852089 +0000 UTC m=+30.891586648 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502277c80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a82c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a82c0): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a82c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234c000 item 58 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a82c0): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a82c0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a82c0): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a82c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a82c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.685701595 +0000 UTC m=+30.892079341 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a82c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a8880): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a8880): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a8880): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a8880): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a8880): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.685701595 +0000 UTC m=+30.892079341 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a8880): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234c230 item 58 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a8ec0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a8ec0): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a8ec0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a8ec0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a8ec0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a8ec0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a8ec0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a8ec0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.686839129 +0000 UTC m=+30.893216876 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a8ec0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9400): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9400): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9400): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234c700 item 59 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9400): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9400): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.687264027 +0000 UTC m=+30.893641784 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9400): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9940): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9940): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9940): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9940): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9940): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9940): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234c8c0 item 59 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9940): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9940): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.687681811 +0000 UTC m=+30.894059558 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9940): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9ec0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9ec0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9ec0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9ec0): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9ec0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.687681811 +0000 UTC m=+30.894059558 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a9ec0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234ca80 item 59 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dc600): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dc600): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dc600): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dc600): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dc600): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dc600): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dc600): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dc600): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.688794679 +0000 UTC m=+30.895172426 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dc600): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dcb40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dcb40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dcb40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234ce00 item 60 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dcb40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dcb40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.689191674 +0000 UTC m=+30.895569422 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dcb40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dd080): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dd080): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dd080): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234d0a0 item 60 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dd080): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dd080): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dd080): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dd080): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dd080): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.689670212 +0000 UTC m=+30.896047959 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dd080): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dd640): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dd640): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dd640): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dd640): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dd640): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.689670212 +0000 UTC m=+30.896047959 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022dd640): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234d260 item 60 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ddc80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ddc80): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ddc80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ddc80): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ddc80): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ddc80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ddc80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ddc80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.690703731 +0000 UTC m=+30.897081478 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ddc80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fc2c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fc2c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fc2c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234d810 item 61 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fc2c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fc2c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.691136944 +0000 UTC m=+30.897514692 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fc2c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fc9c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fc9c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fc9c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fc9c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fc9c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.691136944 +0000 UTC m=+30.897514692 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fc9c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234dab0 item 61 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fd000): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fd000): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fd000): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fd000): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fd000): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fd000): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fd000): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fd000): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.692252909 +0000 UTC m=+30.898630656 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fd000): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fd540): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fd540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fd540): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288c070 item 62 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fd540): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fd540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.692654492 +0000 UTC m=+30.899032239 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fd540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fdc40): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fdc40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fdc40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fdc40): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fdc40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.692654492 +0000 UTC m=+30.899032239 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022fdc40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288c230 item 62 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a380): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a380): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a380): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a380): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a380): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a380): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a380): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a380): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.693743436 +0000 UTC m=+30.900121183 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a380): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2040): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2040): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2040): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288c5b0 item 63 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2040): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2040): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.694273751 +0000 UTC m=+30.900651508 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2040): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2780): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2780): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2780): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2780): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2780): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.694273751 +0000 UTC m=+30.900651508 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2780): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023aa1c0 item 63 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2dc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2dc0): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2dc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2dc0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2dc0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2dc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2dc0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2dc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.695624075 +0000 UTC m=+30.902001863 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2dc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3300): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3300): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3300): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023aa930 item 64 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3300): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3300): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.696043893 +0000 UTC m=+30.902421650 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3300): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3a00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3a00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3a00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3a00): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3a00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.696043893 +0000 UTC m=+30.902421650 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3a00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023aaaf0 item 64 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243c140): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243c140): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243c140): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243c140): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243c140): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.69730009 +0000 UTC m=+30.903677847 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243c140): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243c5c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243c5c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243c5c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243c5c0): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243c5c0): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023aafc0 item 65 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243c5c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243c5c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.697826979 +0000 UTC m=+30.904204736 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243c5c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243cac0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243cac0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243cac0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243cac0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243cac0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.697826979 +0000 UTC m=+30.904204736 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243cac0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023ab260 item 65 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243d100): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243d100): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243d100): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243d100): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243d100): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.698993959 +0000 UTC m=+30.905371706 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243d100): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243d580): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243d580): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023ab960 item 66 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243d580): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243d580): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243d580): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243d580): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243d580): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.699436219 +0000 UTC m=+30.905813966 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243d580): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243dac0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243dac0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243dac0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243dac0): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243dac0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.699436219 +0000 UTC m=+30.905813966 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243dac0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023abce0 item 66 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472200): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472200): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472200): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472200): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472200): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.700574595 +0000 UTC m=+30.906952343 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472200): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472680): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472680): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472680): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472680): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472680): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5020348c0 item 67 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472680): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472680): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.701020101 +0000 UTC m=+30.907397847 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472680): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472b80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472b80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472b80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472b80): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472b80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.701020101 +0000 UTC m=+30.907397847 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502472b80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502034e00 item 67 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473200): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473200): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473200): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473200): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473200): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.702066725 +0000 UTC m=+30.908444472 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473200): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473700): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473700): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502035730 item 68 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473700): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473700): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473700): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473700): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473700): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.702510127 +0000 UTC m=+30.908887884 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473700): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473c40): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473c40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473c40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473c40): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473c40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.702510127 +0000 UTC m=+30.908887884 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502473c40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502902070 item 68 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492380): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492380): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492380): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492380): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492380): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.703498071 +0000 UTC m=+30.909875818 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492380): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492800): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492800): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492800): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492800): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492800): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502902540 item 69 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492800): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492800): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.703868315 +0000 UTC m=+30.910246062 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492800): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492d00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492d00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492d00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492d00): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492d00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.703868315 +0000 UTC m=+30.910246062 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492d00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502902770 item 69 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493380): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493380): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493380): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493380): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493380): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.704948302 +0000 UTC m=+30.911326049 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493380): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493880): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493880): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502902af0 item 70 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493880): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493880): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493880): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493880): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493880): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.705376356 +0000 UTC m=+30.911754113 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493880): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493dc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493dc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493dc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493dc0): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493dc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.705376356 +0000 UTC m=+30.911754113 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493dc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502902cb0 item 70 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6540): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6540): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6540): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.706354461 +0000 UTC m=+30.912732208 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6a40): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6a40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6a40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6a40): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6a40): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502903030 item 71 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6a40): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6a40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.706747318 +0000 UTC m=+30.913125065 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6a40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6f40): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6f40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6f40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6f40): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6f40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.706747318 +0000 UTC m=+30.913125065 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c6f40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029032d0 item 71 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c75c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c75c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c75c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c75c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c75c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.707845208 +0000 UTC m=+30.914222955 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c75c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c7ac0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c7ac0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029036c0 item 72 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c7ac0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c7ac0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c7ac0): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c7ac0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c7ac0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.708264145 +0000 UTC m=+30.914641892 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024c7ac0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f4100): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f4100): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f4100): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f4100): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f4100): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.708264145 +0000 UTC m=+30.914641892 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f4100): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502903880 item 72 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f46c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f46c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f46c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f46c0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f46c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f46c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f46c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.709221231 +0000 UTC m=+30.915598978 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f46c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f4bc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f4bc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f4bc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502903d50 item 73 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f4bc0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f4bc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.709569194 +0000 UTC m=+30.915946941 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f4bc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5080): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5080): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5080): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5080): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5080): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029a2070 item 73 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5080): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5080): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.709964676 +0000 UTC m=+30.916342423 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5080): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f55c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f55c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f55c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f55c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f55c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.709964676 +0000 UTC m=+30.916342423 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f55c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029a2310 item 73 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5c00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5c00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5c00): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5c00): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5c00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5c00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5c00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.710919038 +0000 UTC m=+30.917296784 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024f5c00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510200): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510200): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510200): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029a3810 item 74 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510200): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510200): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.711271749 +0000 UTC m=+30.917649496 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510200): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510740): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510740): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029a3a40 item 74 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510740): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510740): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510740): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510740): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510740): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.711691206 +0000 UTC m=+30.918068952 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510740): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510cc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510cc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510cc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510cc0): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510cc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.711691206 +0000 UTC m=+30.918068952 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502510cc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029a3ce0 item 74 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511300): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511300): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511300): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511300): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511300): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511300): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511300): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.712674331 +0000 UTC m=+30.919052088 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511300): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511800): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511800): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511800): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502916310 item 75 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511800): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511800): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.713005803 +0000 UTC m=+30.919383580 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511800): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511d40): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511d40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511d40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511d40): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511d40): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029164d0 item 75 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511d40): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511d40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.713412877 +0000 UTC m=+30.919790623 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502511d40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502588380): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502588380): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502588380): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502588380): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502588380): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.713412877 +0000 UTC m=+30.919790623 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502588380): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029168c0 item 75 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025889c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025889c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025889c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025889c0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025889c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025889c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025889c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.714420848 +0000 UTC m=+30.920798595 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025889c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502588ec0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502588ec0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502588ec0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502916d90 item 76 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502588ec0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502588ec0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.714770956 +0000 UTC m=+30.921148703 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502588ec0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502589400): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502589400): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502916f50 item 76 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502589400): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502589400): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502589400): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502589400): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502589400): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.715249473 +0000 UTC m=+30.921627220 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502589400): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502589980): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502589980): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502589980): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502589980): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502589980): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.715249473 +0000 UTC m=+30.921627220 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502589980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502917110 item 76 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a80c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a80c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a80c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a80c0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a80c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a80c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a80c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.716214143 +0000 UTC m=+30.922591891 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a80c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a85c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a85c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a85c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502917570 item 77 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a85c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a85c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.716557047 +0000 UTC m=+30.922934794 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a85c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a8cc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a8cc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a8cc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a8cc0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a8cc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.716557047 +0000 UTC m=+30.922934794 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a8cc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029177a0 item 77 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a9300): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a9300): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a9300): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a9300): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a9300): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a9300): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a9300): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.71775233 +0000 UTC m=+30.924130077 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a9300): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a9800): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a9800): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a9800): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d6000 item 78 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a9800): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a9800): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.718097037 +0000 UTC m=+30.924474784 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025a9800): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4000): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4000): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4000): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4000): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4000): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.718097037 +0000 UTC m=+30.924474784 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4000): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d6380 item 78 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4640): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4640): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4640): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4640): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4640): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4640): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4640): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.719207681 +0000 UTC m=+30.925585428 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4640): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4b40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4b40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4b40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d6700 item 79 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4b40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4b40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.719583146 +0000 UTC m=+30.925960893 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c4b40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5240): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5240): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5240): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5240): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5240): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.719583146 +0000 UTC m=+30.925960893 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5240): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d68c0 item 79 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5880): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5880): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5880): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5880): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5880): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5880): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5880): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.720739586 +0000 UTC m=+30.927117332 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5880): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5d80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5d80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5d80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d6c40 item 80 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5d80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5d80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.721113848 +0000 UTC m=+30.927491594 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025c5d80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e6580): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e6580): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e6580): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e6580): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e6580): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.721113848 +0000 UTC m=+30.927491594 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e6580): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d6e00 item 80 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e6bc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e6bc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e6bc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e6bc0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e6bc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.722206077 +0000 UTC m=+30.928583824 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e6bc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7040): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7040): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7040): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7040): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7040): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7040): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d72d0 item 81 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7040): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7040): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.72261732 +0000 UTC m=+30.928995067 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7040): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7580): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7580): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7580): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7580): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7580): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.72261732 +0000 UTC m=+30.928995067 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7580): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d7490 item 81 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7c00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7c00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7c00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7c00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7c00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.723646842 +0000 UTC m=+30.930024588 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025e7c00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fe200): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fe200): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fe200): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d7810 item 82 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fe200): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fe200): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fe200): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fe200): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fe200): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.724057171 +0000 UTC m=+30.930434918 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fe200): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fe780): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fe780): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fe780): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fe780): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fe780): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.724057171 +0000 UTC m=+30.930434918 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fe780): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d79d0 item 82 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fee00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fee00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fee00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fee00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fee00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.725002365 +0000 UTC m=+30.931380112 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025fee00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ff300): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ff300): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ff300): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ff300): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ff300): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ff300): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d7d50 item 83 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ff300): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ff300): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.725445206 +0000 UTC m=+30.931822953 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ff300): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ff840): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ff840): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ff840): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ff840): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ff840): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.725445206 +0000 UTC m=+30.931822953 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ff840): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023ca070 item 83 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ffec0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ffec0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ffec0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ffec0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ffec0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.726494084 +0000 UTC m=+30.932871832 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025ffec0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026164c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026164c0): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026164c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023ca7e0 item 84 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026164c0): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026164c0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026164c0): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026164c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026164c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.726942906 +0000 UTC m=+30.933320664 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026164c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502616a40): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502616a40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502616a40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502616a40): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502616a40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.726942906 +0000 UTC m=+30.933320664 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502616a40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023caaf0 item 84 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026170c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026170c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026170c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026170c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026170c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.727972319 +0000 UTC m=+30.934350066 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026170c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026175c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026175c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026175c0): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026175c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026175c0): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026175c0): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023cae70 item 85 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026175c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026175c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.728467007 +0000 UTC m=+30.934844753 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026175c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502617b00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502617b00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502617b00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502617b00): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502617b00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.728467007 +0000 UTC m=+30.934844753 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502617b00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023cb180 item 85 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642280): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642280): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642280): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642280): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642280): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.729460641 +0000 UTC m=+30.935838389 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642280): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642780): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642780): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642780): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023cb650 item 86 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642780): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642780): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642780): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642780): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642780): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.729871101 +0000 UTC m=+30.936248848 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642780): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642d00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642d00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642d00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642d00): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642d00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.729871101 +0000 UTC m=+30.936248848 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642d00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023cb8f0 item 86 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643380): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643380): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643380): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643380): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643380): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.731538941 +0000 UTC m=+30.937916688 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643380): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643880): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643880): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643880): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643880): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643880): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643880): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502234150 item 87 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643880): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643880): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.732275854 +0000 UTC m=+30.938653601 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643880): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643dc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643dc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643dc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643dc0): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643dc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.732275854 +0000 UTC m=+30.938653601 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643dc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502234310 item 87 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660540): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660540): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660540): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.733540757 +0000 UTC m=+30.939918504 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660a40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660a40): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660a40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502234f50 item 88 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660a40): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660a40): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660a40): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660a40): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660a40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.734878628 +0000 UTC m=+30.941256376 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660a40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660fc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660fc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660fc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660fc0): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660fc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.734878628 +0000 UTC m=+30.941256376 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502660fc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5022351f0 item 88 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502661600): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502661600): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502661600): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502661600): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502661600): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502661600): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502661600): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502661600): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.735994823 +0000 UTC m=+30.942372570 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502661600): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502661b40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502661b40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502661b40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5022358f0 item 89 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502661b40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502661b40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.736400203 +0000 UTC m=+30.942777950 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502661b40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688180): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688180): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688180): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688180): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688180): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688180): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502235b90 item 89 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688180): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688180): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.736811105 +0000 UTC m=+30.943188852 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688180): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688700): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688700): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688700): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688700): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688700): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.736811105 +0000 UTC m=+30.943188852 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688700): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f4c000 item 89 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688d40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688d40): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688d40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688d40): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688d40): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688d40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688d40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688d40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.737878818 +0000 UTC m=+30.944256565 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502688d40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502689280): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502689280): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502689280): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f4c690 item 90 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502689280): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502689280): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.738319986 +0000 UTC m=+30.944697733 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502689280): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026897c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026897c0): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026897c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f4c8c0 item 90 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026897c0): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026897c0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026897c0): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026897c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026897c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.738763198 +0000 UTC m=+30.945140945 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026897c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502689d80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502689d80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502689d80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502689d80): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502689d80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.738763198 +0000 UTC m=+30.945140945 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502689d80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f4cd20 item 90 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b04c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b04c0): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b04c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b04c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b04c0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b04c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b04c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b04c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.739768995 +0000 UTC m=+30.946146743 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b04c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b0a00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b0a00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b0a00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f4d3b0 item 91 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b0a00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b0a00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.740175728 +0000 UTC m=+30.946553485 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b0a00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b0f40): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b0f40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b0f40): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b0f40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b0f40): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b0f40): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f4d8f0 item 91 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b0f40): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b0f40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.74058144 +0000 UTC m=+30.946959187 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b0f40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b14c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b14c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b14c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b14c0): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b14c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.74058144 +0000 UTC m=+30.946959187 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b14c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f4dc70 item 91 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b1b00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b1b00): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b1b00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b1b00): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b1b00): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b1b00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b1b00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b1b00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.741602085 +0000 UTC m=+30.947979832 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026b1b00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ce140): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ce140): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ce140): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024d4380 item 92 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ce140): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ce140): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.741962802 +0000 UTC m=+30.948340549 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ce140): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ce680): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ce680): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ce680): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024d4540 item 92 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ce680): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ce680): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ce680): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ce680): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ce680): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.742426333 +0000 UTC m=+30.948804080 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ce680): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cec40): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cec40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cec40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cec40): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cec40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.742426333 +0000 UTC m=+30.948804080 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cec40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024d4700 item 92 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cf280): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cf280): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cf280): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cf280): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cf280): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cf280): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cf280): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cf280): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.743427591 +0000 UTC m=+30.949805338 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cf280): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cf7c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cf7c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cf7c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024d4c40 item 93 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cf7c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cf7c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.743790692 +0000 UTC m=+30.950168440 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cf7c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cfec0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cfec0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cfec0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cfec0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cfec0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.743790692 +0000 UTC m=+30.950168440 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026cfec0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024d4e70 item 93 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0600): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0600): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0600): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0600): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0600): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0600): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0600): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0600): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.744793874 +0000 UTC m=+30.951171622 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0600): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0b40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0b40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0b40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024d53b0 item 94 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0b40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0b40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.745116309 +0000 UTC m=+30.951494057 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0b40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1240): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1240): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1240): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1240): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1240): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.745116309 +0000 UTC m=+30.951494057 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1240): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024d5570 item 94 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1880): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1880): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1880): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1880): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1880): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1880): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1880): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1880): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.746198161 +0000 UTC m=+30.952575907 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1880): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1dc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1dc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1dc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024d5ab0 item 95 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1dc0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1dc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.746534441 +0000 UTC m=+30.952912189 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1dc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027105c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027105c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027105c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027105c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027105c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.746534441 +0000 UTC m=+30.952912189 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027105c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024d5ce0 item 95 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502710c00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502710c00): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502710c00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502710c00): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502710c00): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502710c00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502710c00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502710c00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.747533747 +0000 UTC m=+30.953911493 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502710c00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502711140): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502711140): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502711140): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5025162a0 item 96 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502711140): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502711140): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.747843547 +0000 UTC m=+30.954221295 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502711140): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502711840): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502711840): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502711840): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502711840): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502711840): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.747843547 +0000 UTC m=+30.954221295 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502711840): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502516460 item 96 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= 2026/07/14 04:29:33 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:33 DEBUG : Looking for writers 2026/07/14 04:29:33 DEBUG : >WaitForWriters: 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:33 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/07/14 04:29:33 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92680): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92680): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92680): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92680): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92680): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.754565321 +0000 UTC m=+30.960943068 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92680): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92dc0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92dc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92dc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92dc0): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92dc0): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92dc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92dc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.754565321 +0000 UTC m=+30.960943068 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92dc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93280): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93280): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93280): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93280): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93280): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.754565321 +0000 UTC m=+30.960943068 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93280): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502022a10 item 1 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d938c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d938c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d938c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d938c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d938c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.756324823 +0000 UTC m=+30.962702570 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d938c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93dc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93dc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93dc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93dc0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93dc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.756324823 +0000 UTC m=+30.962702570 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93dc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502023570 item 2 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a500): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a500): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a500): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a500): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a500): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.757451598 +0000 UTC m=+30.963829344 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a500): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a980): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a980): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a980): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a980): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a980): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a980): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a980): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.757451598 +0000 UTC m=+30.963829344 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232a980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232aec0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232aec0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232aec0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232aec0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232aec0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.757451598 +0000 UTC m=+30.963829344 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232aec0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502023ab0 item 3 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232b540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232b540): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232b540): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232b540): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232b540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.759051059 +0000 UTC m=+30.965428806 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232b540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232ba80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232ba80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232ba80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232ba80): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232ba80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.759051059 +0000 UTC m=+30.965428806 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50232ba80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288c380 item 4 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c200): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c200): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c200): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c200): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c200): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.76051118 +0000 UTC m=+30.966888926 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c200): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c680): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c680): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c680): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c680): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c680): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c680): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c680): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.76051118 +0000 UTC m=+30.966888926 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c680): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cb40): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cb40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cb40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cb40): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cb40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.76051118 +0000 UTC m=+30.966888926 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277cb40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288c700 item 5 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d1c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d1c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d1c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d1c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d1c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.761949057 +0000 UTC m=+30.968326814 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d1c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d700): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d700): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d700): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d700): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d700): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.761949057 +0000 UTC m=+30.968326814 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d700): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288cd90 item 6 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277dd80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277dd80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277dd80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277dd80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277dd80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.76300006 +0000 UTC m=+30.969377807 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277dd80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7e840): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7e840): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7e840): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7e840): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7e840): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7e840): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7e840): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.76300006 +0000 UTC m=+30.969377807 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7e840): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7f880): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7f880): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7f880): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7f880): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7f880): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.76300006 +0000 UTC m=+30.969377807 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7f880): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288d110 item 7 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206200): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206200): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206200): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206200): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206200): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.764447857 +0000 UTC m=+30.970825604 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206200): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206940): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206940): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206940): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206940): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206940): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.764447857 +0000 UTC m=+30.970825604 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206940): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288d730 item 8 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022079c0): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c5022079c0): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022079c0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022079c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022079c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022079c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022079c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207d80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207d80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207d80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207d80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207d80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.765764547 +0000 UTC m=+30.972142294 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207d80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2f40): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2f40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2f40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2f40): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2f40): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2f40): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2f40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.765764547 +0000 UTC m=+30.972142294 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2f40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3900): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3900): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3900): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3900): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3900): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.765764547 +0000 UTC m=+30.972142294 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3900): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288dab0 item 9 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030500): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030500): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030500): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030500): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030500): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.767363508 +0000 UTC m=+30.973741276 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030500): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030e40): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030e40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030e40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030e40): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030e40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.767363508 +0000 UTC m=+30.973741276 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502030e40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5025162a0 item 10 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494040): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c502494040): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494040): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494040): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494040): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494040): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494040): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494400): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494400): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494400): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494400): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494400): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.768697181 +0000 UTC m=+30.975074927 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494400): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494900): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494900): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494900): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494900): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494900): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494900): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494900): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.768697181 +0000 UTC m=+30.975074927 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494900): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494e00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494e00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494e00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494e00): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494e00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.768697181 +0000 UTC m=+30.975074927 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494e00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502516700 item 11 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024954c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024954c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024954c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024954c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024954c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.770538366 +0000 UTC m=+30.976916113 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024954c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495a00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495a00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495a00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495a00): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495a00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.770538366 +0000 UTC m=+30.976916113 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495a00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502516bd0 item 12 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2140): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c5023b2140): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2140): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2140): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2140): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2140): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2140): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2540): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2540): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2540): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.771860577 +0000 UTC m=+30.978238325 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2c00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2c00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2c00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2c00): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2c00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.771860577 +0000 UTC m=+30.978238325 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b2c00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502517730 item 13 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3280): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3280): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3280): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3280): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3280): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.773202155 +0000 UTC m=+30.979579932 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3280): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b37c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b37c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b37c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b37c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b37c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.773202155 +0000 UTC m=+30.979579932 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b37c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502517c00 item 14 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3e00): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c5023b3e00): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3e00): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3e00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3e00): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3e00): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b3e00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020702c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020702c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020702c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020702c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020702c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.774597923 +0000 UTC m=+30.980975711 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020702c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502070980): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502070980): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502070980): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502070980): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502070980): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.774597923 +0000 UTC m=+30.980975711 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502070980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5020121c0 item 15 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071000): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071000): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071000): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071000): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071000): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.775886302 +0000 UTC m=+30.982264069 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071000): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071540): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071540): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071540): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.775886302 +0000 UTC m=+30.982264069 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502012540 item 16 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071b80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071b80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071b80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071b80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071b80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.777327716 +0000 UTC m=+30.983705463 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502071b80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216a100): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216a100): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216a100): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216a100): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216a100): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216a100): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216a100): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216a100): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.777327716 +0000 UTC m=+30.983705463 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216a100): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216a600): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216a600): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216a600): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216a600): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216a600): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.777327716 +0000 UTC m=+30.983705463 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216a600): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502012ee0 item 17 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216ac80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216ac80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216ac80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216ac80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216ac80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.779132423 +0000 UTC m=+30.985510170 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216ac80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216b1c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216b1c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216b1c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216b1c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216b1c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.779132423 +0000 UTC m=+30.985510170 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216b1c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502013c00 item 18 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216b840): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216b840): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216b840): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216b840): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216b840): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.780486595 +0000 UTC m=+30.986864342 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216b840): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216bd40): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216bd40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216bd40): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216bd40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216bd40): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216bd40): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216bd40): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216bd40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.780486595 +0000 UTC m=+30.986864342 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216bd40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e340): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e340): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e340): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e340): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e340): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.780486595 +0000 UTC m=+30.986864342 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e340): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502224930 item 19 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e9c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e9c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e9c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e9c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e9c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.782289609 +0000 UTC m=+30.988667355 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217e9c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217ef00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217ef00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217ef00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217ef00): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217ef00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.782289609 +0000 UTC m=+30.988667355 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217ef00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502225490 item 20 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f580): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f580): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f580): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f580): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f580): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.783606419 +0000 UTC m=+30.989984166 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217f580): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217fa80): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217fa80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217fa80): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217fa80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217fa80): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217fa80): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217fa80): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217fa80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.783606419 +0000 UTC m=+30.989984166 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50217fa80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198080): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198080): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198080): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198080): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198080): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.783606419 +0000 UTC m=+30.989984166 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198080): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502225ce0 item 21 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198700): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198700): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198700): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198700): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198700): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.785368295 +0000 UTC m=+30.991746052 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198700): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198c40): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198c40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198c40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198c40): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198c40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.785368295 +0000 UTC m=+30.991746052 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502198c40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024ba3f0 item 22 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021992c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021992c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021992c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021992c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021992c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.786584898 +0000 UTC m=+30.992962645 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021992c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021997c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021997c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021997c0): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021997c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021997c0): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021997c0): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021997c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021997c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.786584898 +0000 UTC m=+30.992962645 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021997c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502199cc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502199cc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502199cc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502199cc0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502199cc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.786584898 +0000 UTC m=+30.992962645 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502199cc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024bac40 item 23 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4440): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4440): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4440): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4440): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4440): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.788158712 +0000 UTC m=+30.994536459 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4440): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4980): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4980): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4980): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4980): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4980): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.788158712 +0000 UTC m=+30.994536459 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024bb1f0 item 24 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4fc0): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c5021b4fc0): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4fc0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4fc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4fc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4fc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b4fc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5380): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5380): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5380): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5380): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5380): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.789280046 +0000 UTC m=+30.995657793 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5380): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5880): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5880): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5880): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5880): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5880): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5880): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5880): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5880): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.789280046 +0000 UTC m=+30.995657793 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5880): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5dc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5dc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5dc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5dc0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5dc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.789280046 +0000 UTC m=+30.995657793 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b5dc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024bb960 item 25 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502280540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502280540): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502280540): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502280540): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502280540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.790838931 +0000 UTC m=+30.997216677 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502280540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502280a80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502280a80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502280a80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502280a80): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502280a80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.790838931 +0000 UTC m=+30.997216677 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502280a80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024bbe30 item 26 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022810c0): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c5022810c0): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022810c0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022810c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022810c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022810c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022810c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281480): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281480): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281480): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281480): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281480): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.791991014 +0000 UTC m=+30.998368760 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281480): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281980): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281980): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281980): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281980): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281980): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281980): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281980): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281980): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.791991014 +0000 UTC m=+30.998368760 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281ec0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281ec0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281ec0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281ec0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281ec0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.791991014 +0000 UTC m=+30.998368760 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502281ec0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f468c0 item 27 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502292640): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502292640): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502292640): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502292640): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502292640): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.793759102 +0000 UTC m=+31.000136859 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502292640): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502292b80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502292b80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502292b80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502292b80): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502292b80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.793759102 +0000 UTC m=+31.000136859 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502292b80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f478f0 item 28 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022931c0): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c5022931c0): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022931c0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022931c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022931c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022931c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022931c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502293580): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502293580): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502293580): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502293580): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502293580): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.795069851 +0000 UTC m=+31.001447598 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502293580): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502293c40): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502293c40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502293c40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502293c40): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502293c40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.795069851 +0000 UTC m=+31.001447598 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502293c40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501ef60e0 item 29 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b03c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b03c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b03c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b03c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b03c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.796344062 +0000 UTC m=+31.002721829 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b03c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b0900): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b0900): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b0900): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b0900): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b0900): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.796344062 +0000 UTC m=+31.002721829 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b0900): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501ef6620 item 30 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b0f40): _readAt: size=2, off=0 2026/07/14 04:29:33 ERROR : open-test-file(0x4c5022b0f40): Couldn't read size of file 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b0f40): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b0f40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b0f40): >_writeAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b0f40): close: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b0f40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b1300): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b1300): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b1300): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b1300): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b1300): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.797792871 +0000 UTC m=+31.004170618 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b1300): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b19c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b19c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b19c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b19c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b19c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.797792871 +0000 UTC m=+31.004170618 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022b19c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501ef6d90 item 31 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502314380): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502314380): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502314380): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502314380): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502314380): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.799694319 +0000 UTC m=+31.006072066 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502314380): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023148c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023148c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023148c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023148c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023148c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.799694319 +0000 UTC m=+31.006072066 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023148c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027ac1c0 item 32 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502314f00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502314f00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502314f00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502314f00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502314f00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.801153888 +0000 UTC m=+31.007531655 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502314f00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315380): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315380): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315380): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315380): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315380): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027ac540 item 33 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315380): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315380): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.801621325 +0000 UTC m=+31.007999072 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315380): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315880): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315880): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315880): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315880): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315880): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.801621325 +0000 UTC m=+31.007999072 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315880): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027ac7e0 item 33 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315ec0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315ec0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315ec0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315ec0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315ec0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.80286033 +0000 UTC m=+31.009238077 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502315ec0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0440): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0440): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027acc40 item 34 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0440): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0440): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0440): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0440): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0440): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.80342005 +0000 UTC m=+31.009797798 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0440): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0980): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0980): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0980): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0980): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0980): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.80342005 +0000 UTC m=+31.009797798 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027acee0 item 34 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0fc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0fc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0fc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0fc0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0fc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.804651572 +0000 UTC m=+31.011029318 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b0fc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1440): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1440): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1440): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1440): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1440): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027ad3b0 item 35 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1440): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1440): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.805192216 +0000 UTC m=+31.011569963 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1440): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1940): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1940): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1940): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1940): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1940): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.805192216 +0000 UTC m=+31.011569963 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5023b1940): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027ad570 item 35 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243a0c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243a0c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243a0c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243a0c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243a0c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.806411303 +0000 UTC m=+31.012789061 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243a0c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243a5c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243a5c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027ad9d0 item 36 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243a5c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243a5c0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243a5c0): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243a5c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243a5c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.807000389 +0000 UTC m=+31.013378136 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243a5c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243ab00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243ab00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243ab00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243ab00): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243ab00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.807000389 +0000 UTC m=+31.013378136 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243ab00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5027adce0 item 36 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243b140): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243b140): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243b140): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243b140): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243b140): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.808235788 +0000 UTC m=+31.014613535 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243b140): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243b5c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243b5c0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243b5c0): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243b5c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243b5c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b2310 item 37 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243b5c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243b5c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.808734794 +0000 UTC m=+31.015112570 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243b5c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243bac0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243bac0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243bac0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243bac0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243bac0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.808734794 +0000 UTC m=+31.015112570 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50243bac0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b25b0 item 37 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246a240): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246a240): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246a240): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246a240): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246a240): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.809997553 +0000 UTC m=+31.016375331 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246a240): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246a740): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246a740): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b2bd0 item 38 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246a740): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246a740): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246a740): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246a740): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246a740): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.810610654 +0000 UTC m=+31.016988401 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246a740): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246ac80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246ac80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246ac80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246ac80): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246ac80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.810610654 +0000 UTC m=+31.016988401 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246ac80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b2d90 item 38 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246b300): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246b300): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246b300): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246b300): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246b300): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.811777744 +0000 UTC m=+31.018155511 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246b300): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246b800): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246b800): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246b800): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246b800): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246b800): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b3260 item 39 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246b800): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246b800): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.812289274 +0000 UTC m=+31.018667021 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246b800): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246bd00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246bd00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246bd00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246bd00): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246bd00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.812289274 +0000 UTC m=+31.018667021 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50246bd00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b35e0 item 39 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492480): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492480): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492480): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492480): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492480): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.813875361 +0000 UTC m=+31.020253107 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492480): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492980): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492980): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b3960 item 40 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492980): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492980): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492980): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492980): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492980): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.814524027 +0000 UTC m=+31.020901794 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492ec0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492ec0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492ec0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492ec0): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492ec0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.814524027 +0000 UTC m=+31.020901794 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502492ec0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5028b3c00 item 40 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493480): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493480): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493480): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493480): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493480): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493480): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493480): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.815888198 +0000 UTC m=+31.022265955 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493480): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493980): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493980): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493980): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50224a310 item 41 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493980): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493980): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.816394728 +0000 UTC m=+31.022772474 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493e40): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493e40): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493e40): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493e40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493e40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50224a5b0 item 41 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493e40): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493e40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.816970268 +0000 UTC m=+31.023348035 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502493e40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024be480): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024be480): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024be480): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024be480): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024be480): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.816970268 +0000 UTC m=+31.023348035 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024be480): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50224aa10 item 41 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024beac0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024beac0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024beac0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024beac0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024beac0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024beac0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024beac0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.818374052 +0000 UTC m=+31.024751799 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024beac0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024befc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024befc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024befc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50224b7a0 item 42 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024befc0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024befc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.818856558 +0000 UTC m=+31.025234315 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024befc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024bf500): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024bf500): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50224bb90 item 42 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024bf500): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024bf500): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024bf500): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024bf500): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024bf500): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.819406931 +0000 UTC m=+31.025784678 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024bf500): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024bfa80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024bfa80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024bfa80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024bfa80): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024bfa80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.819406931 +0000 UTC m=+31.025784678 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024bfa80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50201c1c0 item 42 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e41c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e41c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e41c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e41c0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e41c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e41c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e41c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.82072257 +0000 UTC m=+31.027100327 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e41c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e46c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e46c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e46c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50201c690 item 43 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e46c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e46c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.821222638 +0000 UTC m=+31.027600395 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e46c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e4c00): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e4c00): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e4c00): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e4c00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e4c00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50201d030 item 43 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e4c00): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e4c00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.821780785 +0000 UTC m=+31.028158553 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e4c00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5140): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5140): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5140): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5140): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5140): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.821780785 +0000 UTC m=+31.028158553 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5140): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50201d2d0 item 43 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5780): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5780): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5780): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5780): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5780): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5780): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5780): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.823034438 +0000 UTC m=+31.029412185 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5780): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5c80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5c80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5c80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50201da40 item 44 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5c80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5c80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.82340844 +0000 UTC m=+31.029786187 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024e5c80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025062c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025062c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234c0e0 item 44 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025062c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025062c0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025062c0): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025062c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025062c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.823827336 +0000 UTC m=+31.030205083 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025062c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502506840): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502506840): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502506840): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502506840): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502506840): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.823827336 +0000 UTC m=+31.030205083 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502506840): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234c460 item 44 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502506e80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502506e80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502506e80): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502506e80): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502506e80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502506e80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502506e80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.824800972 +0000 UTC m=+31.031178720 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502506e80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502507380): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502507380): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502507380): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234c7e0 item 45 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502507380): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502507380): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.825180966 +0000 UTC m=+31.031558713 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502507380): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502507a80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502507a80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502507a80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502507a80): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502507a80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.825180966 +0000 UTC m=+31.031558713 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502507a80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234c9a0 item 45 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252a1c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252a1c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252a1c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252a1c0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252a1c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252a1c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252a1c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.826257156 +0000 UTC m=+31.032634903 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252a1c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252a6c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252a6c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252a6c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234cd20 item 46 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252a6c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252a6c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.826612713 +0000 UTC m=+31.032990460 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252a6c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252adc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252adc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252adc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252adc0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252adc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.826612713 +0000 UTC m=+31.032990460 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252adc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234cee0 item 46 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252b400): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252b400): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252b400): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252b400): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252b400): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252b400): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252b400): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.827646192 +0000 UTC m=+31.034023939 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252b400): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252b900): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252b900): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252b900): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234d260 item 47 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252b900): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252b900): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.828029702 +0000 UTC m=+31.034407449 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50252b900): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548100): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548100): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548100): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548100): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548100): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.828029702 +0000 UTC m=+31.034407449 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548100): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234d420 item 47 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548740): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548740): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548740): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548740): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548740): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548740): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548740): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.829068392 +0000 UTC m=+31.035446138 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548740): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548c40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548c40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548c40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234d9d0 item 48 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548c40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548c40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.829415162 +0000 UTC m=+31.035792908 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502548c40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549340): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549340): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549340): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549340): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549340): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.829415162 +0000 UTC m=+31.035792908 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549340): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50234db90 item 48 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549980): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549980): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549980): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549980): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549980): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.830482605 +0000 UTC m=+31.036860351 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549e00): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549e00): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549e00): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549e00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549e00): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549e00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023aa2a0 item 49 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549e00): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549e00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.830835869 +0000 UTC m=+31.037213615 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502549e00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560440): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560440): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560440): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560440): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560440): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.830835869 +0000 UTC m=+31.037213615 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560440): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023aa540 item 49 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560ac0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560ac0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560ac0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560ac0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560ac0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.832050628 +0000 UTC m=+31.038428374 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560ac0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560fc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560fc0): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560fc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023aab60 item 50 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560fc0): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560fc0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560fc0): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560fc0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560fc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.832582706 +0000 UTC m=+31.038960463 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502560fc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502561540): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502561540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502561540): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502561540): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502561540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.832582706 +0000 UTC m=+31.038960463 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502561540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023aad90 item 50 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502561bc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502561bc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502561bc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502561bc0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502561bc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.833754846 +0000 UTC m=+31.040132593 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502561bc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025841c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025841c0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025841c0): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025841c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025841c0): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025841c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023ab260 item 51 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025841c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025841c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.834125751 +0000 UTC m=+31.040503498 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5025841c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804280): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804280): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804280): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804280): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804280): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.834125751 +0000 UTC m=+31.040503498 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804280): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023ab490 item 51 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804980): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804980): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804980): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804980): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804980): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.835274928 +0000 UTC m=+31.041652675 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804e80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804e80): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804e80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501fe73b0 item 52 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804e80): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804e80): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804e80): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804e80): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804e80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.835764116 +0000 UTC m=+31.042141893 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804e80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805400): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805400): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805400): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805400): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805400): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.835764116 +0000 UTC m=+31.042141893 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805400): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501fe7570 item 52 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805a80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805a80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805a80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805a80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805a80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.836882515 +0000 UTC m=+31.043260262 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805a80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286c080): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286c080): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286c080): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286c080): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286c080): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286c080): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501fe78f0 item 53 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286c080): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286c080): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.837410625 +0000 UTC m=+31.043788372 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286c080): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286c5c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286c5c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286c5c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286c5c0): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286c5c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.837410625 +0000 UTC m=+31.043788372 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286c5c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501fe7ab0 item 53 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286cc40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286cc40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286cc40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286cc40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286cc40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.838559803 +0000 UTC m=+31.044937549 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286cc40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286d140): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286d140): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286d140): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502034230 item 54 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286d140): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286d140): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286d140): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286d140): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286d140): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.83909152 +0000 UTC m=+31.045469267 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286d140): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286d6c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286d6c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286d6c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286d6c0): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286d6c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.83909152 +0000 UTC m=+31.045469267 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286d6c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502034770 item 54 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286dd40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286dd40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286dd40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286dd40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286dd40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.840073563 +0000 UTC m=+31.046451309 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50286dd40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608340): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608340): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608340): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608340): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608340): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608340): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502034f50 item 55 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608340): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608340): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.840522676 +0000 UTC m=+31.046900423 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608340): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608880): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608880): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608880): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608880): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608880): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.840522676 +0000 UTC m=+31.046900423 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608880): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502035490 item 55 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608f00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608f00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608f00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608f00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608f00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.841705205 +0000 UTC m=+31.048082952 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502608f00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502609400): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502609400): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502609400): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029020e0 item 56 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502609400): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502609400): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502609400): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502609400): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502609400): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.842284552 +0000 UTC m=+31.048662298 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502609400): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502609980): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502609980): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502609980): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502609980): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502609980): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.842284552 +0000 UTC m=+31.048662298 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502609980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502902310 item 56 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026200c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026200c0): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026200c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026200c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026200c0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026200c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026200c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026200c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.843297032 +0000 UTC m=+31.049674779 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026200c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502620600): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502620600): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502620600): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029027e0 item 57 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502620600): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502620600): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.843717321 +0000 UTC m=+31.050095067 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502620600): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502620b40): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502620b40): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502620b40): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502620b40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502620b40): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502620b40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029029a0 item 57 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502620b40): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502620b40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.84418608 +0000 UTC m=+31.050563826 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502620b40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026210c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026210c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026210c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026210c0): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026210c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.84418608 +0000 UTC m=+31.050563826 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026210c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502902b60 item 57 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502621700): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502621700): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502621700): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502621700): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502621700): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502621700): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502621700): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502621700): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.845444723 +0000 UTC m=+31.051822469 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502621700): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502621c40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502621c40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502621c40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502902ee0 item 58 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502621c40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502621c40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.84590727 +0000 UTC m=+31.052285047 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502621c40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642280): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642280): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642280): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029030a0 item 58 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642280): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642280): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642280): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642280): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642280): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.846539045 +0000 UTC m=+31.052916793 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642280): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642840): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642840): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642840): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642840): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642840): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.846539045 +0000 UTC m=+31.052916793 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642840): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502903340 item 58 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642e80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642e80): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642e80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642e80): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642e80): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642e80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642e80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642e80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.847792889 +0000 UTC m=+31.054170635 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502642e80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026433c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026433c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026433c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502903730 item 59 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026433c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026433c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.848309067 +0000 UTC m=+31.054686834 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026433c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643900): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643900): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643900): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643900): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643900): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643900): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029038f0 item 59 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643900): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643900): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.848953386 +0000 UTC m=+31.055331133 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643900): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643e80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643e80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643e80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643e80): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643e80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.848953386 +0000 UTC m=+31.055331133 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502643e80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502903b90 item 59 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026665c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026665c0): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026665c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026665c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026665c0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026665c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026665c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026665c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.850537539 +0000 UTC m=+31.056915286 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026665c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502666b00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502666b00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502666b00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029a20e0 item 60 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502666b00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502666b00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.851015566 +0000 UTC m=+31.057393313 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502666b00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667040): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667040): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667040): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029a2620 item 60 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667040): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667040): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667040): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667040): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667040): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.851663011 +0000 UTC m=+31.058040768 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667040): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667600): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667600): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667600): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667600): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667600): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.851663011 +0000 UTC m=+31.058040768 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667600): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029a3650 item 60 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667c40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667c40): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667c40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667c40): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667c40): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667c40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667c40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667c40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.852773023 +0000 UTC m=+31.059150770 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502667c40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692280): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692280): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692280): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029a3ab0 item 61 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692280): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692280): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.853206618 +0000 UTC m=+31.059584365 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692280): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692980): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692980): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692980): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692980): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692980): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.853206618 +0000 UTC m=+31.059584365 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692980): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029a3c70 item 61 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692fc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692fc0): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692fc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692fc0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692fc0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692fc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692fc0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692fc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.85441767 +0000 UTC m=+31.060795417 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502692fc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502693500): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502693500): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502693500): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502916230 item 62 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502693500): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502693500): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.854807201 +0000 UTC m=+31.061184949 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502693500): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ee180): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ee180): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ee180): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ee180): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ee180): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.854807201 +0000 UTC m=+31.061184949 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ee180): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501ef7490 item 62 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ee7c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ee7c0): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ee7c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ee7c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ee7c0): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ee7c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ee7c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ee7c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.856191379 +0000 UTC m=+31.062569136 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ee7c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022eed00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022eed00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022eed00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d6230 item 63 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022eed00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022eed00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.856679726 +0000 UTC m=+31.063057512 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022eed00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ef400): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ef400): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ef400): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ef400): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ef400): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.856679726 +0000 UTC m=+31.063057512 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022ef400): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d64d0 item 63 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022efa40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022efa40): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022efa40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022efa40): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022efa40): >_readAt: n=0, err=Bad file descriptor 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022efa40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022efa40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022efa40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.857985556 +0000 UTC m=+31.064363303 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022efa40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712080): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712080): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712080): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d6850 item 64 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712080): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712080): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.858432785 +0000 UTC m=+31.064810532 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712080): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712780): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712780): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712780): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712780): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712780): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.858432785 +0000 UTC m=+31.064810532 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712780): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d6a10 item 64 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712dc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712dc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712dc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712dc0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712dc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.859557155 +0000 UTC m=+31.065934902 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712dc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713240): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713240): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713240): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713240): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713240): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d6d90 item 65 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713240): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713240): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.859962675 +0000 UTC m=+31.066340423 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713240): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713740): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713740): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713740): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713740): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713740): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.859962675 +0000 UTC m=+31.066340423 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713740): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d6f50 item 65 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712140): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712140): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712140): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712140): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712140): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.863437186 +0000 UTC m=+31.069814943 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712140): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027125c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027125c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d6230 item 66 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027125c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027125c0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027125c0): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027125c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027125c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.863917928 +0000 UTC m=+31.070295685 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027125c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712b00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712b00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712b00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712b00): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712b00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.863917928 +0000 UTC m=+31.070295685 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502712b00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d64d0 item 66 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713140): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713140): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713140): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713140): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713140): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.865095137 +0000 UTC m=+31.071472884 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713140): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027135c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027135c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027135c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027135c0): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027135c0): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d6850 item 67 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027135c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027135c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.865609953 +0000 UTC m=+31.071987721 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5027135c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713d40): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713d40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713d40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713d40): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713d40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.865609953 +0000 UTC m=+31.071987721 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502713d40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d6a10 item 67 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92c00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92c00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92c00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92c00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92c00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.86682301 +0000 UTC m=+31.073200767 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d92c00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93180): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93180): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d6d90 item 68 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93180): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93180): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93180): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93180): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93180): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.867394773 +0000 UTC m=+31.073772520 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93180): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d936c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d936c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d936c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d936c0): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d936c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.867394773 +0000 UTC m=+31.073772520 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d936c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d7110 item 68 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93d00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93d00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93d00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93d00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93d00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.868535282 +0000 UTC m=+31.074913030 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501d93d00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c2c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c2c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c2c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c2c0): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c2c0): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d75e0 item 69 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c2c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c2c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.869040411 +0000 UTC m=+31.075418159 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c2c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c7c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c7c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c7c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c7c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c7c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.869040411 +0000 UTC m=+31.075418159 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277c7c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d77a0 item 69 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277ce40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277ce40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277ce40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277ce40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277ce40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.870189868 +0000 UTC m=+31.076567625 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277ce40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d340): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d340): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d7b20 item 70 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d340): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d340): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d340): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d340): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d340): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.87064985 +0000 UTC m=+31.077027598 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d340): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d880): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d880): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d880): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d880): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d880): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.87064985 +0000 UTC m=+31.077027598 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50277d880): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029d7ce0 item 70 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501bfa000): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501bfa000): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501bfa000): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501bfa000): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501bfa000): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.871824626 +0000 UTC m=+31.078202373 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501bfa000): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7efc0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7efc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7efc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7efc0): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7efc0): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502916230 item 71 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7efc0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7efc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.872287544 +0000 UTC m=+31.078665292 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7efc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7fb00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7fb00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7fb00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7fb00): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7fb00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.872287544 +0000 UTC m=+31.078665292 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501c7fb00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502916460 item 71 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206400): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206400): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206400): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206400): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206400): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.873328568 +0000 UTC m=+31.079706314 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502206400): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207500): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207500): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502916930 item 72 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207500): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207500): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207500): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207500): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207500): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.873788171 +0000 UTC m=+31.080165918 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207500): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207ac0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207ac0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207ac0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207ac0): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207ac0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.873788171 +0000 UTC m=+31.080165918 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502207ac0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502916af0 item 72 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2b00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2b00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2b00): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2b00): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2b00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2b00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2b00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.874878437 +0000 UTC m=+31.081256183 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb2b00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3700): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3700): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3700): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502916ee0 item 73 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3700): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3700): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.875248531 +0000 UTC m=+31.081626277 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3700): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3c80): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3c80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3c80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3c80): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3c80): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029170a0 item 73 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3c80): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3c80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.875676434 +0000 UTC m=+31.082054181 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501eb3c80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020306c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020306c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020306c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020306c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020306c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.875676434 +0000 UTC m=+31.082054181 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5020306c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502917260 item 73 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502031580): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502031580): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502031580): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502031580): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502031580): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502031580): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502031580): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.876674717 +0000 UTC m=+31.083052464 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502031580): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024941c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024941c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024941c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502917730 item 74 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024941c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024941c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.877116416 +0000 UTC m=+31.083494163 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024941c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494700): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494700): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5029178f0 item 74 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494700): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494700): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494700): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494700): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494700): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.877570077 +0000 UTC m=+31.083947825 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494700): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494c80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494c80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494c80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494c80): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494c80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.877570077 +0000 UTC m=+31.083947825 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502494c80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502917dc0 item 74 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024952c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024952c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024952c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024952c0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024952c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024952c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024952c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.878585573 +0000 UTC m=+31.084963320 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5024952c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495800): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495800): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495800): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023aa460 item 75 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495800): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495800): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.878989561 +0000 UTC m=+31.085367308 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495800): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495d40): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495d40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495d40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495d40): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495d40): _writeAt: size=3, off=2 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023aa930 item 75 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495d40): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495d40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.879501061 +0000 UTC m=+31.085878808 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502495d40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804380): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804380): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804380): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804380): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804380): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.879501061 +0000 UTC m=+31.085878808 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804380): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023aaaf0 item 75 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804a40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804a40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804a40): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804a40): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804a40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804a40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804a40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.880484136 +0000 UTC m=+31.086861883 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804a40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804f40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804f40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804f40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023aaee0 item 76 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804f40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804f40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.88084394 +0000 UTC m=+31.087221688 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502804f40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805480): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805480): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023ab110 item 76 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805480): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805480): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805480): _writeAt: size=3, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805480): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805480): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.881416365 +0000 UTC m=+31.087794113 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805480): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805a00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805a00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805a00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805a00): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805a00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.881416365 +0000 UTC m=+31.087794113 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502805a00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023ab420 item 76 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0140): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0140): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0140): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0140): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0140): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0140): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0140): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.882453441 +0000 UTC m=+31.088831238 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0140): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0640): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0640): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0640): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5023abce0 item 77 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0640): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0640): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.882930516 +0000 UTC m=+31.089308264 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0640): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0d40): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0d40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0d40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0d40): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0d40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.882930516 +0000 UTC m=+31.089308264 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f0d40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502022770 item 77 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1380): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1380): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1380): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1380): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1380): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1380): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1380): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.884061669 +0000 UTC m=+31.090439415 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1380): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1880): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1880): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1880): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502022e70 item 78 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1880): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1880): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.884515951 +0000 UTC m=+31.090893708 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026f1880): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026fe080): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026fe080): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026fe080): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026fe080): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026fe080): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.884515951 +0000 UTC m=+31.090893708 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026fe080): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502023490 item 78 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026fe6c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026fe6c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026fe6c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026fe6c0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026fe6c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026fe6c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026fe6c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.885692018 +0000 UTC m=+31.092069766 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026fe6c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026febc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026febc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026febc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5020239d0 item 79 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026febc0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026febc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.886056401 +0000 UTC m=+31.092434149 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026febc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ff2c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ff2c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ff2c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ff2c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ff2c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.886056401 +0000 UTC m=+31.092434149 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ff2c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502023b90 item 79 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ff900): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ff900): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ff900): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ff900): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ff900): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ff900): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ff900): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.887396307 +0000 UTC m=+31.093774054 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ff900): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ffe00): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ffe00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ffe00): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288c310 item 80 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ffe00): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ffe00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.887805384 +0000 UTC m=+31.094183141 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5026ffe00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dba600): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dba600): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dba600): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dba600): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dba600): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.887805384 +0000 UTC m=+31.094183141 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dba600): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288c4d0 item 80 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbac40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbac40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbac40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbac40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbac40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.889126554 +0000 UTC m=+31.095504311 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbac40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbb0c0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbb0c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbb0c0): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbb0c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbb0c0): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbb0c0): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288c850 item 81 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbb0c0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbb0c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.889573532 +0000 UTC m=+31.095951279 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbb0c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbb600): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbb600): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbb600): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbb600): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbb600): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.889573532 +0000 UTC m=+31.095951279 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbb600): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288ca10 item 81 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbbc80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbbc80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbbc80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbbc80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbbc80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.890829078 +0000 UTC m=+31.097206825 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501dbbc80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1c280): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1c280): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1c280): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288cee0 item 82 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1c280): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1c280): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1c280): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1c280): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1c280): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.891433112 +0000 UTC m=+31.097810859 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1c280): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1c800): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1c800): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1c800): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1c800): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1c800): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.891433112 +0000 UTC m=+31.097810859 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1c800): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288d0a0 item 82 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1ce80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1ce80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1ce80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1ce80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1ce80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.892481309 +0000 UTC m=+31.098859055 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1ce80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1d380): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1d380): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1d380): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1d380): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1d380): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1d380): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288d570 item 83 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1d380): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1d380): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.892944579 +0000 UTC m=+31.099322325 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1d380): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1d8c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1d8c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1d8c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1d8c0): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1d8c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.892944579 +0000 UTC m=+31.099322325 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c501f1d8c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288d730 item 83 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064040): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064040): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064040): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064040): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064040): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.894016751 +0000 UTC m=+31.100394497 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064040): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064540): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064540): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288dab0 item 84 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064540): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064540): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064540): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064540): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.894494376 +0000 UTC m=+31.100872124 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064ac0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064ac0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064ac0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064ac0): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064ac0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.894494376 +0000 UTC m=+31.100872124 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502064ac0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c50288dce0 item 84 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065140): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065140): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065140): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065140): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065140): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.895532183 +0000 UTC m=+31.101909931 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065140): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065640): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065640): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065640): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065640): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065640): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065640): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502516310 item 85 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065640): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065640): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.895989382 +0000 UTC m=+31.102367139 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065640): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065b80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065b80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065b80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065b80): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065b80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.895989382 +0000 UTC m=+31.102367139 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502065b80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5025164d0 item 85 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074300): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074300): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074300): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074300): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074300): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.89703255 +0000 UTC m=+31.103410297 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074300): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074800): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074800): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074800): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5025168c0 item 86 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074800): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074800): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074800): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074800): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074800): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.897870161 +0000 UTC m=+31.104247909 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074800): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074d80): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074d80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074d80): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074d80): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074d80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.897870161 +0000 UTC m=+31.104247909 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502074d80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502516a80 item 86 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075400): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075400): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075400): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075400): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075400): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.898878554 +0000 UTC m=+31.105256301 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075400): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075900): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075900): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075900): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075900): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075900): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075900): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5025173b0 item 87 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075900): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075900): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.899329369 +0000 UTC m=+31.105707117 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075900): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075e40): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075e40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075e40): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075e40): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075e40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.899329369 +0000 UTC m=+31.105707117 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502075e40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5025177a0 item 87 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216e5c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216e5c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216e5c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216e5c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216e5c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.900372447 +0000 UTC m=+31.106750194 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216e5c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216eac0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216eac0): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216eac0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502517c70 item 88 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216eac0): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216eac0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216eac0): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216eac0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216eac0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.901007158 +0000 UTC m=+31.107384915 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216eac0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216f040): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216f040): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216f040): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216f040): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216f040): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.901007158 +0000 UTC m=+31.107384915 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216f040): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502517e30 item 88 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216f680): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216f680): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216f680): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216f680): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216f680): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216f680): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216f680): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216f680): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.902325563 +0000 UTC m=+31.108703310 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216f680): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216fbc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216fbc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216fbc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5020123f0 item 89 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216fbc0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216fbc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.902828105 +0000 UTC m=+31.109205852 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50216fbc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218c200): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218c200): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218c200): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218c200): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218c200): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218c200): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502012620 item 89 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218c200): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218c200): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.903436347 +0000 UTC m=+31.109814094 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218c200): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218c780): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218c780): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218c780): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218c780): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218c780): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.903436347 +0000 UTC m=+31.109814094 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218c780): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502012af0 item 89 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218cdc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218cdc0): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218cdc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218cdc0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218cdc0): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218cdc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218cdc0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218cdc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.904561418 +0000 UTC m=+31.110939165 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218cdc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218d300): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218d300): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218d300): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502013810 item 90 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218d300): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218d300): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.905016512 +0000 UTC m=+31.111394258 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218d300): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218d840): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218d840): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218d840): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502013ab0 item 90 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218d840): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218d840): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218d840): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218d840): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218d840): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.905502935 +0000 UTC m=+31.111880692 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218d840): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218de00): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218de00): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218de00): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218de00): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218de00): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.905502935 +0000 UTC m=+31.111880692 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c50218de00): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5022244d0 item 90 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0540): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0540): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0540): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0540): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0540): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0540): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.906605844 +0000 UTC m=+31.112983591 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0a80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0a80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0a80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502224af0 item 91 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0a80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0a80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.907025862 +0000 UTC m=+31.113403609 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0a80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0fc0): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0fc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0fc0): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0fc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0fc0): >_readAt: n=2, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0fc0): _writeAt: size=3, off=7 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502224e00 item 91 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0fc0): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0fc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.907484533 +0000 UTC m=+31.113862290 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a0fc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1540): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1540): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1540): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1540): >_readAt: n=8, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1540): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.907484533 +0000 UTC m=+31.113862290 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1540): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502225420 item 91 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1b80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1b80): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1b80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1b80): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1b80): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1b80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1b80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1b80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.908564951 +0000 UTC m=+31.114942698 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021a1b80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b81c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b81c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b81c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502225c00 item 92 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b81c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b81c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.909030014 +0000 UTC m=+31.115407761 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b81c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b8700): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b8700): open at offset 5 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b8700): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c502225e30 item 92 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b8700): _readAt: size=2, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b8700): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b8700): _writeAt: size=3, off=5 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b8700): >_writeAt: n=3, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b8700): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.909499334 +0000 UTC m=+31.115877082 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b8700): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b8cc0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b8cc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b8cc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b8cc0): >_readAt: n=3, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b8cc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.909499334 +0000 UTC m=+31.115877082 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b8cc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024ba230 item 92 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b9300): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b9300): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b9300): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b9300): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b9300): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b9300): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b9300): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b9300): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.910559694 +0000 UTC m=+31.116937441 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b9300): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b9840): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b9840): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b9840): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024ba690 item 93 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b9840): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b9840): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.910949506 +0000 UTC m=+31.117327263 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5021b9840): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284040): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284040): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284040): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284040): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284040): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.910949506 +0000 UTC m=+31.117327263 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284040): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024bac40 item 93 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284680): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284680): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284680): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284680): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284680): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284680): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284680): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284680): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.912142134 +0000 UTC m=+31.118519881 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284680): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284bc0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284bc0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284bc0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024bb0a0 item 94 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284bc0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284bc0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.912535722 +0000 UTC m=+31.118913469 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502284bc0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022852c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022852c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022852c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022852c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022852c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.912535722 +0000 UTC m=+31.118913469 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022852c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024bb260 item 94 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502285900): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502285900): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502285900): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502285900): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502285900): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502285900): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502285900): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502285900): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.91372327 +0000 UTC m=+31.120101017 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502285900): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502285e40): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502285e40): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502285e40): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024bb9d0 item 95 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502285e40): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502285e40): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.914196759 +0000 UTC m=+31.120574506 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c502285e40): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a2640): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a2640): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a2640): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a2640): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a2640): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.914196759 +0000 UTC m=+31.120574506 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a2640): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c5024bbb90 item 95 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a2c80): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a2c80): open at offset 0 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a2c80): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a2c80): _readAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a2c80): >_readAt: n=0, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a2c80): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a2c80): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a2c80): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.915350885 +0000 UTC m=+31.121728632 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a2c80): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a31c0): _writeAt: size=5, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a31c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a31c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f461c0 item 96 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a31c0): >_writeAt: n=5, err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a31c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.915755715 +0000 UTC m=+31.122133462 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a31c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/14 04:29:33 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:33 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/14 04:29:33 DEBUG : open-test-file: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a38c0): _readAt: size=512, off=0 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a38c0): openPending: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a38c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a38c0): >_readAt: n=5, err=EOF 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a38c0): close: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-14 04:29:33.915755715 +0000 UTC m=+31.122133462 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : open-test-file(0x4c5022a38c0): >close: err= 2026/07/14 04:29:33 DEBUG : open-test-file: Remove: 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x4c501f46770 item 96 2026/07/14 04:29:33 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/14 04:29:33 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/14 04:29:33 DEBUG : open-test-file: >Remove: err= 2026/07/14 04:29:33 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:33 DEBUG : Looking for writers 2026/07/14 04:29:33 DEBUG : >WaitForWriters: 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.36s) --- PASS: TestRWFileHandleOpenTests/writes (0.19s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.17s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:33 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:33 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:33 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:33 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-niyibot1cisu/dir/file1: no such file or directory 2026/07/14 04:29:33 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-niyibot1cisu/dir/file1: no such file or directory 2026/07/14 04:29:33 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:33 DEBUG : file1: newRWFileHandle: 2026/07/14 04:29:33 DEBUG : file1(0x4c5023224c0): openPending: 2026/07/14 04:29:33 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:33 DEBUG : file1(0x4c5023224c0): >openPending: err= 2026/07/14 04:29:33 DEBUG : file1: >newRWFileHandle: err= 2026/07/14 04:29:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:33 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/14 04:29:33 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/14 04:29:33 DEBUG : file1(0x4c5023224c0): _writeAt: size=2, off=0 2026/07/14 04:29:33 DEBUG : file1(0x4c5023224c0): >_writeAt: n=2, err= 2026/07/14 04:29:33 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/14 04:29:33 DEBUG : file1(0x4c5023224c0): RWFileHandle.Flush 2026/07/14 04:29:33 DEBUG : file1(0x4c5023224c0): RWFileHandle.Release 2026/07/14 04:29:33 DEBUG : file1(0x4c5023224c0): close: 2026/07/14 04:29:33 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/14 04:29:33 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:33 DEBUG : file1(0x4c5023224c0): >close: err= 2026/07/14 04:29:33 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:33 DEBUG : Looking for writers 2026/07/14 04:29:33 DEBUG : file1: reading active writers 2026/07/14 04:29:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:33 DEBUG : Looking for writers 2026/07/14 04:29:33 DEBUG : file1: reading active writers 2026/07/14 04:29:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:33 DEBUG : Looking for writers 2026/07/14 04:29:33 DEBUG : file1: reading active writers 2026/07/14 04:29:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:33 DEBUG : Looking for writers 2026/07/14 04:29:33 DEBUG : file1: reading active writers 2026/07/14 04:29:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:34 DEBUG : file1: vfs cache: starting upload 2026/07/14 04:29:34 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1.a0a9169e.partial" 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1.a0a9169e.partial 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1.a0a9169e.partial" 2026/07/14 04:29:34 DEBUG : Looking for writers 2026/07/14 04:29:34 DEBUG : file1: reading active writers 2026/07/14 04:29:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-niyibot1cisu/file1.a0a9169e.partial 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:34 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/14 04:29:34 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/14 04:29:34 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/07/14 04:29:34 INFO : file1: Copied (new) 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:34 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-niyibot1cisu/dir/file1: no such file or directory 2026/07/14 04:29:34 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-niyibot1cisu/dir/file1: no such file or directory 2026/07/14 04:29:34 DEBUG : Looking for writers 2026/07/14 04:29:34 DEBUG : file1: reading active writers 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:34 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/14 04:29:34 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/07/14 04:29:34 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/14 04:29:34 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/07/14 04:29:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/07/14 04:29:34 INFO : file1: vfs cache: upload succeeded try #1 2026/07/14 04:29:34 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-niyibot1cisu/dir/file1: no such file or directory 2026/07/14 04:29:34 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-niyibot1cisu/dir/file1: no such file or directory 2026/07/14 04:29:34 DEBUG : Looking for writers 2026/07/14 04:29:34 DEBUG : file1: reading active writers 2026/07/14 04:29:34 DEBUG : >WaitForWriters: 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:34 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:34 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/07/14 04:29:34 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:34 DEBUG : Looking for writers 2026/07/14 04:29:34 DEBUG : file1: reading active writers 2026/07/14 04:29:34 DEBUG : >WaitForWriters: 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.85s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:34 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:34 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:34 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:34 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:34 DEBUG : rename_me: newRWFileHandle: 2026/07/14 04:29:34 DEBUG : rename_me(0x4c502323200): openPending: 2026/07/14 04:29:34 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/14 04:29:34 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/14 04:29:34 DEBUG : rename_me(0x4c502323200): >openPending: err= 2026/07/14 04:29:34 DEBUG : rename_me: >newRWFileHandle: err= 2026/07/14 04:29:34 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/14 04:29:34 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/07/14 04:29:34 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/07/14 04:29:34 DEBUG : rename_me(0x4c502323200): _writeAt: size=5, off=0 2026/07/14 04:29:34 DEBUG : rename_me(0x4c502323200): >_writeAt: n=5, err= 2026/07/14 04:29:34 DEBUG : rename_me(0x4c502323200): close: 2026/07/14 04:29:34 DEBUG : rename_me: vfs cache: setting modification time to 2026-07-14 04:29:34.775564956 +0000 UTC m=+31.981942714 2026/07/14 04:29:34 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/07/14 04:29:34 DEBUG : rename_me(0x4c502323200): >close: err= 2026/07/14 04:29:34 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/07/14 04:29:34 DEBUG : i_was_renamed: Updating file with 0x4c5024a01a0 2026/07/14 04:29:34 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/07/14 04:29:34 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/14 04:29:34 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:34 DEBUG : Looking for writers 2026/07/14 04:29:34 DEBUG : i_was_renamed: reading active writers 2026/07/14 04:29:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/14 04:29:34 DEBUG : Looking for writers 2026/07/14 04:29:34 DEBUG : i_was_renamed: reading active writers 2026/07/14 04:29:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/14 04:29:34 DEBUG : Looking for writers 2026/07/14 04:29:34 DEBUG : i_was_renamed: reading active writers 2026/07/14 04:29:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/14 04:29:34 DEBUG : Looking for writers 2026/07/14 04:29:34 DEBUG : i_was_renamed: reading active writers 2026/07/14 04:29:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/14 04:29:34 DEBUG : i_was_renamed: vfs cache: starting upload 2026/07/14 04:29:34 DEBUG : i_was_renamed.e6bd1174.partial: size = 5 OK 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/i_was_renamed.e6bd1174.partial" 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/i_was_renamed.e6bd1174.partial 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/i_was_renamed.e6bd1174.partial" 2026/07/14 04:29:34 DEBUG : Looking for writers 2026/07/14 04:29:34 DEBUG : i_was_renamed: reading active writers 2026/07/14 04:29:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/i_was_renamed.e6bd1174.partial 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:34 DEBUG : i_was_renamed.e6bd1174.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:34 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/14 04:29:34 DEBUG : i_was_renamed.e6bd1174.partial: renamed to: i_was_renamed 2026/07/14 04:29:34 INFO : i_was_renamed: Copied (new) 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/i_was_renamed" 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/i_was_renamed 2026/07/14 04:29:34 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/i_was_renamed" 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/i_was_renamed 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:35 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:35 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-07-14 04:29:34 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/14 04:29:35 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/07/14 04:29:35 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/14 04:29:35 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/07/14 04:29:35 DEBUG : Looking for writers 2026/07/14 04:29:35 DEBUG : i_was_renamed: reading active writers 2026/07/14 04:29:35 DEBUG : >WaitForWriters: 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:35 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/14 04:29:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-niyibot1cisu" 2026/07/14 04:29:35 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:35 DEBUG : forgetting directory cache 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate(0x4c5023224c0): _readAt: size=512, off=0 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate(0x4c5023224c0): openPending: 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-14 03:30:35 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/14 04:29:35 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate(0x4c5023224c0): >openPending: err= 2026/07/14 04:29:35 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate(0x4c5023224c0): >_readAt: n=20, err=EOF 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate(0x4c5023224c0): close: 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-14 03:30:35 +0000 UTC 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate(0x4c5023224c0): >close: err= 2026/07/14 04:29:35 DEBUG : Re-reading directory (109.086156ms old) 2026/07/14 04:29:35 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:35 DEBUG : forgetting directory cache 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:35 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:35 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate(0x4c50258e100): _readAt: size=512, off=0 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate(0x4c50258e100): openPending: 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-14 03:31:35 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-07-14 03:30:35 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-14 03:31:35 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-07-14 03:30:35 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/07/14 04:29:36 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/14 04:29:36 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate(0x4c50258e100): >openPending: err= 2026/07/14 04:29:36 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate(0x4c50258e100): >_readAt: n=20, err=EOF 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate(0x4c50258e100): close: 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-14 03:31:35 +0000 UTC 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate(0x4c50258e100): >close: err= 2026/07/14 04:29:36 DEBUG : Re-reading directory (110.089981ms old) 2026/07/14 04:29:36 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : forgetting directory cache 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate(0x4c501d92fc0): _readAt: size=512, off=0 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate(0x4c501d92fc0): openPending: 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-14 03:32:35 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-07-14 03:31:35 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-14 03:32:35 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-07-14 03:31:35 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/07/14 04:29:36 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/14 04:29:36 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate(0x4c501d92fc0): >openPending: err= 2026/07/14 04:29:36 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate(0x4c501d92fc0): >_readAt: n=20, err=EOF 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate(0x4c501d92fc0): close: 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-14 03:32:35 +0000 UTC 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate(0x4c501d92fc0): >close: err= 2026/07/14 04:29:36 DEBUG : Re-reading directory (114.901269ms old) 2026/07/14 04:29:36 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:36 DEBUG : forgetting directory cache 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:36 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:36 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate(0x4c502323540): _readAt: size=512, off=0 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate(0x4c502323540): openPending: 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-14 03:33:35 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-07-14 03:32:35 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-14 03:33:35 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-07-14 03:32:35 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/07/14 04:29:37 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/14 04:29:37 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate(0x4c502323540): >openPending: err= 2026/07/14 04:29:37 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate(0x4c502323540): >_readAt: n=20, err=EOF 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate(0x4c502323540): close: 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-14 03:33:35 +0000 UTC 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate(0x4c502323540): >close: err= 2026/07/14 04:29:37 DEBUG : Re-reading directory (117.797112ms old) 2026/07/14 04:29:37 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : forgetting directory cache 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate(0x4c502323d80): _readAt: size=512, off=0 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate(0x4c502323d80): openPending: 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-14 03:34:35 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-07-14 03:33:35 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-14 03:34:35 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-07-14 03:33:35 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/07/14 04:29:37 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/14 04:29:37 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate(0x4c502323d80): >openPending: err= 2026/07/14 04:29:37 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate(0x4c502323d80): >_readAt: n=20, err=EOF 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate(0x4c502323d80): close: 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-14 03:34:35 +0000 UTC 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate(0x4c502323d80): >close: err= 2026/07/14 04:29:37 DEBUG : Re-reading directory (110.136397ms old) 2026/07/14 04:29:37 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:37 DEBUG : forgetting directory cache 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:37 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:37 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate(0x4c502738880): _readAt: size=512, off=0 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate(0x4c502738880): openPending: 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-14 03:35:35 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-07-14 03:34:35 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-14 03:35:35 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-07-14 03:34:35 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/07/14 04:29:38 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/14 04:29:38 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate(0x4c502738880): >openPending: err= 2026/07/14 04:29:38 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate(0x4c502738880): >_readAt: n=20, err=EOF 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate(0x4c502738880): close: 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-14 03:35:35 +0000 UTC 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate(0x4c502738880): >close: err= 2026/07/14 04:29:38 DEBUG : Re-reading directory (102.100577ms old) 2026/07/14 04:29:38 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/07/14 04:29:38 DEBUG : forgetting directory cache 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate(0x4c501d93b00): _readAt: size=512, off=0 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate(0x4c501d93b00): openPending: 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-07-14 03:36:35 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-07-14 03:35:35 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-07-14 03:36:35 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-07-14 03:35:35 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/07/14 04:29:38 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/07/14 04:29:38 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate(0x4c501d93b00): >openPending: err= 2026/07/14 04:29:38 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate(0x4c501d93b00): >_readAt: n=21, err=EOF 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate(0x4c501d93b00): close: 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-14 03:36:35 +0000 UTC 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate(0x4c501d93b00): >close: err= 2026/07/14 04:29:38 DEBUG : Re-reading directory (110.953541ms old) 2026/07/14 04:29:38 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:38 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:38 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/07/14 04:29:38 DEBUG : forgetting directory cache 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate(0x4c5027399c0): _readAt: size=512, off=0 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate(0x4c5027399c0): openPending: 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-07-14 03:37:35 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-07-14 03:36:35 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-07-14 03:37:35 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-07-14 03:36:35 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/07/14 04:29:39 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/07/14 04:29:39 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate(0x4c5027399c0): >openPending: err= 2026/07/14 04:29:39 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate(0x4c5027399c0): >_readAt: n=22, err=EOF 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate(0x4c5027399c0): close: 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-14 03:37:35 +0000 UTC 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate(0x4c5027399c0): >close: err= 2026/07/14 04:29:39 DEBUG : Re-reading directory (128.269055ms old) 2026/07/14 04:29:39 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:39 DEBUG : forgetting directory cache 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate(0x4c501eb34c0): _readAt: size=512, off=0 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate(0x4c501eb34c0): openPending: 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-07-14 03:38:35 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-07-14 03:37:35 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-07-14 03:38:35 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-07-14 03:37:35 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/07/14 04:29:39 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/07/14 04:29:39 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate(0x4c501eb34c0): >openPending: err= 2026/07/14 04:29:39 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate(0x4c501eb34c0): >_readAt: n=23, err=EOF 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate(0x4c501eb34c0): close: 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-14 03:38:35 +0000 UTC 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate(0x4c501eb34c0): >close: err= 2026/07/14 04:29:39 DEBUG : Re-reading directory (108.116678ms old) 2026/07/14 04:29:39 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:39 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:39 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/07/14 04:29:40 DEBUG : forgetting directory cache 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate(0x4c502030480): _readAt: size=512, off=0 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate(0x4c502030480): openPending: 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/TestRWCacheUpdate" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-niyibot1cisu/TestRWCacheUpdate 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-07-14 03:39:35 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-07-14 03:38:35 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-07-14 03:39:35 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-07-14 03:38:35 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/07/14 04:29:40 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/07/14 04:29:40 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate(0x4c502030480): >openPending: err= 2026/07/14 04:29:40 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate(0x4c502030480): >_readAt: n=24, err=EOF 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate(0x4c502030480): close: 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-14 03:39:35 +0000 UTC 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate(0x4c502030480): >close: err= 2026/07/14 04:29:40 DEBUG : Re-reading directory (112.747738ms old) 2026/07/14 04:29:40 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/14 04:29:40 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:40 DEBUG : Looking for writers 2026/07/14 04:29:40 DEBUG : TestRWCacheUpdate: reading active writers 2026/07/14 04:29:40 DEBUG : >WaitForWriters: 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.24s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FiLeA" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/FiLeA 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/FiLeA" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-niyibot1cisu/FiLeA 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:40 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FiLeA" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/FiLeA 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/FiLeA" 2026/07/14 04:29:40 DEBUG : forgetting directory cache 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-niyibot1cisu/FiLeA 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:40 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FiLeB" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/FiLeB 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/FiLeB" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-niyibot1cisu/FiLeB 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:40 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FiLeB" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/FiLeB 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/FiLeB" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-niyibot1cisu/FiLeB 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:40 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/14 04:29:40 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:40 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:40 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:40 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/14 04:29:40 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/14 04:29:40 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/14 04:29:40 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:40 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FiLeA" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/FiLeA 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/FiLeA" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-niyibot1cisu/FiLeA 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:40 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/14 04:29:40 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:40 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/14 04:29:40 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/14 04:29:40 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/14 04:29:40 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:40 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FiLeA" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/FiLeA 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/FiLeA" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-niyibot1cisu/FiLeA 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:40 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/14 04:29:40 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:40 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/14 04:29:40 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/14 04:29:40 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/14 04:29:40 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:40 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:40 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:40 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/14 04:29:40 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/14 04:29:40 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/14 04:29:40 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:40 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FiLeB" 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/FiLeB 2026/07/14 04:29:40 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/FiLeB" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-niyibot1cisu/FiLeB 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:41 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/14 04:29:41 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:41 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/14 04:29:41 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/14 04:29:41 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/14 04:29:41 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:41 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FilEb" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/FilEb 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/FilEb" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-niyibot1cisu/FilEb 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:41 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FiLeA" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/FiLeA 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/FiLeA" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-niyibot1cisu/FiLeA 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:41 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FiLeA" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/FiLeA 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/FiLeA" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-niyibot1cisu/FiLeA 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:41 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FiLeB" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/FiLeB 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/FiLeB" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-niyibot1cisu/FiLeB 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:41 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FiLeB" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/FiLeB 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/FiLeB" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-niyibot1cisu/FiLeB 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:41 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FilEb" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/FilEb 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/FilEb" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-niyibot1cisu/FilEb 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:41 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FilEb" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/FilEb 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/FilEb" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-niyibot1cisu/FilEb 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:41 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/07/14 04:29:41 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:41 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/14 04:29:41 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/14 04:29:41 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/14 04:29:41 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:41 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:41 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:41 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/14 04:29:41 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/14 04:29:41 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/07/14 04:29:41 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:41 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:41 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:41 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/14 04:29:41 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/14 04:29:41 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/07/14 04:29:41 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:41 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:41 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:41 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/14 04:29:41 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/14 04:29:41 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/07/14 04:29:41 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:41 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:41 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:41 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/14 04:29:41 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/14 04:29:41 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/14 04:29:41 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:41 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FiLeB" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/FiLeB 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/FiLeB" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-niyibot1cisu/FiLeB 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:41 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/14 04:29:41 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:41 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/14 04:29:41 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/14 04:29:41 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/14 04:29:41 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:41 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/FilEb" 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/FilEb 2026/07/14 04:29:41 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/FilEb" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-niyibot1cisu/FilEb 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:42 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/14 04:29:42 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:42 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/14 04:29:42 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/14 04:29:42 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:42 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/14 04:29:42 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/14 04:29:42 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:42 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/14 04:29:42 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/14 04:29:42 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/14 04:29:42 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:42 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:42 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:42 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:42 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:42 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:42 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:42 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:42 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:42 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/14 04:29:42 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/14 04:29:42 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/14 04:29:42 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:42 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:42 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:42 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/14 04:29:42 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/14 04:29:42 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/14 04:29:42 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:42 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:42 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:42 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:42 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:42 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:42 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:42 DEBUG : Looking for writers 2026/07/14 04:29:42 DEBUG : FiLeB: reading active writers 2026/07/14 04:29:42 DEBUG : FilEb: reading active writers 2026/07/14 04:29:42 DEBUG : FiLeA: reading active writers 2026/07/14 04:29:42 DEBUG : >WaitForWriters: 2026/07/14 04:29:42 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:42 DEBUG : Looking for writers 2026/07/14 04:29:42 DEBUG : FiLeA: reading active writers 2026/07/14 04:29:42 DEBUG : FiLeB: reading active writers 2026/07/14 04:29:42 DEBUG : FilEb: reading active writers 2026/07/14 04:29:42 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.72s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/normal name with no special characters.txt" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/normal\ name\ with\ no\ special\ characters.txt 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/normal\ name\ with\ no\ special\ characters.txt" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-niyibot1cisu/normal name with no special characters.txt 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/normal name with no special characters.txt" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/normal\ name\ with\ no\ special\ characters.txt 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/normal\ name\ with\ no\ special\ characters.txt" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-niyibot1cisu/normal name with no special characters.txt 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/測試_Русский___ě_áñ" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/測試_Русский___ě_áñ 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/測試_Русский___ě_áñ" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-niyibot1cisu/測試_Русский___ě_áñ 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:42 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/測試_Русский___ě_áñ" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/測試_Русский___ě_áñ 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/測試_Русский___ě_áñ" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-niyibot1cisu/測試_Русский___ě_áñ 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:42 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/14 04:29:42 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/normal name with no special characters.txt" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/normal\ name\ with\ no\ special\ characters.txt 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/normal\ name\ with\ no\ special\ characters.txt" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-niyibot1cisu/normal name with no special characters.txt 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/14 04:29:42 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:42 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/07/14 04:29:42 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/07/14 04:29:42 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/07/14 04:29:42 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:42 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/測試_Русский___ě_áñ" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/測試_Русский___ě_áñ 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/測試_Русский___ě_áñ" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-niyibot1cisu/測試_Русский___ě_áñ 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:42 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:42 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:42 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:42 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:42 DEBUG : Looking for writers 2026/07/14 04:29:42 DEBUG : normal name with no special characters.txt: reading active writers 2026/07/14 04:29:42 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/07/14 04:29:42 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.60s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:42 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Reusing VFS from active cache 2026/07/14 04:29:42 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:42 DEBUG : Looking for writers 2026/07/14 04:29:42 DEBUG : >WaitForWriters: 2026/07/14 04:29:42 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:42 DEBUG : Looking for writers 2026/07/14 04:29:42 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:42 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:42 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:42 DEBUG : Looking for writers 2026/07/14 04:29:42 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:42 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:42 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:42 DEBUG : Looking for writers 2026/07/14 04:29:42 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:42 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:42 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:42 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:42 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:43 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:43 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/14 04:29:43 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:43 DEBUG : dir: Looking for writers 2026/07/14 04:29:43 DEBUG : file2: reading active writers 2026/07/14 04:29:43 DEBUG : Looking for writers 2026/07/14 04:29:43 DEBUG : dir: reading active writers 2026/07/14 04:29:43 DEBUG : file1: reading active writers 2026/07/14 04:29:43 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.47s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:43 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:43 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:43 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:43 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:43 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/14 04:29:43 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:43 DEBUG : dir: Looking for writers 2026/07/14 04:29:43 DEBUG : Looking for writers 2026/07/14 04:29:43 DEBUG : dir: reading active writers 2026/07/14 04:29:43 DEBUG : file1: reading active writers 2026/07/14 04:29:43 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.45s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:43 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:43 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:43 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:43 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:43 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/14 04:29:43 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:43 DEBUG : file1: Open: flags=O_RDONLY 2026/07/14 04:29:43 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/14 04:29:43 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/14 04:29:43 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:43 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/07/14 04:29:43 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/14 04:29:43 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:43 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:43 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:43 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/14 04:29:43 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/07/14 04:29:43 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/07/14 04:29:43 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (0 bytes), uploading instead of streaming 2026/07/14 04:29:43 DEBUG : dir/new_file.txt: size = 0 OK 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/new_file.txt" 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/new_file.txt 2026/07/14 04:29:43 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/new_file.txt" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-niyibot1cisu/dir/new_file.txt 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:44 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/14 04:29:44 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/14 04:29:44 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/07/14 04:29:44 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/14 04:29:44 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:44 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/14 04:29:44 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:44 DEBUG : dir: Looking for writers 2026/07/14 04:29:44 DEBUG : file2: reading active writers 2026/07/14 04:29:44 DEBUG : new_file.txt: reading active writers 2026/07/14 04:29:44 DEBUG : Looking for writers 2026/07/14 04:29:44 DEBUG : dir: reading active writers 2026/07/14 04:29:44 DEBUG : file1: reading active writers 2026/07/14 04:29:44 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.48s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:44 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:44 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file2" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-niyibot1cisu/dir/file2 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:44 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/14 04:29:44 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/07/14 04:29:44 DEBUG : dir/file1: Updating file with dir/file1 0x4c502a3f2b0 2026/07/14 04:29:44 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/14 04:29:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:44 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/dir/file1" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-niyibot1cisu/dir/file1 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:44 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/14 04:29:44 INFO : dir/file1: Moved (server-side) to: file0 2026/07/14 04:29:44 DEBUG : file0: Updating file with file0 0x4c502a3f2b0 2026/07/14 04:29:44 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/14 04:29:44 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file0" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file0 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file0" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-niyibot1cisu/file0 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:44 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file0" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/file0 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/file0" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-niyibot1cisu/file0 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:44 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/14 04:29:44 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:44 DEBUG : dir: Looking for writers 2026/07/14 04:29:44 DEBUG : Looking for writers 2026/07/14 04:29:44 DEBUG : dir: reading active writers 2026/07/14 04:29:44 DEBUG : file0: reading active writers 2026/07/14 04:29:44 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.66s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:44 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Server has VFS statistics extension 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: About path "/rclone-test-niyibot1cisu" 2026/07/14 04:29:44 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:44 DEBUG : Looking for writers 2026/07/14 04:29:44 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:44 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:44 DEBUG : Added virtual directory entry vAddDir: "/" 2026/07/14 04:29:44 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/14 04:29:44 DEBUG : Added virtual directory entry vAddDir: "b" 2026/07/14 04:29:44 DEBUG : Added virtual directory entry vAddDir: "c" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/14 04:29:44 DEBUG : Added virtual directory entry vAddDir: "d" 2026/07/14 04:29:44 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/14 04:29:44 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:44 DEBUG : Looking for writers 2026/07/14 04:29:44 DEBUG : a: Looking for writers 2026/07/14 04:29:44 DEBUG : b: Looking for writers 2026/07/14 04:29:44 DEBUG : c: Looking for writers 2026/07/14 04:29:44 DEBUG : d: Looking for writers 2026/07/14 04:29:44 DEBUG : Looking for writers 2026/07/14 04:29:44 DEBUG : c: reading active writers 2026/07/14 04:29:44 DEBUG : d: reading active writers 2026/07/14 04:29:44 DEBUG : /: reading active writers 2026/07/14 04:29:44 DEBUG : a: reading active writers 2026/07/14 04:29:44 DEBUG : b: reading active writers 2026/07/14 04:29:44 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:44 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:44 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/14 04:29:44 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/07/14 04:29:44 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/07/14 04:29:44 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/07/14 04:29:44 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:44 DEBUG : a/b/c/d: Looking for writers 2026/07/14 04:29:44 DEBUG : a/b/c: Looking for writers 2026/07/14 04:29:44 DEBUG : d: reading active writers 2026/07/14 04:29:44 DEBUG : a/b: Looking for writers 2026/07/14 04:29:44 DEBUG : c: reading active writers 2026/07/14 04:29:44 DEBUG : a: Looking for writers 2026/07/14 04:29:44 DEBUG : b: reading active writers 2026/07/14 04:29:44 DEBUG : Looking for writers 2026/07/14 04:29:44 DEBUG : a: reading active writers 2026/07/14 04:29:44 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.06s) === 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-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:45 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:45 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:45 DEBUG : Looking for writers 2026/07/14 04:29:45 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-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:45 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:45 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:45 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:45 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/14 04:29:45 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/14 04:29:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:45 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/14 04:29:45 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/14 04:29:45 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (5 bytes), uploading instead of streaming 2026/07/14 04:29:45 DEBUG : file1: size = 5 OK 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:45 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:45 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/14 04:29:45 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/14 04:29:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:45 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:45 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/14 04:29:45 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:45 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:45 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/14 04:29:45 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/14 04:29:45 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:45 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:45 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/14 04:29:45 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/14 04:29:45 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/07/14 04:29:45 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/14 04:29:45 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/14 04:29:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:45 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/14 04:29:45 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/14 04:29:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (0 bytes), uploading instead of streaming 2026/07/14 04:29:45 DEBUG : file1: size = 0 OK 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:45 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/14 04:29:45 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/14 04:29:45 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/14 04:29:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:45 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/14 04:29:45 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/14 04:29:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:45 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/14 04:29:45 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/14 04:29:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (7 bytes), uploading instead of streaming 2026/07/14 04:29:45 DEBUG : file1: size = 7 OK 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:45 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:45 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/07/14 04:29:45 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/07/14 04:29:45 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/14 04:29:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:45 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:45 DEBUG : Looking for writers 2026/07/14 04:29:45 DEBUG : file1: reading active writers 2026/07/14 04:29:45 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.56s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:45 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:45 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:45 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:45 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/14 04:29:45 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/14 04:29:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:45 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/07/14 04:29:46 DEBUG : file1: aborting in-sequence write wait, off=100 2026/07/14 04:29:46 DEBUG : file1: failed to wait for in-sequence write to 100 2026/07/14 04:29:46 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (11 bytes), uploading instead of streaming 2026/07/14 04:29:46 DEBUG : file1: size = 11 OK 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:46 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 04:29:46 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/14 04:29:46 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/14 04:29:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:46 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:46 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:46 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/14 04:29:46 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:46 DEBUG : Looking for writers 2026/07/14 04:29:46 DEBUG : file1: reading active writers 2026/07/14 04:29:46 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.32s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:46 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:46 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/14 04:29:46 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/14 04:29:46 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/07/14 04:29:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (5 bytes), uploading instead of streaming 2026/07/14 04:29:46 DEBUG : file1: size = 5 OK 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:46 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/14 04:29:46 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/14 04:29:46 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/14 04:29:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:46 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/07/14 04:29:46 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:46 DEBUG : Looking for writers 2026/07/14 04:29:46 DEBUG : file1: reading active writers 2026/07/14 04:29:46 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:46 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:46 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/14 04:29:46 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/14 04:29:46 DEBUG : file1: WriteFileHandle.Release closing 2026/07/14 04:29:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (0 bytes), uploading instead of streaming 2026/07/14 04:29:46 DEBUG : file1: size = 0 OK 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:46 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:47 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/14 04:29:47 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/14 04:29:47 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/14 04:29:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:47 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/07/14 04:29:47 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:47 DEBUG : Looking for writers 2026/07/14 04:29:47 DEBUG : file1: reading active writers 2026/07/14 04:29:47 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.11s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:47 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:47 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:47 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:47 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/14 04:29:47 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/14 04:29:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (2 bytes), uploading instead of streaming 2026/07/14 04:29:47 DEBUG : file1: size = 2 OK 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:47 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/14 04:29:47 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/14 04:29:47 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/14 04:29:47 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/07/14 04:29:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:47 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:47 DEBUG : Looking for writers 2026/07/14 04:29:47 DEBUG : file1: reading active writers 2026/07/14 04:29:47 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:47 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:47 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:47 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:47 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/14 04:29:47 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/14 04:29:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (0 bytes), uploading instead of streaming 2026/07/14 04:29:47 DEBUG : file1: size = 0 OK 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:47 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/14 04:29:47 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/14 04:29:47 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/14 04:29:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:47 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:47 DEBUG : file1: Open: flags=O_RDONLY 2026/07/14 04:29:47 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/14 04:29:47 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/14 04:29:47 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:47 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:47 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:47 DEBUG : Looking for writers 2026/07/14 04:29:47 DEBUG : file1: reading active writers 2026/07/14 04:29:47 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.12s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:47 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:47 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/14 04:29:47 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/14 04:29:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:47 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/14 04:29:47 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/14 04:29:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: File to upload is small (100 bytes), uploading instead of streaming 2026/07/14 04:29:47 DEBUG : file1: size = 100 OK 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/file1" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: fde31cb649df834e8698b38500e4f864 /rclone-test-niyibot1cisu/file1 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:47 DEBUG : file1: Parsed hash: fde31cb649df834e8698b38500e4f864 2026/07/14 04:29:47 DEBUG : file1: md5 = fde31cb649df834e8698b38500e4f864 OK 2026/07/14 04:29:47 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/14 04:29:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/14 04:29:47 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/14 04:29:47 DEBUG : file1: Open: flags=O_RDONLY 2026/07/14 04:29:47 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/14 04:29:47 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/14 04:29:47 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:47 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:47 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:47 DEBUG : Looking for writers 2026/07/14 04:29:47 DEBUG : file1: reading active writers 2026/07/14 04:29:47 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.06s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:47 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/flat/f000.txt" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/flat/f000.txt 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/flat/f000.txt" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-niyibot1cisu/flat/f000.txt 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:47 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/flat/f000.txt" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/flat/f000.txt 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/flat/f000.txt" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-niyibot1cisu/flat/f000.txt 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:47 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/flat/f001.txt" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/flat/f001.txt 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/flat/f001.txt" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-niyibot1cisu/flat/f001.txt 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:47 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/flat/f001.txt" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/flat/f001.txt 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/flat/f001.txt" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-niyibot1cisu/flat/f001.txt 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:47 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/flat/f002.txt" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/flat/f002.txt 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/flat/f002.txt" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-niyibot1cisu/flat/f002.txt 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:47 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/flat/f002.txt" 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/flat/f002.txt 2026/07/14 04:29:47 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/flat/f002.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-niyibot1cisu/flat/f002.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:48 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/flat/f003.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/flat/f003.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/flat/f003.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-niyibot1cisu/flat/f003.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:48 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/flat/f003.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/flat/f003.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/flat/f003.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-niyibot1cisu/flat/f003.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:48 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/flat/f004.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/flat/f004.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/flat/f004.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-niyibot1cisu/flat/f004.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:48 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/flat/f004.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: sha1sum /rclone-test-niyibot1cisu/flat/f004.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-niyibot1cisu/flat/f004.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-niyibot1cisu/flat/f004.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:48 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/07/14 04:29:48 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/07/14 04:29:48 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/07/14 04:29:48 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:48 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/flat/f000.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/flat/f000.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/flat/f000.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-niyibot1cisu/flat/f000.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:48 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/14 04:29:48 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/07/14 04:29:48 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/07/14 04:29:48 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:48 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/flat/f001.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/flat/f001.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/flat/f001.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-niyibot1cisu/flat/f001.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:48 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/14 04:29:48 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/07/14 04:29:48 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/07/14 04:29:48 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:48 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/flat/f002.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/flat/f002.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/flat/f002.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-niyibot1cisu/flat/f002.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:48 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/14 04:29:48 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/07/14 04:29:48 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/07/14 04:29:48 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:48 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/flat/f003.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/flat/f003.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/flat/f003.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-niyibot1cisu/flat/f003.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:48 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/14 04:29:48 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/07/14 04:29:48 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/07/14 04:29:48 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:48 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/flat/f004.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/flat/f004.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/flat/f004.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-niyibot1cisu/flat/f004.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:48 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/14 04:29:48 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:48 DEBUG : flat: Looking for writers 2026/07/14 04:29:48 DEBUG : f004.txt: reading active writers 2026/07/14 04:29:48 DEBUG : f000.txt: reading active writers 2026/07/14 04:29:48 DEBUG : f001.txt: reading active writers 2026/07/14 04:29:48 DEBUG : f002.txt: reading active writers 2026/07/14 04:29:48 DEBUG : f003.txt: reading active writers 2026/07/14 04:29:48 DEBUG : Looking for writers 2026/07/14 04:29:48 DEBUG : flat: reading active writers 2026/07/14 04:29:48 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.57s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:48 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:48 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/07/14 04:29:48 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/07/14 04:29:48 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:48 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/a/b/c/deep.txt" 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/a/b/c/deep.txt 2026/07/14 04:29:48 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/a/b/c/deep.txt" 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-niyibot1cisu/a/b/c/deep.txt 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:49 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/07/14 04:29:49 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/07/14 04:29:49 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/07/14 04:29:49 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:49 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/a/b/mid.txt" 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/a/b/mid.txt 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/a/b/mid.txt" 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-niyibot1cisu/a/b/mid.txt 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:49 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/07/14 04:29:49 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/07/14 04:29:49 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/07/14 04:29:49 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:49 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/a/top.txt" 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/a/top.txt 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/a/top.txt" 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-niyibot1cisu/a/top.txt 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:49 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/07/14 04:29:49 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:49 DEBUG : a/b/c: Looking for writers 2026/07/14 04:29:49 DEBUG : deep.txt: reading active writers 2026/07/14 04:29:49 DEBUG : a/b: Looking for writers 2026/07/14 04:29:49 DEBUG : c: reading active writers 2026/07/14 04:29:49 DEBUG : mid.txt: reading active writers 2026/07/14 04:29:49 DEBUG : a: Looking for writers 2026/07/14 04:29:49 DEBUG : b: reading active writers 2026/07/14 04:29:49 DEBUG : top.txt: reading active writers 2026/07/14 04:29:49 DEBUG : Looking for writers 2026/07/14 04:29:49 DEBUG : a: reading active writers 2026/07/14 04:29:49 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.33s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:49 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/bigdir/big.bin" 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/bigdir/big.bin 2026/07/14 04:29:49 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/bigdir/big.bin" 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 186dc94d0c5410117d729e8bc782134d /rclone-test-niyibot1cisu/bigdir/big.bin 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:50 DEBUG : bigdir/big.bin: Parsed hash: 186dc94d0c5410117d729e8bc782134d 2026/07/14 04:29:50 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:50 DEBUG : bigdir: Looking for writers 2026/07/14 04:29:50 DEBUG : big.bin: reading active writers 2026/07/14 04:29:50 DEBUG : Looking for writers 2026/07/14 04:29:50 DEBUG : bigdir: reading active writers 2026/07/14 04:29:50 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.88s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-niyibot1cisu", Local "Local file system at /tmp/rclone1264115136", Modify Window "1s" 2026/07/14 04:29:50 INFO : sftp://rclone@:22/rclone-test-niyibot1cisu: poll-interval is not supported by this remote 2026/07/14 04:29:50 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/07/14 04:29:50 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/07/14 04:29:50 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:50 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir1/a.txt" 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir1/a.txt 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir1/a.txt" 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-niyibot1cisu/dir1/a.txt 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:50 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/07/14 04:29:50 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/07/14 04:29:50 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/07/14 04:29:50 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:50 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir2/b.txt" 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir2/b.txt 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir2/b.txt" 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: 415290769594460e2e485922904f345d /rclone-test-niyibot1cisu/dir2/b.txt 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:50 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/07/14 04:29:50 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/07/14 04:29:50 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/07/14 04:29:50 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/14 04:29:50 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Shell path "/rclone-test-niyibot1cisu/dir3/c.txt" 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: creating additional session 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Running remote command: md5sum /rclone-test-niyibot1cisu/dir3/c.txt 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-niyibot1cisu/dir3/c.txt" 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: command exited OK 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-niyibot1cisu/dir3/c.txt 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: ssh external: close 2026/07/14 04:29:50 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/07/14 04:29:50 DEBUG : WaitForWriters: timeout=30s 2026/07/14 04:29:50 DEBUG : dir2: Looking for writers 2026/07/14 04:29:50 DEBUG : b.txt: reading active writers 2026/07/14 04:29:50 DEBUG : dir3: Looking for writers 2026/07/14 04:29:50 DEBUG : c.txt: reading active writers 2026/07/14 04:29:50 DEBUG : dir1: Looking for writers 2026/07/14 04:29:50 DEBUG : a.txt: reading active writers 2026/07/14 04:29:50 DEBUG : Looking for writers 2026/07/14 04:29:50 DEBUG : dir2: reading active writers 2026/07/14 04:29:50 DEBUG : dir3: reading active writers 2026/07/14 04:29:50 DEBUG : dir1: reading active writers 2026/07/14 04:29:50 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.31s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/07/14 04:29:50 DEBUG : sftp://rclone@:22/rclone-test-niyibot1cisu: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 47.705863305s (try 1/5)