"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/06/02 01:27:09 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-qetaqud3pina" 2026/06/02 01:27:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/06/02 01:27:09 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/06/02 01:27:09 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/06/02 01:27:09 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/06/02 01:27:09 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/06/02 01:27:09 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/06/02 01:27:09 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/02 01:27:09 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell type "unix" from config 2026/06/02 01:27:09 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Relative path resolved to "/rclone-test-qetaqud3pina" 2026/06/02 01:27:09 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Using root directory "/rclone-test-qetaqud3pina" 2026/06/02 01:27:09 DEBUG : Creating backend with remote "/tmp/rclone2705449872" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:09 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:09 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:09 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:09 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:09 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:10 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:10 DEBUG : dir: Looking for writers 2026/06/02 01:27:10 DEBUG : Looking for writers 2026/06/02 01:27:10 DEBUG : dir: reading active writers 2026/06/02 01:27:10 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:10 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:10 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:10 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/subdir/file3" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/subdir/file3 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/subdir/file3" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-qetaqud3pina/dir/subdir/file3 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:10 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/subdir/file3" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/subdir/file3 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/subdir/file3" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-qetaqud3pina/dir/subdir/file3 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:10 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/06/02 01:27:10 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:10 DEBUG : dir/subdir: Looking for writers 2026/06/02 01:27:10 DEBUG : dir: Looking for writers 2026/06/02 01:27:10 DEBUG : file1: reading active writers 2026/06/02 01:27:10 DEBUG : file2: reading active writers 2026/06/02 01:27:10 DEBUG : subdir: reading active writers 2026/06/02 01:27:10 DEBUG : Looking for writers 2026/06/02 01:27:10 DEBUG : dir: reading active writers 2026/06/02 01:27:10 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.61s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:10 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:10 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:10 DEBUG : dir: Looking for writers 2026/06/02 01:27:10 DEBUG : file1: reading active writers 2026/06/02 01:27:10 DEBUG : Looking for writers 2026/06/02 01:27:10 DEBUG : dir: reading active writers 2026/06/02 01:27:10 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.20s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:10 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:10 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:11 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:11 DEBUG : dir: Looking for writers 2026/06/02 01:27:11 DEBUG : Looking for writers 2026/06/02 01:27:11 DEBUG : dir: reading active writers 2026/06/02 01:27:11 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:11 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:11 DEBUG : dir: forgetting directory cache 2026/06/02 01:27:11 DEBUG : forgetting directory cache 2026/06/02 01:27:11 DEBUG : dir: forgetting directory cache 2026/06/02 01:27:11 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:11 DEBUG : Looking for writers 2026/06/02 01:27:11 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.20s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:11 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:11 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/06/02 01:27:11 DEBUG : dir: invalidating directory cache 2026/06/02 01:27:11 DEBUG : >ForgetPath: 2026/06/02 01:27:11 DEBUG : ForgetPath: relativePath="dir", type=0 2026/06/02 01:27:11 DEBUG : invalidating directory cache 2026/06/02 01:27:11 DEBUG : dir: forgetting directory cache 2026/06/02 01:27:11 DEBUG : >ForgetPath: 2026/06/02 01:27:11 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/06/02 01:27:11 DEBUG : >ForgetPath: 2026/06/02 01:27:11 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:11 DEBUG : dir: Looking for writers 2026/06/02 01:27:11 DEBUG : Looking for writers 2026/06/02 01:27:11 DEBUG : dir: reading active writers 2026/06/02 01:27:11 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:11 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/fil/a/b/c" 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/fil/a/b/c 2026/06/02 01:27:11 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/fil/a/b/c" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-qetaqud3pina/fil/a/b/c 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:12 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/fil/a/b/c" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/fil/a/b/c 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/fil/a/b/c" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-qetaqud3pina/fil/a/b/c 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:12 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:12 DEBUG : forgetting directory cache 2026/06/02 01:27:12 DEBUG : dir: forgetting directory cache 2026/06/02 01:27:12 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:12 DEBUG : dir: Looking for writers 2026/06/02 01:27:12 DEBUG : fil/a/b: Looking for writers 2026/06/02 01:27:12 DEBUG : fil/a: Looking for writers 2026/06/02 01:27:12 DEBUG : b: reading active writers 2026/06/02 01:27:12 DEBUG : fil: Looking for writers 2026/06/02 01:27:12 DEBUG : a: reading active writers 2026/06/02 01:27:12 DEBUG : Looking for writers 2026/06/02 01:27:12 DEBUG : dir: reading active writers 2026/06/02 01:27:12 DEBUG : fil: reading active writers 2026/06/02 01:27:12 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.71s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:12 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:12 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:12 DEBUG : dir: Looking for writers 2026/06/02 01:27:12 DEBUG : Looking for writers 2026/06/02 01:27:12 DEBUG : dir: reading active writers 2026/06/02 01:27:12 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.21s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:12 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:12 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:12 DEBUG : dir: Looking for writers 2026/06/02 01:27:12 DEBUG : file1: reading active writers 2026/06/02 01:27:12 DEBUG : Looking for writers 2026/06/02 01:27:12 DEBUG : dir: reading active writers 2026/06/02 01:27:12 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:12 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:12 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:13 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:13 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/subdir/file3" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/subdir/file3 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/subdir/file3" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-qetaqud3pina/dir/subdir/file3 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:13 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/subdir/file3" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/subdir/file3 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/subdir/file3" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-qetaqud3pina/dir/subdir/file3 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:13 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/06/02 01:27:13 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/06/02 01:27:13 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/06/02 01:27:13 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/06/02 01:27:13 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/06/02 01:27:13 DEBUG : Waiting for deletions to finish 2026/06/02 01:27:13 INFO : dir/subdir/file3: Deleted 2026/06/02 01:27:13 DEBUG : removing 1 level 2 directories 2026/06/02 01:27:13 INFO : dir/subdir: Removing directory 2026/06/02 01:27:13 DEBUG : dir: invalidating directory cache 2026/06/02 01:27:13 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/06/02 01:27:13 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/06/02 01:27:13 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/06/02 01:27:13 DEBUG : dir/file1: Reset virtual modtime 2026/06/02 01:27:13 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/06/02 01:27:13 DEBUG : dir/virtualFile: Reset virtual modtime 2026/06/02 01:27:13 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/06/02 01:27:13 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/06/02 01:27:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:13 DEBUG : dir: invalidating directory cache 2026/06/02 01:27:13 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/06/02 01:27:13 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/06/02 01:27:13 DEBUG : dir/virtualFile: Reset virtual modtime 2026/06/02 01:27:13 DEBUG : forgetting directory cache 2026/06/02 01:27:13 DEBUG : dir: forgetting directory cache 2026/06/02 01:27:13 DEBUG : dir/virtualDir: forgetting directory cache 2026/06/02 01:27:13 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:13 DEBUG : dir/virtualDir: Looking for writers 2026/06/02 01:27:13 DEBUG : dir: Looking for writers 2026/06/02 01:27:13 DEBUG : file1: reading active writers 2026/06/02 01:27:13 DEBUG : virtualFile2: reading active writers 2026/06/02 01:27:13 DEBUG : virtualFile: reading active writers 2026/06/02 01:27:13 DEBUG : virtualDir: reading active writers 2026/06/02 01:27:13 DEBUG : Looking for writers 2026/06/02 01:27:13 DEBUG : dir: reading active writers 2026/06/02 01:27:13 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.62s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:13 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:13 ERROR : dir/: Can only open directories read only 2026/06/02 01:27:13 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:13 DEBUG : dir: Looking for writers 2026/06/02 01:27:13 DEBUG : Looking for writers 2026/06/02 01:27:13 DEBUG : dir: reading active writers 2026/06/02 01:27:13 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:13 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:13 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:13 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/02 01:27:13 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/06/02 01:27:13 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (5 bytes), uploading instead of streaming 2026/06/02 01:27:13 DEBUG : dir/potato: size = 5 OK 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/potato" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/potato 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/potato" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/dir/potato 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:13 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:13 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/02 01:27:13 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/06/02 01:27:13 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/02 01:27:13 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:13 DEBUG : dir: Looking for writers 2026/06/02 01:27:13 DEBUG : file1: reading active writers 2026/06/02 01:27:13 DEBUG : potato: reading active writers 2026/06/02 01:27:13 DEBUG : Looking for writers 2026/06/02 01:27:13 DEBUG : dir: reading active writers 2026/06/02 01:27:13 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.41s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:13 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:13 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:14 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:14 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:14 DEBUG : dir/sub: Looking for writers 2026/06/02 01:27:14 DEBUG : dir: Looking for writers 2026/06/02 01:27:14 DEBUG : file1: reading active writers 2026/06/02 01:27:14 DEBUG : sub: reading active writers 2026/06/02 01:27:14 DEBUG : Looking for writers 2026/06/02 01:27:14 DEBUG : dir: reading active writers 2026/06/02 01:27:14 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.51s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:14 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:14 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/02 01:27:14 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:14 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:14 DEBUG : dir/sub/subsub: Looking for writers 2026/06/02 01:27:14 DEBUG : dir/sub: Looking for writers 2026/06/02 01:27:14 DEBUG : subsub: reading active writers 2026/06/02 01:27:14 DEBUG : dir: Looking for writers 2026/06/02 01:27:14 DEBUG : file1: reading active writers 2026/06/02 01:27:14 DEBUG : sub: reading active writers 2026/06/02 01:27:14 DEBUG : Looking for writers 2026/06/02 01:27:14 DEBUG : dir: reading active writers 2026/06/02 01:27:14 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.41s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:14 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:14 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:15 ERROR : dir/: Dir.Remove not empty 2026/06/02 01:27:15 DEBUG : dir/file1: Remove: 2026/06/02 01:27:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:15 DEBUG : dir/file1: >Remove: err= 2026/06/02 01:27:15 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/02 01:27:15 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:15 DEBUG : Looking for writers 2026/06/02 01:27:15 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:15 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:15 DEBUG : dir/file1: Remove: 2026/06/02 01:27:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:15 DEBUG : dir/file1: >Remove: err= 2026/06/02 01:27:15 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/02 01:27:15 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:15 DEBUG : Looking for writers 2026/06/02 01:27:15 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.20s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:15 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:15 DEBUG : dir/file1: Remove: 2026/06/02 01:27:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:15 DEBUG : dir/file1: >Remove: err= 2026/06/02 01:27:15 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:15 DEBUG : dir: Looking for writers 2026/06/02 01:27:15 DEBUG : Looking for writers 2026/06/02 01:27:15 DEBUG : dir: reading active writers 2026/06/02 01:27:15 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.27s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:15 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file3" 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file3 2026/06/02 01:27:15 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file3" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-qetaqud3pina/dir/file3 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:16 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file3" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file3 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file3" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-qetaqud3pina/dir/file3 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:16 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/02 01:27:16 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/06/02 01:27:16 DEBUG : dir: Updating dir with dir2 0x339dd5bfcb60 2026/06/02 01:27:16 DEBUG : dir: forgetting directory cache 2026/06/02 01:27:16 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/02 01:27:16 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir2/file1" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir2/file1 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir2/file1" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir2/file1 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:16 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir2/file1" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir2/file1 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir2/file1" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir2/file1 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:16 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir2/file3" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir2/file3 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir2/file3" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-qetaqud3pina/dir2/file3 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:16 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir2/file3" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir2/file3 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir2/file3" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-qetaqud3pina/dir2/file3 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:16 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/02 01:27:16 INFO : dir2/file1: Moved (server-side) to: file2 2026/06/02 01:27:16 DEBUG : file2: Updating file with file2 0x339dd5da25b0 2026/06/02 01:27:16 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:16 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file2" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file2 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file2" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/file2 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:16 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file2" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/file2 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/file2" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/file2 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:16 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir2/file3" 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir2/file3 2026/06/02 01:27:16 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir2/file3" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-qetaqud3pina/dir2/file3 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:17 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir2/file3" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir2/file3 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir2/file3" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-qetaqud3pina/dir2/file3 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:17 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/02 01:27:17 INFO : dir2/file3: Deleted 2026/06/02 01:27:17 INFO : file2: Moved (server-side) to: dir2/file3 2026/06/02 01:27:17 DEBUG : dir2/file3: Updating file with dir2/file3 0x339dd5da25b0 2026/06/02 01:27:17 DEBUG : Added virtual directory entry vDel: "file2" 2026/06/02 01:27:17 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir2/file3" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir2/file3 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir2/file3" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir2/file3 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:17 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir2/file3" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir2/file3 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir2/file3" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir2/file3 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:17 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:17 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/06/02 01:27:17 DEBUG : empty directory: Updating dir with renamed empty directory 0x339dd5e89d40 2026/06/02 01:27:17 DEBUG : empty directory: forgetting directory cache 2026/06/02 01:27:17 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/06/02 01:27:17 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/06/02 01:27:17 DEBUG : dir2: Renaming to "dir3" 2026/06/02 01:27:17 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:17 DEBUG : dir3: Looking for writers 2026/06/02 01:27:17 DEBUG : file3: reading active writers 2026/06/02 01:27:17 DEBUG : renamed empty directory: Looking for writers 2026/06/02 01:27:17 DEBUG : Looking for writers 2026/06/02 01:27:17 DEBUG : dir3: reading active writers 2026/06/02 01:27:17 DEBUG : renamed empty directory: reading active writers 2026/06/02 01:27:17 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.80s) === 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-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:17 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:17 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/02 01:27:17 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:17 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/02 01:27:17 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/02 01:27:17 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/06/02 01:27:17 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/06/02 01:27:17 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/02 01:27:17 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:17 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/02 01:27:17 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/02 01:27:17 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/06/02 01:27:17 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/06/02 01:27:17 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (12 bytes), uploading instead of streaming 2026/06/02 01:27:17 DEBUG : dir/sub/file2: size = 12 OK 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/sub/file2" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/sub/file2 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/sub/file2" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-qetaqud3pina/dir/sub/file2 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:17 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/06/02 01:27:17 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/06/02 01:27:17 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/06/02 01:27:17 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/02 01:27:17 DEBUG : forgetting directory cache 2026/06/02 01:27:17 DEBUG : dir: forgetting directory cache 2026/06/02 01:27:17 DEBUG : dir/sub: forgetting directory cache 2026/06/02 01:27:17 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/06/02 01:27:17 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (5 bytes), uploading instead of streaming 2026/06/02 01:27:17 DEBUG : dir/sub/file0: size = 5 OK 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/sub/file0" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/sub/file0 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/sub/file0" 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/dir/sub/file0 2026/06/02 01:27:17 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:17 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:17 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/02 01:27:17 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/06/02 01:27:17 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/02 01:27:17 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:17 DEBUG : dir/sub: Looking for writers 2026/06/02 01:27:17 DEBUG : file0: reading active writers 2026/06/02 01:27:17 DEBUG : file2: reading active writers 2026/06/02 01:27:17 DEBUG : dir: Looking for writers 2026/06/02 01:27:17 DEBUG : file1: reading active writers 2026/06/02 01:27:17 DEBUG : sub: reading active writers 2026/06/02 01:27:17 DEBUG : Looking for writers 2026/06/02 01:27:17 DEBUG : dir: reading active writers 2026/06/02 01:27:17 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.41s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:17 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:17 DEBUG : forgetting directory cache 2026/06/02 01:27:18 DEBUG : forgetting directory cache 2026/06/02 01:27:18 DEBUG : dir: forgetting directory cache 2026/06/02 01:27:18 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:18 DEBUG : dir: Looking for writers 2026/06/02 01:27:18 DEBUG : Looking for writers 2026/06/02 01:27:18 DEBUG : dir: reading active writers 2026/06/02 01:27:18 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:18 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:18 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:18 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:18 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:18 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:18 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:18 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:18 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:18 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:18 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:18 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:18 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/06/02 01:27:19 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:19 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/06/02 01:27:19 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/06/02 01:27:19 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/06/02 01:27:19 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:19 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:19 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/06/02 01:27:19 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:19 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/06/02 01:27:19 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/06/02 01:27:19 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/06/02 01:27:19 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:19 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:19 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:19 DEBUG : dir: Looking for writers 2026/06/02 01:27:19 DEBUG : file1.metadata: reading active writers 2026/06/02 01:27:19 DEBUG : file1: reading active writers 2026/06/02 01:27:19 DEBUG : Looking for writers 2026/06/02 01:27:19 DEBUG : dir: reading active writers 2026/06/02 01:27:19 DEBUG : dir.metadata: reading active writers 2026/06/02 01:27:19 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:19 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:19 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:19 DEBUG : dir: Looking for writers 2026/06/02 01:27:19 DEBUG : file1: reading active writers 2026/06/02 01:27:19 DEBUG : Looking for writers 2026/06/02 01:27:19 DEBUG : dir: reading active writers 2026/06/02 01:27:19 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-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:19 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:19 DEBUG : Can set mod time: true 2026/06/02 01:27:19 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:19 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:19 DEBUG : dir: Looking for writers 2026/06/02 01:27:19 DEBUG : file1: reading active writers 2026/06/02 01:27:19 DEBUG : Looking for writers 2026/06/02 01:27:19 DEBUG : dir: reading active writers 2026/06/02 01:27:19 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:19 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:19 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/02 01:27:19 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/02 01:27:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (0 bytes), uploading instead of streaming 2026/06/02 01:27:19 DEBUG : dir/file1: size = 0 OK 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:19 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:20 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/02 01:27:20 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/02 01:27:20 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/02 01:27:20 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/02 01:27:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:20 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:20 DEBUG : dir: Looking for writers 2026/06/02 01:27:20 DEBUG : file1: reading active writers 2026/06/02 01:27:20 DEBUG : Looking for writers 2026/06/02 01:27:20 DEBUG : dir: reading active writers 2026/06/02 01:27:20 DEBUG : >WaitForWriters: 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:20 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:20 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/02 01:27:20 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:20 DEBUG : dir: Looking for writers 2026/06/02 01:27:20 DEBUG : file1: reading active writers 2026/06/02 01:27:20 DEBUG : Looking for writers 2026/06/02 01:27:20 DEBUG : dir: reading active writers 2026/06/02 01:27:20 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:20 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:20 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/02 01:27:20 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/02 01:27:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (5 bytes), uploading instead of streaming 2026/06/02 01:27:20 DEBUG : dir/file1: size = 5 OK 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:20 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:20 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/02 01:27:20 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/02 01:27:20 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/02 01:27:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:20 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:20 DEBUG : dir: Looking for writers 2026/06/02 01:27:20 DEBUG : file1: reading active writers 2026/06/02 01:27:20 DEBUG : Looking for writers 2026/06/02 01:27:20 DEBUG : dir: reading active writers 2026/06/02 01:27:20 DEBUG : >WaitForWriters: 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:20 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:20 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/06/02 01:27:20 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:20 DEBUG : dir: Looking for writers 2026/06/02 01:27:20 DEBUG : file1: reading active writers 2026/06/02 01:27:20 DEBUG : Looking for writers 2026/06/02 01:27:20 DEBUG : dir: reading active writers 2026/06/02 01:27:20 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:20 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:20 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:20 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:21 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:21 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:21 DEBUG : dir: Looking for writers 2026/06/02 01:27:21 DEBUG : file1: reading active writers 2026/06/02 01:27:21 DEBUG : Looking for writers 2026/06/02 01:27:21 DEBUG : dir: reading active writers 2026/06/02 01:27:21 DEBUG : >WaitForWriters: 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:21 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:21 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:21 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/02 01:27:21 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:21 DEBUG : dir/file1(0x339dd5c2f800): close: 2026/06/02 01:27:21 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/02 01:27:21 DEBUG : dir/file1(0x339dd5c2f800): >close: err= 2026/06/02 01:27:21 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:21 DEBUG : dir: Looking for writers 2026/06/02 01:27:21 DEBUG : file1: reading active writers 2026/06/02 01:27:21 DEBUG : Looking for writers 2026/06/02 01:27:21 DEBUG : dir: reading active writers 2026/06/02 01:27:21 DEBUG : >WaitForWriters: 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:21 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:21 DEBUG : dir: Looking for writers 2026/06/02 01:27:21 DEBUG : file1: reading active writers 2026/06/02 01:27:21 DEBUG : Looking for writers 2026/06/02 01:27:21 DEBUG : dir: reading active writers 2026/06/02 01:27:21 DEBUG : >WaitForWriters: 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:21 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:21 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:21 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/02 01:27:21 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:21 DEBUG : dir/file1(0x339dd5e20040): _writeAt: size=5, off=0 2026/06/02 01:27:21 DEBUG : dir/file1(0x339dd5e20040): openPending: 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:21 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:21 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/02 01:27:21 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/02 01:27:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:21 DEBUG : dir/file1(0x339dd5e20040): >openPending: err= 2026/06/02 01:27:21 DEBUG : dir/file1(0x339dd5e20040): >_writeAt: n=5, err= 2026/06/02 01:27:21 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/06/02 01:27:21 DEBUG : dir/file1(0x339dd5e20040): close: 2026/06/02 01:27:21 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/06/02 01:27:21 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/06/02 01:27:21 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/06/02 01:27:21 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/02 01:27:22 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/06/02 01:27:22 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:22 DEBUG : dir/file1(0x339dd5e20040): >close: err= 2026/06/02 01:27:22 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:22 DEBUG : dir: Looking for writers 2026/06/02 01:27:22 DEBUG : file1: reading active writers 2026/06/02 01:27:22 DEBUG : Looking for writers 2026/06/02 01:27:22 DEBUG : dir: reading active writers 2026/06/02 01:27:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:22 DEBUG : dir: Looking for writers 2026/06/02 01:27:22 DEBUG : file1: reading active writers 2026/06/02 01:27:22 DEBUG : Looking for writers 2026/06/02 01:27:22 DEBUG : dir: reading active writers 2026/06/02 01:27:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:22 DEBUG : dir: Looking for writers 2026/06/02 01:27:22 DEBUG : file1: reading active writers 2026/06/02 01:27:22 DEBUG : Looking for writers 2026/06/02 01:27:22 DEBUG : dir: reading active writers 2026/06/02 01:27:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:22 DEBUG : dir: Looking for writers 2026/06/02 01:27:22 DEBUG : file1: reading active writers 2026/06/02 01:27:22 DEBUG : Looking for writers 2026/06/02 01:27:22 DEBUG : dir: reading active writers 2026/06/02 01:27:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:22 DEBUG : dir/file1: vfs cache: starting upload 2026/06/02 01:27:22 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1.2f98c60a.partial" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1.2f98c60a.partial 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1.2f98c60a.partial" 2026/06/02 01:27:22 DEBUG : dir: Looking for writers 2026/06/02 01:27:22 DEBUG : file1: reading active writers 2026/06/02 01:27:22 DEBUG : Looking for writers 2026/06/02 01:27:22 DEBUG : dir: reading active writers 2026/06/02 01:27:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-qetaqud3pina/dir/file1.2f98c60a.partial 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:22 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/02 01:27:22 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/06/02 01:27:22 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/06/02 01:27:22 INFO : dir/file1: Copied (replaced existing) 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:22 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/02 01:27:22 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/06/02 01:27:22 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/02 01:27:22 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/06/02 01:27:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:22 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/02 01:27:22 DEBUG : dir: Looking for writers 2026/06/02 01:27:22 DEBUG : file1: reading active writers 2026/06/02 01:27:22 DEBUG : Looking for writers 2026/06/02 01:27:22 DEBUG : dir: reading active writers 2026/06/02 01:27:22 DEBUG : >WaitForWriters: 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:22 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:22 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/06/02 01:27:22 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:22 DEBUG : dir: Looking for writers 2026/06/02 01:27:22 DEBUG : file1: reading active writers 2026/06/02 01:27:22 DEBUG : Looking for writers 2026/06/02 01:27:22 DEBUG : dir: reading active writers 2026/06/02 01:27:22 DEBUG : >WaitForWriters: 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.22s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.42s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.53s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.54s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.43s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.43s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.87s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:22 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:22 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/02 01:27:22 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/02 01:27:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:22 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:22 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:22 DEBUG : dir: Looking for writers 2026/06/02 01:27:22 DEBUG : file1: reading active writers 2026/06/02 01:27:22 DEBUG : Looking for writers 2026/06/02 01:27:22 DEBUG : dir: reading active writers 2026/06/02 01:27:22 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.31s) === RUN TestFileOpenReadUnknownSize 2026/06/02 01:27:22 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/06/02 01:27:22 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/06/02 01:27:22 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:22 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/06/02 01:27:22 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:22 DEBUG : Looking for writers 2026/06/02 01:27:22 DEBUG : file.txt: reading active writers 2026/06/02 01:27:22 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:22 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:22 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (25 bytes), uploading instead of streaming 2026/06/02 01:27:23 DEBUG : dir/file1: size = 25 OK 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:23 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:23 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/02 01:27:23 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/02 01:27:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:23 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:23 DEBUG : dir: Looking for writers 2026/06/02 01:27:23 DEBUG : file1: reading active writers 2026/06/02 01:27:23 DEBUG : Looking for writers 2026/06/02 01:27:23 DEBUG : dir: reading active writers 2026/06/02 01:27:23 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.29s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:23 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:23 DEBUG : dir/file1: Remove: 2026/06/02 01:27:23 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:23 DEBUG : dir/file1: >Remove: err= 2026/06/02 01:27:23 DEBUG : dir/file1: Remove: 2026/06/02 01:27:23 DEBUG : dir/file1: >Remove: err=Read only file system 2026/06/02 01:27:23 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:23 DEBUG : dir: Looking for writers 2026/06/02 01:27:23 DEBUG : Looking for writers 2026/06/02 01:27:23 DEBUG : dir: reading active writers 2026/06/02 01:27:23 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.23s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:23 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:23 DEBUG : dir/file1: Remove: 2026/06/02 01:27:23 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:23 DEBUG : dir/file1: >Remove: err= 2026/06/02 01:27:23 DEBUG : dir/file1: Remove: 2026/06/02 01:27:23 DEBUG : dir/file1: >Remove: err=Read only file system 2026/06/02 01:27:23 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:23 DEBUG : dir: Looking for writers 2026/06/02 01:27:23 DEBUG : Looking for writers 2026/06/02 01:27:23 DEBUG : dir: reading active writers 2026/06/02 01:27:23 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.22s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:23 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:23 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/02 01:27:23 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/02 01:27:23 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/02 01:27:23 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/02 01:27:23 DEBUG : dir/file1: Open: flags=O_RDWR 2026/06/02 01:27:23 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/02 01:27:23 DEBUG : dir/file1: Open: flags=0x3 2026/06/02 01:27:23 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/06/02 01:27:23 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/06/02 01:27:23 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:23 DEBUG : dir: Looking for writers 2026/06/02 01:27:23 DEBUG : file1: reading active writers 2026/06/02 01:27:23 DEBUG : Looking for writers 2026/06/02 01:27:23 DEBUG : dir: reading active writers 2026/06/02 01:27:23 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.23s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:23 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:23 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:24 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:24 DEBUG : dir: Looking for writers 2026/06/02 01:27:24 DEBUG : file1: reading active writers 2026/06/02 01:27:24 DEBUG : Looking for writers 2026/06/02 01:27:24 DEBUG : dir: reading active writers 2026/06/02 01:27:24 DEBUG : >WaitForWriters: 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:24 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/02 01:27:24 DEBUG : newLeaf: Updating file with newLeaf 0x339dd601c410 2026/06/02 01:27:24 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:24 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:24 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:24 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/02 01:27:24 DEBUG : dir/file1: Updating file with dir/file1 0x339dd601c410 2026/06/02 01:27:24 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/02 01:27:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:24 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/02 01:27:24 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/02 01:27:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:24 DEBUG : dir/file1: File is currently open, delaying rename 0x339dd601c410 2026/06/02 01:27:24 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (25 bytes), uploading instead of streaming 2026/06/02 01:27:24 DEBUG : dir/file1: size = 25 OK 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:24 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:24 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/02 01:27:24 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/02 01:27:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:24 DEBUG : newLeaf: Running delayed rename now 2026/06/02 01:27:24 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/02 01:27:24 DEBUG : newLeaf: Updating file with newLeaf 0x339dd601c410 2026/06/02 01:27:24 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:24 DEBUG : dir: Looking for writers 2026/06/02 01:27:24 DEBUG : Looking for writers 2026/06/02 01:27:24 DEBUG : dir: reading active writers 2026/06/02 01:27:24 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:24 DEBUG : >WaitForWriters: 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:24 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:24 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/02 01:27:24 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:24 DEBUG : dir: Looking for writers 2026/06/02 01:27:24 DEBUG : Looking for writers 2026/06/02 01:27:24 DEBUG : dir: reading active writers 2026/06/02 01:27:24 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:24 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:24 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:24 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:24 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:25 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:25 DEBUG : dir: Looking for writers 2026/06/02 01:27:25 DEBUG : file1: reading active writers 2026/06/02 01:27:25 DEBUG : Looking for writers 2026/06/02 01:27:25 DEBUG : dir: reading active writers 2026/06/02 01:27:25 DEBUG : >WaitForWriters: 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:25 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/02 01:27:25 DEBUG : newLeaf: Updating file with newLeaf 0x339dd630f930 2026/06/02 01:27:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:25 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:25 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:25 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:25 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/02 01:27:25 DEBUG : dir/file1: Updating file with dir/file1 0x339dd630f930 2026/06/02 01:27:25 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/02 01:27:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:25 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/02 01:27:25 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/02 01:27:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:25 DEBUG : dir/file1: File is currently open, delaying rename 0x339dd630f930 2026/06/02 01:27:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:25 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (25 bytes), uploading instead of streaming 2026/06/02 01:27:25 DEBUG : dir/file1: size = 25 OK 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:25 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:25 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/02 01:27:25 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/02 01:27:25 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:25 DEBUG : newLeaf: Running delayed rename now 2026/06/02 01:27:25 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/02 01:27:25 DEBUG : newLeaf: Updating file with newLeaf 0x339dd630f930 2026/06/02 01:27:25 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:25 DEBUG : dir: Looking for writers 2026/06/02 01:27:25 DEBUG : Looking for writers 2026/06/02 01:27:25 DEBUG : dir: reading active writers 2026/06/02 01:27:25 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:25 DEBUG : >WaitForWriters: 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:25 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:25 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:26 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/02 01:27:26 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:26 DEBUG : dir: Looking for writers 2026/06/02 01:27:26 DEBUG : Looking for writers 2026/06/02 01:27:26 DEBUG : dir: reading active writers 2026/06/02 01:27:26 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:26 DEBUG : >WaitForWriters: 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:26 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:26 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:26 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/02 01:27:26 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:26 DEBUG : dir/file1(0x339dd5e20b80): openPending: 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:26 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/02 01:27:26 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/02 01:27:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:26 DEBUG : dir/file1(0x339dd5e20b80): >openPending: err= 2026/06/02 01:27:26 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/02 01:27:26 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:26 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:26 DEBUG : dir/file1(0x339dd5e20b80): _writeAt: size=14, off=0 2026/06/02 01:27:26 DEBUG : dir/file1(0x339dd5e20b80): >_writeAt: n=14, err= 2026/06/02 01:27:26 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/02 01:27:26 DEBUG : dir/file1(0x339dd5e20b80): close: 2026/06/02 01:27:26 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/02 01:27:26 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/02 01:27:26 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:26 DEBUG : dir/file1(0x339dd5e20b80): >close: err= 2026/06/02 01:27:26 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:26 DEBUG : dir: Looking for writers 2026/06/02 01:27:26 DEBUG : file1: reading active writers 2026/06/02 01:27:26 DEBUG : Looking for writers 2026/06/02 01:27:26 DEBUG : dir: reading active writers 2026/06/02 01:27:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:26 DEBUG : dir: Looking for writers 2026/06/02 01:27:26 DEBUG : file1: reading active writers 2026/06/02 01:27:26 DEBUG : Looking for writers 2026/06/02 01:27:26 DEBUG : dir: reading active writers 2026/06/02 01:27:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:26 DEBUG : dir: Looking for writers 2026/06/02 01:27:26 DEBUG : file1: reading active writers 2026/06/02 01:27:26 DEBUG : Looking for writers 2026/06/02 01:27:26 DEBUG : dir: reading active writers 2026/06/02 01:27:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:26 DEBUG : dir: Looking for writers 2026/06/02 01:27:26 DEBUG : file1: reading active writers 2026/06/02 01:27:26 DEBUG : Looking for writers 2026/06/02 01:27:26 DEBUG : dir: reading active writers 2026/06/02 01:27:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:26 DEBUG : dir/file1: vfs cache: starting upload 2026/06/02 01:27:26 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1.ca338588.partial" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1.ca338588.partial 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1.ca338588.partial" 2026/06/02 01:27:26 DEBUG : dir: Looking for writers 2026/06/02 01:27:26 DEBUG : file1: reading active writers 2026/06/02 01:27:26 DEBUG : Looking for writers 2026/06/02 01:27:26 DEBUG : dir: reading active writers 2026/06/02 01:27:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1.ca338588.partial 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:26 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:26 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/06/02 01:27:26 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/06/02 01:27:26 INFO : dir/file1: Copied (replaced existing) 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:26 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/02 01:27:26 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/06/02 01:27:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:26 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/02 01:27:26 DEBUG : dir: Looking for writers 2026/06/02 01:27:26 DEBUG : file1: reading active writers 2026/06/02 01:27:26 DEBUG : Looking for writers 2026/06/02 01:27:26 DEBUG : dir: reading active writers 2026/06/02 01:27:26 DEBUG : >WaitForWriters: 2026/06/02 01:27:26 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/02 01:27:26 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:26 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:26 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:26 DEBUG : dir/file1(0x339dd5fb4dc0): _readAt: size=512, off=0 2026/06/02 01:27:26 DEBUG : dir/file1(0x339dd5fb4dc0): openPending: 2026/06/02 01:27:26 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/02 01:27:26 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/02 01:27:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:26 DEBUG : dir/file1(0x339dd5fb4dc0): >openPending: err= 2026/06/02 01:27:26 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/02 01:27:26 DEBUG : dir/file1(0x339dd5fb4dc0): >_readAt: n=14, err=EOF 2026/06/02 01:27:26 DEBUG : dir/file1(0x339dd5fb4dc0): close: 2026/06/02 01:27:26 DEBUG : dir/file1(0x339dd5fb4dc0): >close: err= 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:26 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:26 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:26 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/02 01:27:26 DEBUG : newLeaf: Updating file with newLeaf 0x339dd601d790 2026/06/02 01:27:26 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:26 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:26 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:27 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:27 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:27 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:27 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/02 01:27:27 DEBUG : dir/file1: Updating file with dir/file1 0x339dd601d790 2026/06/02 01:27:27 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/02 01:27:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:27 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/02 01:27:27 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:27 DEBUG : dir/file1(0x339dd59e9400): openPending: 2026/06/02 01:27:27 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/02 01:27:27 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/02 01:27:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:27 DEBUG : dir/file1(0x339dd59e9400): >openPending: err= 2026/06/02 01:27:27 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/02 01:27:27 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:27 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:27 DEBUG : dir/file1(0x339dd59e9400): _writeAt: size=25, off=0 2026/06/02 01:27:27 DEBUG : dir/file1(0x339dd59e9400): >_writeAt: n=25, err= 2026/06/02 01:27:27 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:27 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:27 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/02 01:27:27 DEBUG : newLeaf: Updating file with newLeaf 0x339dd601d790 2026/06/02 01:27:27 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:27 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:27 DEBUG : newLeaf(0x339dd59e9400): close: 2026/06/02 01:27:27 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/02 01:27:27 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-02 01:27:27.448386813 +0000 UTC m=+17.628334022 2026/06/02 01:27:27 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:27 DEBUG : newLeaf(0x339dd59e9400): >close: err= 2026/06/02 01:27:27 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:27 DEBUG : dir: Looking for writers 2026/06/02 01:27:27 DEBUG : Looking for writers 2026/06/02 01:27:27 DEBUG : dir: reading active writers 2026/06/02 01:27:27 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:27 DEBUG : dir: Looking for writers 2026/06/02 01:27:27 DEBUG : Looking for writers 2026/06/02 01:27:27 DEBUG : dir: reading active writers 2026/06/02 01:27:27 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:27 DEBUG : dir: Looking for writers 2026/06/02 01:27:27 DEBUG : Looking for writers 2026/06/02 01:27:27 DEBUG : dir: reading active writers 2026/06/02 01:27:27 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:27 DEBUG : dir: Looking for writers 2026/06/02 01:27:27 DEBUG : Looking for writers 2026/06/02 01:27:27 DEBUG : dir: reading active writers 2026/06/02 01:27:27 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:27 DEBUG : newLeaf: vfs cache: starting upload 2026/06/02 01:27:27 DEBUG : newLeaf.0c3152b2.partial: size = 25 OK 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf.0c3152b2.partial" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf.0c3152b2.partial 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf.0c3152b2.partial" 2026/06/02 01:27:27 DEBUG : dir: Looking for writers 2026/06/02 01:27:27 DEBUG : Looking for writers 2026/06/02 01:27:27 DEBUG : dir: reading active writers 2026/06/02 01:27:27 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/newLeaf.0c3152b2.partial 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:27 DEBUG : newLeaf.0c3152b2.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:27 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/02 01:27:27 DEBUG : newLeaf.0c3152b2.partial: renamed to: newLeaf 2026/06/02 01:27:27 INFO : newLeaf: Copied (replaced existing) 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:27 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:27 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-02 01:27:27 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/02 01:27:27 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/02 01:27:27 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:27 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/02 01:27:27 DEBUG : dir: Looking for writers 2026/06/02 01:27:27 DEBUG : Looking for writers 2026/06/02 01:27:27 DEBUG : dir: reading active writers 2026/06/02 01:27:27 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:27 DEBUG : >WaitForWriters: 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:27 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:27 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:28 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/02 01:27:28 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:28 DEBUG : dir: Looking for writers 2026/06/02 01:27:28 DEBUG : Looking for writers 2026/06/02 01:27:28 DEBUG : dir: reading active writers 2026/06/02 01:27:28 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:28 DEBUG : >WaitForWriters: 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:28 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:28 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:28 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:28 DEBUG : dir: Looking for writers 2026/06/02 01:27:28 DEBUG : file1: reading active writers 2026/06/02 01:27:28 DEBUG : Looking for writers 2026/06/02 01:27:28 DEBUG : dir: reading active writers 2026/06/02 01:27:28 DEBUG : >WaitForWriters: 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:28 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/02 01:27:28 DEBUG : newLeaf: Updating file with newLeaf 0x339dd645ed00 2026/06/02 01:27:28 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:28 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:28 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:28 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:28 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/02 01:27:28 DEBUG : dir/file1: Updating file with dir/file1 0x339dd645ed00 2026/06/02 01:27:28 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/02 01:27:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:28 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/02 01:27:28 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:28 DEBUG : dir/file1(0x339dd646c780): openPending: 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:28 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/02 01:27:28 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/02 01:27:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:28 DEBUG : dir/file1(0x339dd646c780): >openPending: err= 2026/06/02 01:27:28 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/02 01:27:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:28 DEBUG : dir/file1(0x339dd646c780): _writeAt: size=25, off=0 2026/06/02 01:27:28 DEBUG : dir/file1(0x339dd646c780): >_writeAt: n=25, err= 2026/06/02 01:27:28 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:28 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:29 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:29 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/02 01:27:29 DEBUG : newLeaf: Updating file with newLeaf 0x339dd645ed00 2026/06/02 01:27:29 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:29 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:29 DEBUG : newLeaf(0x339dd646c780): close: 2026/06/02 01:27:29 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/02 01:27:29 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-02 01:27:28.962220679 +0000 UTC m=+19.142167897 2026/06/02 01:27:29 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:29 DEBUG : newLeaf(0x339dd646c780): >close: err= 2026/06/02 01:27:29 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:29 DEBUG : dir: Looking for writers 2026/06/02 01:27:29 DEBUG : Looking for writers 2026/06/02 01:27:29 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:29 DEBUG : dir: reading active writers 2026/06/02 01:27:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:29 DEBUG : dir: Looking for writers 2026/06/02 01:27:29 DEBUG : Looking for writers 2026/06/02 01:27:29 DEBUG : dir: reading active writers 2026/06/02 01:27:29 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:29 DEBUG : dir: Looking for writers 2026/06/02 01:27:29 DEBUG : Looking for writers 2026/06/02 01:27:29 DEBUG : dir: reading active writers 2026/06/02 01:27:29 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:29 DEBUG : dir: Looking for writers 2026/06/02 01:27:29 DEBUG : Looking for writers 2026/06/02 01:27:29 DEBUG : dir: reading active writers 2026/06/02 01:27:29 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:29 DEBUG : newLeaf: vfs cache: starting upload 2026/06/02 01:27:29 DEBUG : newLeaf.8626af9c.partial: size = 25 OK 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf.8626af9c.partial" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf.8626af9c.partial 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf.8626af9c.partial" 2026/06/02 01:27:29 DEBUG : dir: Looking for writers 2026/06/02 01:27:29 DEBUG : Looking for writers 2026/06/02 01:27:29 DEBUG : dir: reading active writers 2026/06/02 01:27:29 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/newLeaf.8626af9c.partial 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:29 DEBUG : newLeaf.8626af9c.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:29 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/02 01:27:29 DEBUG : newLeaf.8626af9c.partial: renamed to: newLeaf 2026/06/02 01:27:29 INFO : newLeaf: Copied (replaced existing) 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:29 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:29 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-02 01:27:28 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/02 01:27:29 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/02 01:27:29 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:29 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/02 01:27:29 DEBUG : dir: Looking for writers 2026/06/02 01:27:29 DEBUG : Looking for writers 2026/06/02 01:27:29 DEBUG : dir: reading active writers 2026/06/02 01:27:29 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:29 DEBUG : >WaitForWriters: 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:29 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:29 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/02 01:27:29 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:29 DEBUG : dir: Looking for writers 2026/06/02 01:27:29 DEBUG : Looking for writers 2026/06/02 01:27:29 DEBUG : dir: reading active writers 2026/06/02 01:27:29 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:29 DEBUG : >WaitForWriters: 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:29 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:29 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:29 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/02 01:27:29 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:29 DEBUG : dir/file1(0x339dd5e31480): openPending: 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:29 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/02 01:27:29 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/02 01:27:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:29 DEBUG : dir/file1(0x339dd5e31480): >openPending: err= 2026/06/02 01:27:29 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/02 01:27:29 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:29 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:29 DEBUG : dir/file1(0x339dd5e31480): _writeAt: size=14, off=0 2026/06/02 01:27:29 DEBUG : dir/file1(0x339dd5e31480): >_writeAt: n=14, err= 2026/06/02 01:27:29 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/02 01:27:29 DEBUG : dir/file1(0x339dd5e31480): close: 2026/06/02 01:27:29 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/02 01:27:29 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/02 01:27:29 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:29 DEBUG : dir/file1(0x339dd5e31480): >close: err= 2026/06/02 01:27:29 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:29 DEBUG : dir: Looking for writers 2026/06/02 01:27:29 DEBUG : file1: reading active writers 2026/06/02 01:27:29 DEBUG : Looking for writers 2026/06/02 01:27:29 DEBUG : dir: reading active writers 2026/06/02 01:27:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:29 DEBUG : dir: Looking for writers 2026/06/02 01:27:29 DEBUG : file1: reading active writers 2026/06/02 01:27:29 DEBUG : Looking for writers 2026/06/02 01:27:29 DEBUG : dir: reading active writers 2026/06/02 01:27:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:29 DEBUG : dir: Looking for writers 2026/06/02 01:27:29 DEBUG : file1: reading active writers 2026/06/02 01:27:29 DEBUG : Looking for writers 2026/06/02 01:27:29 DEBUG : dir: reading active writers 2026/06/02 01:27:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:29 DEBUG : dir: Looking for writers 2026/06/02 01:27:29 DEBUG : file1: reading active writers 2026/06/02 01:27:29 DEBUG : Looking for writers 2026/06/02 01:27:29 DEBUG : dir: reading active writers 2026/06/02 01:27:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:29 DEBUG : dir/file1: vfs cache: starting upload 2026/06/02 01:27:29 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1.ca338588.partial" 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1.ca338588.partial 2026/06/02 01:27:29 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1.ca338588.partial" 2026/06/02 01:27:29 DEBUG : dir: Looking for writers 2026/06/02 01:27:29 DEBUG : file1: reading active writers 2026/06/02 01:27:29 DEBUG : Looking for writers 2026/06/02 01:27:29 DEBUG : dir: reading active writers 2026/06/02 01:27:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1.ca338588.partial 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:30 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:30 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/06/02 01:27:30 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/06/02 01:27:30 INFO : dir/file1: Copied (replaced existing) 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:30 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/02 01:27:30 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/06/02 01:27:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:30 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/02 01:27:30 DEBUG : dir: Looking for writers 2026/06/02 01:27:30 DEBUG : file1: reading active writers 2026/06/02 01:27:30 DEBUG : Looking for writers 2026/06/02 01:27:30 DEBUG : dir: reading active writers 2026/06/02 01:27:30 DEBUG : >WaitForWriters: 2026/06/02 01:27:30 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/02 01:27:30 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:30 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:30 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:30 DEBUG : dir/file1(0x339dd5f7ae00): _readAt: size=512, off=0 2026/06/02 01:27:30 DEBUG : dir/file1(0x339dd5f7ae00): openPending: 2026/06/02 01:27:30 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/06/02 01:27:30 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/02 01:27:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:30 DEBUG : dir/file1(0x339dd5f7ae00): >openPending: err= 2026/06/02 01:27:30 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/02 01:27:30 DEBUG : dir/file1(0x339dd5f7ae00): >_readAt: n=14, err=EOF 2026/06/02 01:27:30 DEBUG : dir/file1(0x339dd5f7ae00): close: 2026/06/02 01:27:30 DEBUG : dir/file1(0x339dd5f7ae00): >close: err= 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:30 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:30 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:30 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/02 01:27:30 DEBUG : newLeaf: Updating file with newLeaf 0x339dd5e33ad0 2026/06/02 01:27:30 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:30 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:30 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:30 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:30 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:30 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/02 01:27:30 DEBUG : dir/file1: Updating file with dir/file1 0x339dd5e33ad0 2026/06/02 01:27:30 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/02 01:27:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:30 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/02 01:27:30 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:30 DEBUG : dir/file1(0x339dd5e31e40): openPending: 2026/06/02 01:27:30 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/06/02 01:27:30 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/02 01:27:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:30 DEBUG : dir/file1(0x339dd5e31e40): >openPending: err= 2026/06/02 01:27:30 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/02 01:27:30 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:30 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:30 DEBUG : dir/file1(0x339dd5e31e40): _writeAt: size=25, off=0 2026/06/02 01:27:30 DEBUG : dir/file1(0x339dd5e31e40): >_writeAt: n=25, err= 2026/06/02 01:27:30 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:30 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:30 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:30 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/02 01:27:30 DEBUG : newLeaf: Updating file with newLeaf 0x339dd5e33ad0 2026/06/02 01:27:30 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:30 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:30 DEBUG : newLeaf(0x339dd5e31e40): close: 2026/06/02 01:27:30 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/02 01:27:30 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-02 01:27:30.90779953 +0000 UTC m=+21.087746748 2026/06/02 01:27:30 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:30 DEBUG : newLeaf(0x339dd5e31e40): >close: err= 2026/06/02 01:27:30 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:30 DEBUG : dir: Looking for writers 2026/06/02 01:27:30 DEBUG : Looking for writers 2026/06/02 01:27:30 DEBUG : dir: reading active writers 2026/06/02 01:27:30 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:30 DEBUG : dir: Looking for writers 2026/06/02 01:27:30 DEBUG : Looking for writers 2026/06/02 01:27:30 DEBUG : dir: reading active writers 2026/06/02 01:27:30 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:30 DEBUG : dir: Looking for writers 2026/06/02 01:27:30 DEBUG : Looking for writers 2026/06/02 01:27:30 DEBUG : dir: reading active writers 2026/06/02 01:27:30 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:31 DEBUG : dir: Looking for writers 2026/06/02 01:27:31 DEBUG : Looking for writers 2026/06/02 01:27:31 DEBUG : dir: reading active writers 2026/06/02 01:27:31 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:31 DEBUG : newLeaf: vfs cache: starting upload 2026/06/02 01:27:31 DEBUG : newLeaf.f9c2795b.partial: size = 25 OK 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf.f9c2795b.partial" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf.f9c2795b.partial 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf.f9c2795b.partial" 2026/06/02 01:27:31 DEBUG : dir: Looking for writers 2026/06/02 01:27:31 DEBUG : Looking for writers 2026/06/02 01:27:31 DEBUG : dir: reading active writers 2026/06/02 01:27:31 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/newLeaf.f9c2795b.partial 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:31 DEBUG : newLeaf.f9c2795b.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:31 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/02 01:27:31 DEBUG : newLeaf.f9c2795b.partial: renamed to: newLeaf 2026/06/02 01:27:31 INFO : newLeaf: Copied (replaced existing) 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:31 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:31 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-02 01:27:30 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/02 01:27:31 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/02 01:27:31 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:31 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/02 01:27:31 DEBUG : dir: Looking for writers 2026/06/02 01:27:31 DEBUG : Looking for writers 2026/06/02 01:27:31 DEBUG : dir: reading active writers 2026/06/02 01:27:31 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:31 DEBUG : >WaitForWriters: 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:31 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:31 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/02 01:27:31 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:31 DEBUG : dir: Looking for writers 2026/06/02 01:27:31 DEBUG : Looking for writers 2026/06/02 01:27:31 DEBUG : dir: reading active writers 2026/06/02 01:27:31 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:31 DEBUG : >WaitForWriters: 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:31 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:31 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:31 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:31 DEBUG : dir: Looking for writers 2026/06/02 01:27:31 DEBUG : file1: reading active writers 2026/06/02 01:27:31 DEBUG : Looking for writers 2026/06/02 01:27:31 DEBUG : dir: reading active writers 2026/06/02 01:27:31 DEBUG : >WaitForWriters: 2026/06/02 01:27:31 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/02 01:27:31 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:31 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:31 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:31 DEBUG : dir/file1(0x339dd5fba280): _readAt: size=512, off=0 2026/06/02 01:27:31 DEBUG : dir/file1(0x339dd5fba280): openPending: 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:31 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/02 01:27:31 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/02 01:27:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:31 DEBUG : dir/file1(0x339dd5fba280): >openPending: err= 2026/06/02 01:27:31 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/06/02 01:27:31 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:31 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:31 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:31 DEBUG : dir/file1(0x339dd5fba280): >_readAt: n=14, err=EOF 2026/06/02 01:27:31 DEBUG : dir/file1(0x339dd5fba280): close: 2026/06/02 01:27:31 DEBUG : dir/file1(0x339dd5fba280): >close: err= 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:31 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:31 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:32 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:32 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/02 01:27:32 DEBUG : newLeaf: Updating file with newLeaf 0x339dd6006410 2026/06/02 01:27:32 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:32 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:32 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:32 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:32 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:32 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/02 01:27:32 DEBUG : dir/file1: Updating file with dir/file1 0x339dd6006410 2026/06/02 01:27:32 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/02 01:27:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:32 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/02 01:27:32 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:32 DEBUG : dir/file1(0x339dd5fbbac0): openPending: 2026/06/02 01:27:32 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/06/02 01:27:32 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/02 01:27:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:32 DEBUG : dir/file1(0x339dd5fbbac0): >openPending: err= 2026/06/02 01:27:32 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/02 01:27:32 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:32 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:32 DEBUG : dir/file1(0x339dd5fbbac0): _writeAt: size=25, off=0 2026/06/02 01:27:32 DEBUG : dir/file1(0x339dd5fbbac0): >_writeAt: n=25, err= 2026/06/02 01:27:32 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:32 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:32 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/02 01:27:32 DEBUG : newLeaf: Updating file with newLeaf 0x339dd6006410 2026/06/02 01:27:32 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:32 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:32 DEBUG : newLeaf(0x339dd5fbbac0): close: 2026/06/02 01:27:32 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/02 01:27:32 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-02 01:27:32.580424259 +0000 UTC m=+22.760371468 2026/06/02 01:27:32 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:32 DEBUG : newLeaf(0x339dd5fbbac0): >close: err= 2026/06/02 01:27:32 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:32 DEBUG : dir: Looking for writers 2026/06/02 01:27:32 DEBUG : Looking for writers 2026/06/02 01:27:32 DEBUG : dir: reading active writers 2026/06/02 01:27:32 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:32 DEBUG : dir: Looking for writers 2026/06/02 01:27:32 DEBUG : Looking for writers 2026/06/02 01:27:32 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:32 DEBUG : dir: reading active writers 2026/06/02 01:27:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:32 DEBUG : dir: Looking for writers 2026/06/02 01:27:32 DEBUG : Looking for writers 2026/06/02 01:27:32 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:32 DEBUG : dir: reading active writers 2026/06/02 01:27:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:32 DEBUG : dir: Looking for writers 2026/06/02 01:27:32 DEBUG : Looking for writers 2026/06/02 01:27:32 DEBUG : dir: reading active writers 2026/06/02 01:27:32 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:32 DEBUG : newLeaf: vfs cache: starting upload 2026/06/02 01:27:32 DEBUG : newLeaf.1b5f4388.partial: size = 25 OK 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf.1b5f4388.partial" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf.1b5f4388.partial 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf.1b5f4388.partial" 2026/06/02 01:27:32 DEBUG : dir: Looking for writers 2026/06/02 01:27:32 DEBUG : Looking for writers 2026/06/02 01:27:32 DEBUG : dir: reading active writers 2026/06/02 01:27:32 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/newLeaf.1b5f4388.partial 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:32 DEBUG : newLeaf.1b5f4388.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:32 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/02 01:27:32 DEBUG : newLeaf.1b5f4388.partial: renamed to: newLeaf 2026/06/02 01:27:32 INFO : newLeaf: Copied (replaced existing) 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:32 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:32 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-02 01:27:32 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/02 01:27:32 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/02 01:27:32 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/02 01:27:32 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/02 01:27:32 DEBUG : dir: Looking for writers 2026/06/02 01:27:32 DEBUG : Looking for writers 2026/06/02 01:27:32 DEBUG : dir: reading active writers 2026/06/02 01:27:32 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:32 DEBUG : >WaitForWriters: 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:32 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:33 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/newLeaf" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qetaqud3pina/newLeaf 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:33 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/02 01:27:33 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:33 DEBUG : dir: Looking for writers 2026/06/02 01:27:33 DEBUG : Looking for writers 2026/06/02 01:27:33 DEBUG : dir: reading active writers 2026/06/02 01:27:33 DEBUG : newLeaf: reading active writers 2026/06/02 01:27:33 DEBUG : >WaitForWriters: 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestFileRename (9.37s) --- PASS: TestFileRename/off,forceCache=false (1.14s) --- PASS: TestFileRename/minimal,forceCache=false (1.08s) --- PASS: TestFileRename/minimal,forceCache=true (2.03s) --- PASS: TestFileRename/writes,forceCache=false (1.47s) --- PASS: TestFileRename/writes,forceCache=true (1.95s) --- PASS: TestFileRename/full,forceCache=false (1.71s) === 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-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:33 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:33 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:33 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:33 DEBUG : Looking for writers 2026/06/02 01:27:33 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-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:33 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:33 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/02 01:27:33 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:33 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/02 01:27:33 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/02 01:27:33 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:33 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:33 DEBUG : dir: Looking for writers 2026/06/02 01:27:33 DEBUG : file1: reading active writers 2026/06/02 01:27:33 DEBUG : Looking for writers 2026/06/02 01:27:33 DEBUG : dir: reading active writers 2026/06/02 01:27:33 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.31s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:33 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:33 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/02 01:27:33 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:33 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/02 01:27:33 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/02 01:27:33 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:33 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/06/02 01:27:33 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/06/02 01:27:33 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/06/02 01:27:33 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/02 01:27:33 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/06/02 01:27:33 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/06/02 01:27:33 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:33 DEBUG : dir: Looking for writers 2026/06/02 01:27:33 DEBUG : file1: reading active writers 2026/06/02 01:27:33 DEBUG : Looking for writers 2026/06/02 01:27:33 DEBUG : dir: reading active writers 2026/06/02 01:27:33 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.30s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:33 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:33 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:33 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/02 01:27:33 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:33 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/02 01:27:33 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/02 01:27:33 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:33 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:34 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/06/02 01:27:34 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/06/02 01:27:34 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/06/02 01:27:34 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/02 01:27:34 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/06/02 01:27:34 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/06/02 01:27:34 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/06/02 01:27:34 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/06/02 01:27:34 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/06/02 01:27:34 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/06/02 01:27:34 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/06/02 01:27:34 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/06/02 01:27:34 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/06/02 01:27:34 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/06/02 01:27:34 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/06/02 01:27:34 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/06/02 01:27:34 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/06/02 01:27:34 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/06/02 01:27:34 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:34 DEBUG : dir: Looking for writers 2026/06/02 01:27:34 DEBUG : file1: reading active writers 2026/06/02 01:27:34 DEBUG : Looking for writers 2026/06/02 01:27:34 DEBUG : dir: reading active writers 2026/06/02 01:27:34 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:34 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:34 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:34 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/02 01:27:34 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:34 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/02 01:27:34 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/02 01:27:34 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:34 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:34 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:34 DEBUG : dir: Looking for writers 2026/06/02 01:27:34 DEBUG : file1: reading active writers 2026/06/02 01:27:34 DEBUG : Looking for writers 2026/06/02 01:27:34 DEBUG : dir: reading active writers 2026/06/02 01:27:34 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.31s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:34 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:34 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:34 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/02 01:27:34 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:34 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/02 01:27:34 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/02 01:27:34 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:34 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:34 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:34 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:34 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/06/02 01:27:34 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:34 DEBUG : dir: Looking for writers 2026/06/02 01:27:34 DEBUG : file1: reading active writers 2026/06/02 01:27:34 DEBUG : Looking for writers 2026/06/02 01:27:34 DEBUG : dir: reading active writers 2026/06/02 01:27:34 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.27s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:34 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:34 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:34 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:34 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/02 01:27:34 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:34 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/02 01:27:34 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:34 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:34 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:34 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/02 01:27:34 DEBUG : dir/file1(0x339dd5c2f280): _readAt: size=1, off=0 2026/06/02 01:27:34 DEBUG : dir/file1(0x339dd5c2f280): openPending: 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:34 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:35 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:35 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/02 01:27:35 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/02 01:27:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5c2f280): >openPending: err= 2026/06/02 01:27:35 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/02 01:27:35 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:35 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:35 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5c2f280): >_readAt: n=1, err= 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5c2f280): _readAt: size=256, off=1 2026/06/02 01:27:35 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5c2f280): >_readAt: n=15, err=EOF 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5c2f280): _readAt: size=16, off=16 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5c2f280): >_readAt: n=0, err=EOF 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5c2f280): close: 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5c2f280): >close: err= 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5c2f280): close: 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5c2f280): >close: err=file already closed 2026/06/02 01:27:35 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:35 DEBUG : dir: Looking for writers 2026/06/02 01:27:35 DEBUG : file1: reading active writers 2026/06/02 01:27:35 DEBUG : Looking for writers 2026/06/02 01:27:35 DEBUG : dir: reading active writers 2026/06/02 01:27:35 DEBUG : >WaitForWriters: 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.31s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:35 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:35 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:35 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/02 01:27:35 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:35 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/02 01:27:35 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:35 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:35 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5de6680): _readAt: size=1, off=0 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5de6680): openPending: 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:35 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:35 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/02 01:27:35 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/02 01:27:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5de6680): >openPending: err= 2026/06/02 01:27:35 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/02 01:27:35 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:35 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:35 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5de6680): >_readAt: n=1, err= 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5de6680): _readAt: size=1, off=5 2026/06/02 01:27:35 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5de6680): >_readAt: n=1, err= 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5de6680): _readAt: size=1, off=3 2026/06/02 01:27:35 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5de6680): >_readAt: n=1, err= 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5de6680): _readAt: size=1, off=13 2026/06/02 01:27:35 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5de6680): >_readAt: n=1, err= 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5de6680): _readAt: size=16, off=100 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5de6680): >_readAt: n=0, err=EOF 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5de6680): close: 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5de6680): >close: err= 2026/06/02 01:27:35 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:35 DEBUG : dir: Looking for writers 2026/06/02 01:27:35 DEBUG : file1: reading active writers 2026/06/02 01:27:35 DEBUG : Looking for writers 2026/06/02 01:27:35 DEBUG : dir: reading active writers 2026/06/02 01:27:35 DEBUG : >WaitForWriters: 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.31s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:35 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:35 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:35 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/02 01:27:35 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:35 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/02 01:27:35 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:35 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:35 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): _readAt: size=1, off=0 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): openPending: 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:35 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:35 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/02 01:27:35 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/02 01:27:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): >openPending: err= 2026/06/02 01:27:35 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/02 01:27:35 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:35 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:35 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): >_readAt: n=1, err= 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): _readAt: size=1, off=5 2026/06/02 01:27:35 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): >_readAt: n=1, err= 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): _readAt: size=1, off=1 2026/06/02 01:27:35 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): >_readAt: n=1, err= 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): _readAt: size=6, off=10 2026/06/02 01:27:35 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): >_readAt: n=6, err= 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): _readAt: size=256, off=10 2026/06/02 01:27:35 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): >_readAt: n=6, err=EOF 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): _readAt: size=256, off=100 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): >_readAt: n=0, err=EOF 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): close: 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): >close: err= 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): _readAt: size=256, off=100 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5e30540): >_readAt: n=0, err=file already closed 2026/06/02 01:27:35 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:35 DEBUG : dir: Looking for writers 2026/06/02 01:27:35 DEBUG : file1: reading active writers 2026/06/02 01:27:35 DEBUG : Looking for writers 2026/06/02 01:27:35 DEBUG : dir: reading active writers 2026/06/02 01:27:35 DEBUG : >WaitForWriters: 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.31s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:35 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:35 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:35 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/02 01:27:35 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:35 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/02 01:27:35 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:35 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:35 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5ee8300): RWFileHandle.Flush 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5ee8300): _readAt: size=256, off=0 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5ee8300): openPending: 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:35 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:35 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/02 01:27:35 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/02 01:27:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5ee8300): >openPending: err= 2026/06/02 01:27:35 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/06/02 01:27:35 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:35 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:35 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5ee8300): >_readAt: n=16, err=EOF 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5ee8300): RWFileHandle.Flush 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5ee8300): RWFileHandle.Flush 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5ee8300): close: 2026/06/02 01:27:35 DEBUG : dir/file1(0x339dd5ee8300): >close: err= 2026/06/02 01:27:35 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:35 DEBUG : dir: Looking for writers 2026/06/02 01:27:35 DEBUG : file1: reading active writers 2026/06/02 01:27:35 DEBUG : Looking for writers 2026/06/02 01:27:35 DEBUG : dir: reading active writers 2026/06/02 01:27:35 DEBUG : >WaitForWriters: 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.31s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:35 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:35 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:35 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/02 01:27:36 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/02 01:27:36 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/02 01:27:36 DEBUG : dir/file1(0x339dd5e31140): _readAt: size=256, off=0 2026/06/02 01:27:36 DEBUG : dir/file1(0x339dd5e31140): openPending: 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/02 01:27:36 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/02 01:27:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:36 DEBUG : dir/file1(0x339dd5e31140): >openPending: err= 2026/06/02 01:27:36 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/06/02 01:27:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:36 DEBUG : dir/file1(0x339dd5e31140): >_readAt: n=16, err=EOF 2026/06/02 01:27:36 DEBUG : dir/file1(0x339dd5e31140): RWFileHandle.Release 2026/06/02 01:27:36 DEBUG : dir/file1(0x339dd5e31140): close: 2026/06/02 01:27:36 DEBUG : dir/file1(0x339dd5e31140): >close: err= 2026/06/02 01:27:36 DEBUG : dir/file1(0x339dd5e31140): RWFileHandle.Release 2026/06/02 01:27:36 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:36 DEBUG : dir: Looking for writers 2026/06/02 01:27:36 DEBUG : file1: reading active writers 2026/06/02 01:27:36 DEBUG : Looking for writers 2026/06/02 01:27:36 DEBUG : dir: reading active writers 2026/06/02 01:27:36 DEBUG : >WaitForWriters: 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.31s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:36 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:36 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:36 DEBUG : file1: newRWFileHandle: 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc2100): openPending: 2026/06/02 01:27:36 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc2100): >openPending: err= 2026/06/02 01:27:36 DEBUG : file1: >newRWFileHandle: err= 2026/06/02 01:27:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:36 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/02 01:27:36 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc2100): _writeAt: size=5, off=0 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc2100): >_writeAt: n=5, err= 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc2100): _writeAt: size=7, off=5 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc2100): >_writeAt: n=7, err= 2026/06/02 01:27:36 DEBUG : file1: vfs cache: truncate to size=11 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc2100): close: 2026/06/02 01:27:36 DEBUG : file1: vfs cache: setting modification time to 2026-06-02 01:27:36.308575759 +0000 UTC m=+26.488522977 2026/06/02 01:27:36 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc2100): >close: err= 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc2100): close: 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc2100): >close: err=file already closed 2026/06/02 01:27:36 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:36 DEBUG : Looking for writers 2026/06/02 01:27:36 DEBUG : file1: reading active writers 2026/06/02 01:27:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:36 DEBUG : Looking for writers 2026/06/02 01:27:36 DEBUG : file1: reading active writers 2026/06/02 01:27:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:36 DEBUG : Looking for writers 2026/06/02 01:27:36 DEBUG : file1: reading active writers 2026/06/02 01:27:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:36 DEBUG : Looking for writers 2026/06/02 01:27:36 DEBUG : file1: reading active writers 2026/06/02 01:27:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:36 DEBUG : file1: vfs cache: starting upload 2026/06/02 01:27:36 DEBUG : file1.d0b8f70a.partial: size = 11 OK 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1.d0b8f70a.partial" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1.d0b8f70a.partial 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1.d0b8f70a.partial" 2026/06/02 01:27:36 DEBUG : Looking for writers 2026/06/02 01:27:36 DEBUG : file1: reading active writers 2026/06/02 01:27:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qetaqud3pina/file1.d0b8f70a.partial 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:36 DEBUG : file1.d0b8f70a.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/02 01:27:36 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/02 01:27:36 DEBUG : file1.d0b8f70a.partial: renamed to: file1 2026/06/02 01:27:36 INFO : file1: Copied (new) 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:36 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/02 01:27:36 DEBUG : file1: vfs cache: fingerprint now "11,2026-06-02 01:27:36 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/06/02 01:27:36 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/02 01:27:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:36 INFO : file1: vfs cache: upload succeeded try #1 2026/06/02 01:27:36 DEBUG : Looking for writers 2026/06/02 01:27:36 DEBUG : file1: reading active writers 2026/06/02 01:27:36 DEBUG : >WaitForWriters: 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:36 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:36 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/02 01:27:36 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:36 DEBUG : Looking for writers 2026/06/02 01:27:36 DEBUG : file1: reading active writers 2026/06/02 01:27:36 DEBUG : >WaitForWriters: 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:36 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:36 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:36 DEBUG : file1: newRWFileHandle: 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc3280): openPending: 2026/06/02 01:27:36 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc3280): >openPending: err= 2026/06/02 01:27:36 DEBUG : file1: >newRWFileHandle: err= 2026/06/02 01:27:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:36 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/02 01:27:36 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc3280): _writeAt: size=7, off=0 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc3280): >_writeAt: n=7, err= 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc3280): _writeAt: size=6, off=5 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc3280): >_writeAt: n=6, err= 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc3280): close: 2026/06/02 01:27:36 DEBUG : file1: vfs cache: setting modification time to 2026-06-02 01:27:36.825963879 +0000 UTC m=+27.005911097 2026/06/02 01:27:36 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc3280): >close: err= 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc3280): _writeAt: size=5, off=0 2026/06/02 01:27:36 DEBUG : file1(0x339dd5cc3280): >_writeAt: n=0, err=file already closed 2026/06/02 01:27:36 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:36 DEBUG : Looking for writers 2026/06/02 01:27:36 DEBUG : file1: reading active writers 2026/06/02 01:27:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:36 DEBUG : Looking for writers 2026/06/02 01:27:36 DEBUG : file1: reading active writers 2026/06/02 01:27:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:36 DEBUG : Looking for writers 2026/06/02 01:27:36 DEBUG : file1: reading active writers 2026/06/02 01:27:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:36 DEBUG : Looking for writers 2026/06/02 01:27:36 DEBUG : file1: reading active writers 2026/06/02 01:27:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:36 DEBUG : file1: vfs cache: starting upload 2026/06/02 01:27:36 DEBUG : file1.4075ac8b.partial: size = 11 OK 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1.4075ac8b.partial" 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1.4075ac8b.partial 2026/06/02 01:27:36 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1.4075ac8b.partial" 2026/06/02 01:27:36 DEBUG : Looking for writers 2026/06/02 01:27:36 DEBUG : file1: reading active writers 2026/06/02 01:27:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qetaqud3pina/file1.4075ac8b.partial 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:37 DEBUG : file1.4075ac8b.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/02 01:27:37 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/02 01:27:37 DEBUG : file1.4075ac8b.partial: renamed to: file1 2026/06/02 01:27:37 INFO : file1: Copied (new) 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:37 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/02 01:27:37 DEBUG : file1: vfs cache: fingerprint now "11,2026-06-02 01:27:36 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/06/02 01:27:37 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/02 01:27:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:37 INFO : file1: vfs cache: upload succeeded try #1 2026/06/02 01:27:37 DEBUG : Looking for writers 2026/06/02 01:27:37 DEBUG : file1: reading active writers 2026/06/02 01:27:37 DEBUG : >WaitForWriters: 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:37 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:37 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/02 01:27:37 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:37 DEBUG : Looking for writers 2026/06/02 01:27:37 DEBUG : file1: reading active writers 2026/06/02 01:27:37 DEBUG : >WaitForWriters: 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.52s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:37 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:37 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:37 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:37 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:37 DEBUG : file1: newRWFileHandle: 2026/06/02 01:27:37 DEBUG : file1(0x339dd5cc3d40): openPending: 2026/06/02 01:27:37 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:37 DEBUG : file1(0x339dd5cc3d40): >openPending: err= 2026/06/02 01:27:37 DEBUG : file1: >newRWFileHandle: err= 2026/06/02 01:27:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:37 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/02 01:27:37 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/02 01:27:37 DEBUG : file1(0x339dd5cc3d40): close: 2026/06/02 01:27:37 DEBUG : file1: vfs cache: setting modification time to 2026-06-02 01:27:37.343990438 +0000 UTC m=+27.523937646 2026/06/02 01:27:37 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:37 DEBUG : file1(0x339dd5cc3d40): >close: err= 2026/06/02 01:27:37 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/02 01:27:37 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/02 01:27:37 DEBUG : file2: newRWFileHandle: 2026/06/02 01:27:37 DEBUG : file2(0x339dd5e202c0): openPending: 2026/06/02 01:27:37 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:37 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/02 01:27:37 DEBUG : file2(0x339dd5e202c0): >openPending: err= 2026/06/02 01:27:37 DEBUG : file2: >newRWFileHandle: err= 2026/06/02 01:27:37 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/02 01:27:37 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/06/02 01:27:37 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/06/02 01:27:37 DEBUG : file2(0x339dd5e202c0): RWFileHandle.Flush 2026/06/02 01:27:37 DEBUG : file2(0x339dd5e202c0): RWFileHandle.Release 2026/06/02 01:27:37 DEBUG : file2(0x339dd5e202c0): close: 2026/06/02 01:27:37 DEBUG : file2: vfs cache: setting modification time to 2026-06-02 01:27:37.344922865 +0000 UTC m=+27.524870083 2026/06/02 01:27:37 INFO : file2: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:37 DEBUG : file2(0x339dd5e202c0): >close: err= 2026/06/02 01:27:37 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:37 DEBUG : Looking for writers 2026/06/02 01:27:37 DEBUG : file1: reading active writers 2026/06/02 01:27:37 DEBUG : file2: reading active writers 2026/06/02 01:27:37 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/06/02 01:27:37 DEBUG : Looking for writers 2026/06/02 01:27:37 DEBUG : file1: reading active writers 2026/06/02 01:27:37 DEBUG : file2: reading active writers 2026/06/02 01:27:37 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/06/02 01:27:37 DEBUG : Looking for writers 2026/06/02 01:27:37 DEBUG : file2: reading active writers 2026/06/02 01:27:37 DEBUG : file1: reading active writers 2026/06/02 01:27:37 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/06/02 01:27:37 DEBUG : Looking for writers 2026/06/02 01:27:37 DEBUG : file1: reading active writers 2026/06/02 01:27:37 DEBUG : file2: reading active writers 2026/06/02 01:27:37 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/06/02 01:27:37 DEBUG : file1: vfs cache: starting upload 2026/06/02 01:27:37 DEBUG : file2: vfs cache: starting upload 2026/06/02 01:27:37 DEBUG : file2.8249c5c1.partial: size = 0 OK 2026/06/02 01:27:37 DEBUG : file1.6cf7d346.partial: size = 0 OK 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file2.8249c5c1.partial" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1.6cf7d346.partial" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file2.8249c5c1.partial 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1.6cf7d346.partial 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1.6cf7d346.partial" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file2.8249c5c1.partial" 2026/06/02 01:27:37 DEBUG : Looking for writers 2026/06/02 01:27:37 DEBUG : file2: reading active writers 2026/06/02 01:27:37 DEBUG : file1: reading active writers 2026/06/02 01:27:37 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qetaqud3pina/file1.6cf7d346.partial 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:37 DEBUG : file1.6cf7d346.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/02 01:27:37 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/02 01:27:37 DEBUG : file1.6cf7d346.partial: renamed to: file1 2026/06/02 01:27:37 INFO : file1: Copied (new) 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qetaqud3pina/file2.8249c5c1.partial 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:37 DEBUG : file2.8249c5c1.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/02 01:27:37 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/02 01:27:37 DEBUG : file2.8249c5c1.partial: renamed to: file2 2026/06/02 01:27:37 INFO : file2: Copied (new) 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file2" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file2 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file2" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:37 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/02 01:27:37 DEBUG : file1: vfs cache: fingerprint now "0,2026-06-02 01:27:37 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/06/02 01:27:37 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/02 01:27:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:37 INFO : file1: vfs cache: upload succeeded try #1 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qetaqud3pina/file2 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:37 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/02 01:27:37 DEBUG : file2: vfs cache: fingerprint now "0,2026-06-02 01:27:37 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/06/02 01:27:37 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/06/02 01:27:37 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/02 01:27:37 INFO : file2: vfs cache: upload succeeded try #1 2026/06/02 01:27:37 DEBUG : Looking for writers 2026/06/02 01:27:37 DEBUG : file1: reading active writers 2026/06/02 01:27:37 DEBUG : file2: reading active writers 2026/06/02 01:27:37 DEBUG : >WaitForWriters: 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:37 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:37 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file2" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file2 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file2" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qetaqud3pina/file2 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:37 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file2" 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/file2 2026/06/02 01:27:37 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/file2" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-qetaqud3pina/file2 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:38 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/02 01:27:38 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:38 DEBUG : Looking for writers 2026/06/02 01:27:38 DEBUG : file1: reading active writers 2026/06/02 01:27:38 DEBUG : file2: reading active writers 2026/06/02 01:27:38 DEBUG : >WaitForWriters: 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.72s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:38 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:38 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:38 DEBUG : file1: newRWFileHandle: 2026/06/02 01:27:38 DEBUG : file1(0x339dd58ecf80): openPending: 2026/06/02 01:27:38 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:38 DEBUG : file1(0x339dd58ecf80): >openPending: err= 2026/06/02 01:27:38 DEBUG : file1: >newRWFileHandle: err= 2026/06/02 01:27:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:38 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/02 01:27:38 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/02 01:27:38 DEBUG : file1(0x339dd58ecf80): _writeAt: size=5, off=0 2026/06/02 01:27:38 DEBUG : file1(0x339dd58ecf80): >_writeAt: n=5, err= 2026/06/02 01:27:38 DEBUG : file1(0x339dd58ecf80): RWFileHandle.Flush 2026/06/02 01:27:38 DEBUG : file1(0x339dd58ecf80): RWFileHandle.Flush 2026/06/02 01:27:38 DEBUG : file1(0x339dd58ecf80): close: 2026/06/02 01:27:38 DEBUG : file1: vfs cache: setting modification time to 2026-06-02 01:27:38.060058423 +0000 UTC m=+28.240005642 2026/06/02 01:27:38 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:38 DEBUG : file1(0x339dd58ecf80): >close: err= 2026/06/02 01:27:38 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:38 DEBUG : Looking for writers 2026/06/02 01:27:38 DEBUG : file1: reading active writers 2026/06/02 01:27:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:38 DEBUG : Looking for writers 2026/06/02 01:27:38 DEBUG : file1: reading active writers 2026/06/02 01:27:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:38 DEBUG : Looking for writers 2026/06/02 01:27:38 DEBUG : file1: reading active writers 2026/06/02 01:27:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:38 DEBUG : Looking for writers 2026/06/02 01:27:38 DEBUG : file1: reading active writers 2026/06/02 01:27:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:38 DEBUG : file1: vfs cache: starting upload 2026/06/02 01:27:38 DEBUG : file1.38024646.partial: size = 5 OK 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1.38024646.partial" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1.38024646.partial 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1.38024646.partial" 2026/06/02 01:27:38 DEBUG : Looking for writers 2026/06/02 01:27:38 DEBUG : file1: reading active writers 2026/06/02 01:27:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/file1.38024646.partial 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:38 DEBUG : file1.38024646.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:38 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/02 01:27:38 DEBUG : file1.38024646.partial: renamed to: file1 2026/06/02 01:27:38 INFO : file1: Copied (new) 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:38 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:38 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-02 01:27:38 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/02 01:27:38 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/02 01:27:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:38 INFO : file1: vfs cache: upload succeeded try #1 2026/06/02 01:27:38 DEBUG : Looking for writers 2026/06/02 01:27:38 DEBUG : file1: reading active writers 2026/06/02 01:27:38 DEBUG : >WaitForWriters: 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:38 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:38 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:38 DEBUG : file1: newRWFileHandle: 2026/06/02 01:27:38 DEBUG : file1(0x339dd5e21840): openPending: 2026/06/02 01:27:38 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:38 DEBUG : file1(0x339dd5e21840): >openPending: err= 2026/06/02 01:27:38 DEBUG : file1: >newRWFileHandle: err= 2026/06/02 01:27:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:38 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/02 01:27:38 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/02 01:27:38 DEBUG : file1(0x339dd5e21840): _writeAt: size=5, off=0 2026/06/02 01:27:38 DEBUG : file1(0x339dd5e21840): >_writeAt: n=5, err= 2026/06/02 01:27:38 DEBUG : file1(0x339dd5e21840): RWFileHandle.Release 2026/06/02 01:27:38 DEBUG : file1(0x339dd5e21840): close: 2026/06/02 01:27:38 DEBUG : file1: vfs cache: setting modification time to 2026-06-02 01:27:38.379641101 +0000 UTC m=+28.559588319 2026/06/02 01:27:38 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:38 DEBUG : file1(0x339dd5e21840): >close: err= 2026/06/02 01:27:38 DEBUG : file1(0x339dd5e21840): RWFileHandle.Release 2026/06/02 01:27:38 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:38 DEBUG : Looking for writers 2026/06/02 01:27:38 DEBUG : file1: reading active writers 2026/06/02 01:27:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:38 DEBUG : Looking for writers 2026/06/02 01:27:38 DEBUG : file1: reading active writers 2026/06/02 01:27:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:38 DEBUG : Looking for writers 2026/06/02 01:27:38 DEBUG : file1: reading active writers 2026/06/02 01:27:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:38 DEBUG : Looking for writers 2026/06/02 01:27:38 DEBUG : file1: reading active writers 2026/06/02 01:27:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:38 DEBUG : file1: vfs cache: starting upload 2026/06/02 01:27:38 DEBUG : file1.f8f42bd2.partial: size = 5 OK 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1.f8f42bd2.partial" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1.f8f42bd2.partial 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1.f8f42bd2.partial" 2026/06/02 01:27:38 DEBUG : Looking for writers 2026/06/02 01:27:38 DEBUG : file1: reading active writers 2026/06/02 01:27:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/file1.f8f42bd2.partial 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:38 DEBUG : file1.f8f42bd2.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:38 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/02 01:27:38 DEBUG : file1.f8f42bd2.partial: renamed to: file1 2026/06/02 01:27:38 INFO : file1: Copied (new) 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:38 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:38 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-02 01:27:38 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/02 01:27:38 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/02 01:27:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:38 INFO : file1: vfs cache: upload succeeded try #1 2026/06/02 01:27:38 DEBUG : Looking for writers 2026/06/02 01:27:38 DEBUG : file1: reading active writers 2026/06/02 01:27:38 DEBUG : >WaitForWriters: 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:38 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:38 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:38 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:38 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/02 01:27:38 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/06/02 01:27:38 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/02 01:27:38 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:38 DEBUG : dir/file1(0x339dd59e8e40): openPending: 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:38 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:39 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:39 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/02 01:27:39 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/02 01:27:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:39 DEBUG : dir/file1(0x339dd59e8e40): >openPending: err= 2026/06/02 01:27:39 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/02 01:27:39 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:39 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:39 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/02 01:27:39 DEBUG : dir/file1(0x339dd59e8e40): _writeAt: size=5, off=0 2026/06/02 01:27:39 DEBUG : dir/file1(0x339dd59e8e40): >_writeAt: n=5, err= 2026/06/02 01:27:39 DEBUG : dir/file1(0x339dd59e8e40): close: 2026/06/02 01:27:39 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:39 DEBUG : dir/file1: vfs cache: setting modification time to 2026-06-02 01:27:39.012985189 +0000 UTC m=+29.192932437 2026/06/02 01:27:39 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:39 DEBUG : dir/file1(0x339dd59e8e40): >close: err= 2026/06/02 01:27:39 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:39 DEBUG : dir: Looking for writers 2026/06/02 01:27:39 DEBUG : file1: reading active writers 2026/06/02 01:27:39 DEBUG : Looking for writers 2026/06/02 01:27:39 DEBUG : dir: reading active writers 2026/06/02 01:27:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:39 DEBUG : dir: Looking for writers 2026/06/02 01:27:39 DEBUG : file1: reading active writers 2026/06/02 01:27:39 DEBUG : Looking for writers 2026/06/02 01:27:39 DEBUG : dir: reading active writers 2026/06/02 01:27:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:39 DEBUG : dir: Looking for writers 2026/06/02 01:27:39 DEBUG : file1: reading active writers 2026/06/02 01:27:39 DEBUG : Looking for writers 2026/06/02 01:27:39 DEBUG : dir: reading active writers 2026/06/02 01:27:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:39 DEBUG : dir: Looking for writers 2026/06/02 01:27:39 DEBUG : file1: reading active writers 2026/06/02 01:27:39 DEBUG : Looking for writers 2026/06/02 01:27:39 DEBUG : dir: reading active writers 2026/06/02 01:27:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:39 DEBUG : dir/file1: vfs cache: starting upload 2026/06/02 01:27:39 DEBUG : dir/file1.84f0c974.partial: size = 5 OK 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1.84f0c974.partial" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1.84f0c974.partial 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1.84f0c974.partial" 2026/06/02 01:27:39 DEBUG : dir: Looking for writers 2026/06/02 01:27:39 DEBUG : file1: reading active writers 2026/06/02 01:27:39 DEBUG : Looking for writers 2026/06/02 01:27:39 DEBUG : dir: reading active writers 2026/06/02 01:27:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/dir/file1.84f0c974.partial 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:39 DEBUG : dir/file1.84f0c974.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:39 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/02 01:27:39 DEBUG : dir/file1.84f0c974.partial: renamed to: dir/file1 2026/06/02 01:27:39 INFO : dir/file1: Copied (replaced existing) 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:39 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:39 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-06-02 01:27:39 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/02 01:27:39 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/02 01:27:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:39 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/02 01:27:39 DEBUG : dir: Looking for writers 2026/06/02 01:27:39 DEBUG : file1: reading active writers 2026/06/02 01:27:39 DEBUG : Looking for writers 2026/06/02 01:27:39 DEBUG : dir: reading active writers 2026/06/02 01:27:39 DEBUG : >WaitForWriters: 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.64s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:39 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:39 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:39 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:39 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/02 01:27:39 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:39 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:39 DEBUG : dir/file1: newRWFileHandle: 2026/06/02 01:27:39 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/02 01:27:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:39 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/02 01:27:39 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/02 01:27:39 DEBUG : dir/file1(0x339dd6044040): _writeAt: size=5, off=0 2026/06/02 01:27:39 DEBUG : dir/file1(0x339dd6044040): openPending: 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:39 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/02 01:27:39 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/02 01:27:39 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/02 01:27:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:39 DEBUG : dir/file1(0x339dd6044040): >openPending: err= 2026/06/02 01:27:39 DEBUG : dir/file1(0x339dd6044040): >_writeAt: n=5, err= 2026/06/02 01:27:39 DEBUG : dir/file1(0x339dd6044040): _writeAt: size=15, off=5 2026/06/02 01:27:39 DEBUG : dir/file1(0x339dd6044040): >_writeAt: n=15, err= 2026/06/02 01:27:39 DEBUG : dir/file1(0x339dd6044040): close: 2026/06/02 01:27:39 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/06/02 01:27:39 DEBUG : dir/file1: vfs cache: setting modification time to 2026-06-02 01:27:39.640809408 +0000 UTC m=+29.820756647 2026/06/02 01:27:39 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:39 DEBUG : dir/file1(0x339dd6044040): >close: err= 2026/06/02 01:27:39 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:39 DEBUG : dir: Looking for writers 2026/06/02 01:27:39 DEBUG : file1: reading active writers 2026/06/02 01:27:39 DEBUG : Looking for writers 2026/06/02 01:27:39 DEBUG : dir: reading active writers 2026/06/02 01:27:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:39 DEBUG : dir: Looking for writers 2026/06/02 01:27:39 DEBUG : file1: reading active writers 2026/06/02 01:27:39 DEBUG : Looking for writers 2026/06/02 01:27:39 DEBUG : dir: reading active writers 2026/06/02 01:27:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:39 DEBUG : dir: Looking for writers 2026/06/02 01:27:39 DEBUG : file1: reading active writers 2026/06/02 01:27:39 DEBUG : Looking for writers 2026/06/02 01:27:39 DEBUG : dir: reading active writers 2026/06/02 01:27:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:39 DEBUG : dir: Looking for writers 2026/06/02 01:27:39 DEBUG : file1: reading active writers 2026/06/02 01:27:39 DEBUG : Looking for writers 2026/06/02 01:27:39 DEBUG : dir: reading active writers 2026/06/02 01:27:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:39 DEBUG : dir/file1: vfs cache: starting upload 2026/06/02 01:27:39 DEBUG : dir/file1.937a1d01.partial: size = 20 OK 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1.937a1d01.partial" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1.937a1d01.partial 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1.937a1d01.partial" 2026/06/02 01:27:39 DEBUG : dir: Looking for writers 2026/06/02 01:27:39 DEBUG : file1: reading active writers 2026/06/02 01:27:39 DEBUG : Looking for writers 2026/06/02 01:27:39 DEBUG : dir: reading active writers 2026/06/02 01:27:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-qetaqud3pina/dir/file1.937a1d01.partial 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:39 DEBUG : dir/file1.937a1d01.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/06/02 01:27:39 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/06/02 01:27:39 DEBUG : dir/file1.937a1d01.partial: renamed to: dir/file1 2026/06/02 01:27:39 INFO : dir/file1: Copied (replaced existing) 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:39 DEBUG : dir: Looking for writers 2026/06/02 01:27:39 DEBUG : file1: reading active writers 2026/06/02 01:27:39 DEBUG : Looking for writers 2026/06/02 01:27:39 DEBUG : dir: reading active writers 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:39 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/06/02 01:27:39 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-06-02 01:27:39 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/06/02 01:27:39 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/02 01:27:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:39 DEBUG : >WaitForWriters: 2026/06/02 01:27:39 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.63s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:39 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:39 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:39 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:39 DEBUG : file1: newRWFileHandle: 2026/06/02 01:27:39 DEBUG : file1(0x339dd59e9e00): openPending: 2026/06/02 01:27:39 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:39 DEBUG : file1(0x339dd59e9e00): >openPending: err= 2026/06/02 01:27:39 DEBUG : file1: >newRWFileHandle: err= 2026/06/02 01:27:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:39 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/02 01:27:39 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/02 01:27:39 DEBUG : file1(0x339dd59e9e00): _writeAt: size=5, off=0 2026/06/02 01:27:39 DEBUG : file1(0x339dd59e9e00): >_writeAt: n=5, err= 2026/06/02 01:27:39 DEBUG : file1(0x339dd59e9e00): close: 2026/06/02 01:27:39 DEBUG : file1: vfs cache: setting modification time to 2026-06-02 01:27:39.968489905 +0000 UTC m=+30.148437114 2026/06/02 01:27:39 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:39 DEBUG : file1(0x339dd59e9e00): >close: err= 2026/06/02 01:27:39 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:39 DEBUG : Looking for writers 2026/06/02 01:27:39 DEBUG : file1: reading active writers 2026/06/02 01:27:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:39 DEBUG : Looking for writers 2026/06/02 01:27:39 DEBUG : file1: reading active writers 2026/06/02 01:27:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:39 DEBUG : Looking for writers 2026/06/02 01:27:39 DEBUG : file1: reading active writers 2026/06/02 01:27:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:40 DEBUG : Looking for writers 2026/06/02 01:27:40 DEBUG : file1: reading active writers 2026/06/02 01:27:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:40 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-qetaqud3pina/dir/file1: no such file or directory 2026/06/02 01:27:40 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-qetaqud3pina/dir/file1: no such file or directory 2026/06/02 01:27:40 DEBUG : file1: vfs cache: starting upload 2026/06/02 01:27:40 DEBUG : file1.6919fcc4.partial: size = 5 OK 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1.6919fcc4.partial" 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1.6919fcc4.partial 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1.6919fcc4.partial" 2026/06/02 01:27:40 DEBUG : Looking for writers 2026/06/02 01:27:40 DEBUG : file1: reading active writers 2026/06/02 01:27:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/file1.6919fcc4.partial 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:40 DEBUG : file1.6919fcc4.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:40 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/02 01:27:40 DEBUG : file1.6919fcc4.partial: renamed to: file1 2026/06/02 01:27:40 INFO : file1: Copied (new) 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:40 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:40 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-02 01:27:39 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/02 01:27:40 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:40 INFO : file1: vfs cache: upload succeeded try #1 2026/06/02 01:27:40 DEBUG : Looking for writers 2026/06/02 01:27:40 DEBUG : file1: reading active writers 2026/06/02 01:27:40 DEBUG : >WaitForWriters: 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:40 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/06/02 01:27:40 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efe440): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efe440): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efe440): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efe440): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efe440): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.287653287 +0000 UTC m=+30.467600505 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efe440): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efe8c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efe8c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efe8c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efe8c0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efe8c0): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efe8c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efe8c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.287653287 +0000 UTC m=+30.467600505 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efe8c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efed80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efed80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efed80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efed80): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efed80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.287653287 +0000 UTC m=+30.467600505 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5efed80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5c5f9d0 item 1 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eff3c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eff3c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eff3c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eff3c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eff3c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.29006751 +0000 UTC m=+30.470014728 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eff3c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eff8c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eff8c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eff8c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eff8c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eff8c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.29006751 +0000 UTC m=+30.470014728 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eff8c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5a0a070 item 2 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca000): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca000): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca000): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca000): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca000): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.291495817 +0000 UTC m=+30.471443035 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca000): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca480): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca480): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca480): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca480): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca480): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca480): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca480): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.291495817 +0000 UTC m=+30.471443035 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca480): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca940): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca940): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca940): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca940): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca940): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.291495817 +0000 UTC m=+30.471443035 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61ca940): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5a0b570 item 3 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cafc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cafc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cafc0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cafc0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cafc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.293442003 +0000 UTC m=+30.473389211 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cafc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cb500): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cb500): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cb500): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cb500): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cb500): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.293442003 +0000 UTC m=+30.473389211 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cb500): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59f01c0 item 4 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cbb40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cbb40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cbb40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cbb40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cbb40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.294948899 +0000 UTC m=+30.474896117 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61cbb40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e60c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e60c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e60c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e60c0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e60c0): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e60c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e60c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.294948899 +0000 UTC m=+30.474896117 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e60c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6580): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6580): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6580): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6580): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6580): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.294948899 +0000 UTC m=+30.474896117 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6580): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59f0e00 item 5 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6c00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6c00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6c00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6c00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6c00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.296815053 +0000 UTC m=+30.476762262 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6c00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7140): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7140): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7140): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7140): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7140): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.296815053 +0000 UTC m=+30.476762262 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7140): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59f1c00 item 6 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045080): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045080): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045080): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045080): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045080): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.29847586 +0000 UTC m=+30.478423078 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045080): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045580): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045580): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045580): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045580): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045580): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045580): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045580): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.29847586 +0000 UTC m=+30.478423078 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045580): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6340): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6340): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6340): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6340): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6340): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.29847586 +0000 UTC m=+30.478423078 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6340): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2ebd0 item 7 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e69c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e69c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e69c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e69c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e69c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.300506346 +0000 UTC m=+30.480453555 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e69c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6f00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6f00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6f00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6f00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6f00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.300506346 +0000 UTC m=+30.480453555 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e6f00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60083f0 item 8 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7580): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd61e7580): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7580): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7580): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7580): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7580): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7580): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7940): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7940): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7940): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7940): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7940): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.301741967 +0000 UTC m=+30.481689175 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7940): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7dc0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7dc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7dc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7dc0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7dc0): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7dc0): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7dc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.301741967 +0000 UTC m=+30.481689175 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61e7dc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e3c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e3c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e3c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e3c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e3c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.301741967 +0000 UTC m=+30.481689175 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e3c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6008850 item 9 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2ecc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2ecc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2ecc0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2ecc0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2ecc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.303497873 +0000 UTC m=+30.483445081 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2ecc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f200): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f200): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f200): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f200): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f200): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.303497873 +0000 UTC m=+30.483445081 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f200): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6009260 item 10 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fe80): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd5c2fe80): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fe80): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fe80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fe80): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fe80): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fe80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044340): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044340): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044340): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044340): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044340): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.304894148 +0000 UTC m=+30.484841367 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044340): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044840): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044840): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044840): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044840): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044840): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044840): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044840): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.304894148 +0000 UTC m=+30.484841367 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044840): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044d40): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044d40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044d40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044d40): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044d40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.304894148 +0000 UTC m=+30.484841367 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6044d40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60098f0 item 11 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045a80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045a80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045a80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045a80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045a80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.306864321 +0000 UTC m=+30.486811539 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6045a80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c40c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c40c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c40c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c40c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c40c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.306864321 +0000 UTC m=+30.486811539 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c40c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5980690 item 12 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c4740): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd60c4740): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c4740): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c4740): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c4740): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c4740): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c4740): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c4b00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c4b00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c4b00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c4b00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c4b00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.308371316 +0000 UTC m=+30.488318523 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c4b00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c51c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c51c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c51c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c51c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c51c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.308371316 +0000 UTC m=+30.488318523 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c51c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5981810 item 13 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c5840): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c5840): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c5840): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c5840): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c5840): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.309729209 +0000 UTC m=+30.489676416 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c5840): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c5d80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c5d80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c5d80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c5d80): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c5d80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.309729209 +0000 UTC m=+30.489676416 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60c5d80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5692000 item 14 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2f00): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd5cc2f00): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2f00): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2f00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2f00): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2f00): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2f00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc32c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc32c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc32c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc32c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc32c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.311219481 +0000 UTC m=+30.491166699 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc32c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3980): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3980): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3980): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3980): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3980): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.311219481 +0000 UTC m=+30.491166699 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3980): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5692620 item 15 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30100): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30100): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30100): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30100): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30100): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.312593895 +0000 UTC m=+30.492541113 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30100): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30640): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30640): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30640): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30640): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30640): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.312593895 +0000 UTC m=+30.492541113 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30640): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd56932d0 item 16 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30c80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30c80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30c80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30c80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30c80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.313982075 +0000 UTC m=+30.493929293 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30c80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31100): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31100): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31100): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31100): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31100): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31100): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31100): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31100): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.313982075 +0000 UTC m=+30.493929293 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31100): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31600): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31600): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31600): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31600): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31600): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.313982075 +0000 UTC m=+30.493929293 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31600): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2e000 item 17 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31d00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31d00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31d00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31d00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31d00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.315734585 +0000 UTC m=+30.495681804 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31d00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ecec0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ecec0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ecec0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ecec0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ecec0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.315734585 +0000 UTC m=+30.495681804 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ecec0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2e700 item 18 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20500): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20500): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20500): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20500): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20500): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.317276927 +0000 UTC m=+30.497224135 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20500): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20a00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20a00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20a00): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20a00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20a00): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20a00): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20a00): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20a00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.317276927 +0000 UTC m=+30.497224135 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20a00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20f00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20f00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20f00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20f00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20f00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.317276927 +0000 UTC m=+30.497224135 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20f00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2ee70 item 19 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21600): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21600): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21600): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21600): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21600): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.319151308 +0000 UTC m=+30.499098516 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21600): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21b40): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21b40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21b40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21b40): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21b40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.319151308 +0000 UTC m=+30.499098516 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21b40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2f340 item 20 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594c540): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594c540): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594c540): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594c540): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594c540): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.320457201 +0000 UTC m=+30.500404419 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594c540): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d0c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d0c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d0c0): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d0c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d0c0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d0c0): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d0c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d0c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.320457201 +0000 UTC m=+30.500404419 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d0c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594dc40): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594dc40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594dc40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594dc40): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594dc40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.320457201 +0000 UTC m=+30.500404419 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594dc40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2f730 item 21 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9400): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9400): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9400): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9400): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9400): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.322670695 +0000 UTC m=+30.502617913 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9400): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9ac0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9ac0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9ac0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9ac0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9ac0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.322670695 +0000 UTC m=+30.502617913 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9ac0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2fce0 item 22 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4280): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4280): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4280): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4280): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4280): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.323979354 +0000 UTC m=+30.503926572 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4280): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4780): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4780): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4780): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4780): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4780): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4780): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4780): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4780): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.323979354 +0000 UTC m=+30.503926572 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4780): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4c80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4c80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4c80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4c80): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4c80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.323979354 +0000 UTC m=+30.503926572 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4c80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60ba310 item 23 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5380): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5380): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5380): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5380): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5380): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.325912166 +0000 UTC m=+30.505859384 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5380): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb58c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb58c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb58c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb58c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb58c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.325912166 +0000 UTC m=+30.505859384 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb58c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60ba930 item 24 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36000): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd5c36000): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36000): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36000): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36000): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36000): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36000): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c363c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c363c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c363c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c363c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c363c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.327404734 +0000 UTC m=+30.507351952 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c363c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c368c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c368c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c368c0): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c368c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c368c0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c368c0): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c368c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c368c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.327404734 +0000 UTC m=+30.507351952 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c368c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36e00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36e00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36e00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36e00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36e00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.327404734 +0000 UTC m=+30.507351952 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36e00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60bacb0 item 25 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37480): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37480): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37480): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37480): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37480): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.329318779 +0000 UTC m=+30.509265997 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37480): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c379c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c379c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c379c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c379c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c379c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.329318779 +0000 UTC m=+30.509265997 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c379c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60bb180 item 26 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c50100): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd5c50100): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c50100): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c50100): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c50100): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c50100): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c50100): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c504c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c504c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c504c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c504c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c504c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.330768014 +0000 UTC m=+30.510715233 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c504c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c509c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c509c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c509c0): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c509c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c509c0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c509c0): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c509c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c509c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.330768014 +0000 UTC m=+30.510715233 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c509c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c50f00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c50f00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c50f00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c50f00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c50f00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.330768014 +0000 UTC m=+30.510715233 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c50f00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60bb650 item 27 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c51580): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c51580): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c51580): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c51580): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c51580): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.332620615 +0000 UTC m=+30.512567822 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c51580): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c51ac0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c51ac0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c51ac0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c51ac0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c51ac0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.332620615 +0000 UTC m=+30.512567822 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c51ac0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60bbb20 item 28 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c72200): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd5c72200): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c72200): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c72200): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c72200): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c72200): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c72200): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c725c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c725c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c725c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c725c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c725c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.334278104 +0000 UTC m=+30.514225322 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c725c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c72c80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c72c80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c72c80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c72c80): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c72c80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.334278104 +0000 UTC m=+30.514225322 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c72c80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6302000 item 29 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73300): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73300): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73300): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73300): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73300): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.335585191 +0000 UTC m=+30.515532398 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73300): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73840): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73840): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73840): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73840): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73840): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.335585191 +0000 UTC m=+30.515532398 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73840): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6302380 item 30 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73e80): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd5c73e80): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73e80): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73e80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73e80): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73e80): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c73e80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c340): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c340): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c340): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c340): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c340): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.337064613 +0000 UTC m=+30.517011831 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c340): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9ca00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9ca00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9ca00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9ca00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9ca00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.337064613 +0000 UTC m=+30.517011831 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9ca00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6302770 item 31 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d080): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d080): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d080): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d080): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d080): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.338192731 +0000 UTC m=+30.518139938 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d080): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d5c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d5c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d5c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d5c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d5c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.338192731 +0000 UTC m=+30.518139938 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d5c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6302af0 item 32 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112380): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112380): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112380): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112380): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112380): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.339386181 +0000 UTC m=+30.519333389 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112380): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112800): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112800): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112800): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112800): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112800): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59684d0 item 33 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112800): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112800): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.339808461 +0000 UTC m=+30.519755669 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112800): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112d00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112d00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112d00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112d00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112d00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.339808461 +0000 UTC m=+30.519755669 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6112d00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5968b60 item 33 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6113340): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6113340): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6113340): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6113340): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6113340): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.340898716 +0000 UTC m=+30.520845925 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6113340): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61137c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61137c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5969ce0 item 34 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61137c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61137c0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61137c0): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61137c0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61137c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.341390509 +0000 UTC m=+30.521337727 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61137c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6113d00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6113d00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6113d00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6113d00): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6113d00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.341390509 +0000 UTC m=+30.521337727 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6113d00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62ae150 item 34 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6130440): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6130440): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6130440): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6130440): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6130440): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.342576505 +0000 UTC m=+30.522523723 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6130440): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61308c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61308c0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61308c0): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61308c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61308c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62ae4d0 item 35 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61308c0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61308c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.34304908 +0000 UTC m=+30.522996298 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61308c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6130dc0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6130dc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6130dc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6130dc0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6130dc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.34304908 +0000 UTC m=+30.522996298 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6130dc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62ae770 item 35 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131440): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131440): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131440): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131440): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131440): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.344194911 +0000 UTC m=+30.524142119 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131440): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131940): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131940): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62aeaf0 item 36 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131940): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131940): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131940): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131940): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131940): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.344698515 +0000 UTC m=+30.524645724 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131940): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131e80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131e80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131e80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131e80): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131e80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.344698515 +0000 UTC m=+30.524645724 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6131e80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62aecb0 item 36 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61425c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61425c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61425c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61425c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61425c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.345754034 +0000 UTC m=+30.525701243 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61425c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6142a40): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6142a40): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6142a40): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6142a40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6142a40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62af030 item 37 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6142a40): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6142a40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.346214036 +0000 UTC m=+30.526161244 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6142a40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6142f40): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6142f40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6142f40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6142f40): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6142f40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.346214036 +0000 UTC m=+30.526161244 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6142f40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62af1f0 item 37 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61435c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61435c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61435c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61435c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61435c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.347326704 +0000 UTC m=+30.527273912 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61435c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6143ac0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6143ac0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62af570 item 38 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6143ac0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6143ac0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6143ac0): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6143ac0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6143ac0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.347792537 +0000 UTC m=+30.527739745 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6143ac0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156100): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156100): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156100): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156100): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156100): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.347792537 +0000 UTC m=+30.527739745 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156100): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62af730 item 38 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156780): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156780): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156780): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156780): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156780): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.348873074 +0000 UTC m=+30.528820282 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156780): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156c80): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156c80): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156c80): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156c80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156c80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62afc00 item 39 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156c80): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156c80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.349297007 +0000 UTC m=+30.529244215 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6156c80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157180): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157180): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157180): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157180): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157180): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.349297007 +0000 UTC m=+30.529244215 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157180): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62afdc0 item 39 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157800): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157800): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157800): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157800): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157800): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.350363046 +0000 UTC m=+30.530310254 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157800): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157d00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157d00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58ae700 item 40 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157d00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157d00): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157d00): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157d00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157d00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.350835562 +0000 UTC m=+30.530782780 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6157d00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616e340): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616e340): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616e340): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616e340): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616e340): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.350835562 +0000 UTC m=+30.530782780 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616e340): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58ae8c0 item 40 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616e900): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616e900): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616e900): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616e900): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616e900): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616e900): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616e900): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.351870603 +0000 UTC m=+30.531817810 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616e900): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616ee00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616ee00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616ee00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58aed90 item 41 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616ee00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616ee00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.352431955 +0000 UTC m=+30.532379173 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616ee00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616f2c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616f2c0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616f2c0): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616f2c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616f2c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58af2d0 item 41 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616f2c0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616f2c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.352975906 +0000 UTC m=+30.532923124 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616f2c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616f800): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616f800): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616f800): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616f800): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616f800): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.352975906 +0000 UTC m=+30.532923124 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616f800): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58af490 item 41 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616fe40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616fe40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616fe40): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616fe40): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616fe40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616fe40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616fe40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.3542766 +0000 UTC m=+30.534223818 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd616fe40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1a440): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1a440): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1a440): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58afa40 item 42 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1a440): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1a440): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.354708038 +0000 UTC m=+30.534655256 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1a440): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1a980): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1a980): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58afe30 item 42 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1a980): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1a980): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1a980): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1a980): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1a980): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.355267718 +0000 UTC m=+30.535214936 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1a980): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1af00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1af00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1af00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1af00): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1af00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.355267718 +0000 UTC m=+30.535214936 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1af00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afa2a0 item 42 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1b540): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1b540): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1b540): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1b540): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1b540): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1b540): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1b540): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.356386737 +0000 UTC m=+30.536333946 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1b540): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1ba40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1ba40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1ba40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afa690 item 43 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1ba40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1ba40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.356843343 +0000 UTC m=+30.536790550 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d1ba40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4a080): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4a080): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4a080): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4a080): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4a080): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afa850 item 43 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4a080): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4a080): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.357327259 +0000 UTC m=+30.537274467 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4a080): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4a5c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4a5c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4a5c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4a5c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4a5c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.357327259 +0000 UTC m=+30.537274467 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4a5c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afad20 item 43 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4ac00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4ac00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4ac00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4ac00): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4ac00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4ac00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4ac00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.358454315 +0000 UTC m=+30.538401522 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4ac00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4b100): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4b100): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4b100): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afb180 item 44 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4b100): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4b100): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.358870313 +0000 UTC m=+30.538817521 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4b100): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4b640): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4b640): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afb340 item 44 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4b640): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4b640): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4b640): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4b640): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4b640): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.359360432 +0000 UTC m=+30.539307639 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4b640): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4bbc0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4bbc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4bbc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4bbc0): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4bbc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.359360432 +0000 UTC m=+30.539307639 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4bbc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afb500 item 44 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4300): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4300): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4300): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4300): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4300): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4300): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4300): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.360375764 +0000 UTC m=+30.540322973 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4300): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4800): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4800): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4800): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afb880 item 45 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4800): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4800): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.360870853 +0000 UTC m=+30.540818071 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4800): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4f00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4f00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4f00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4f00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4f00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.360870853 +0000 UTC m=+30.540818071 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db4f00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afbb20 item 45 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db5540): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db5540): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db5540): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db5540): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db5540): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db5540): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db5540): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.362242039 +0000 UTC m=+30.542189257 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db5540): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db5a40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db5a40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db5a40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6024070 item 46 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db5a40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db5a40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.362667386 +0000 UTC m=+30.542614595 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5db5a40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0240): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0240): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0240): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0240): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0240): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.362667386 +0000 UTC m=+30.542614595 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0240): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6024230 item 46 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0880): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0880): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0880): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0880): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0880): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0880): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0880): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.363753584 +0000 UTC m=+30.543700792 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0880): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0d80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0d80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0d80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6024690 item 47 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0d80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0d80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.36417919 +0000 UTC m=+30.544126398 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de0d80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04100): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04100): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04100): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04100): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04100): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.36417919 +0000 UTC m=+30.544126398 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04100): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6024850 item 47 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04740): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04740): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04740): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04740): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04740): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04740): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04740): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.365605362 +0000 UTC m=+30.545552580 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04740): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04c40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04c40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04c40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607a3f0 item 48 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04c40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04c40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.366105308 +0000 UTC m=+30.546052527 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e04c40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05340): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05340): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05340): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05340): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05340): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.366105308 +0000 UTC m=+30.546052527 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05340): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607a5b0 item 48 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05980): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05980): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05980): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05980): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05980): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.367402496 +0000 UTC m=+30.547349714 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05980): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05e00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05e00): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05e00): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05e00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05e00): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05e00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607aaf0 item 49 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05e00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05e00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.367899468 +0000 UTC m=+30.547846676 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e05e00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90440): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90440): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90440): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90440): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90440): close: 2026/06/02 01:27:40 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-qetaqud3pina/dir/file1: no such file or directory 2026/06/02 01:27:40 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-qetaqud3pina/dir/file1: no such file or directory 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.367899468 +0000 UTC m=+30.547846676 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90440): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607acb0 item 49 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90ac0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90ac0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90ac0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90ac0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90ac0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.369335609 +0000 UTC m=+30.549282816 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90ac0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90fc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90fc0): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90fc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607b030 item 50 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90fc0): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90fc0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90fc0): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90fc0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90fc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.369865092 +0000 UTC m=+30.549812299 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e90fc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e91540): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e91540): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e91540): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e91540): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e91540): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.369865092 +0000 UTC m=+30.549812299 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e91540): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607b490 item 50 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e91bc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e91bc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e91bc0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e91bc0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e91bc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.371047632 +0000 UTC m=+30.550994840 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e91bc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb21c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb21c0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb21c0): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb21c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb21c0): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb21c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607b880 item 51 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb21c0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb21c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.371585861 +0000 UTC m=+30.551533079 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb21c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb2700): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb2700): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb2700): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb2700): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb2700): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.371585861 +0000 UTC m=+30.551533079 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb2700): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607bb90 item 51 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb2d80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb2d80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb2d80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb2d80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb2d80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.372842201 +0000 UTC m=+30.552789419 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb2d80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3280): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3280): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3280): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbc3f0 item 52 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3280): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3280): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3280): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3280): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3280): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.373399296 +0000 UTC m=+30.553346514 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3280): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3800): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3800): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3800): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3800): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3800): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.373399296 +0000 UTC m=+30.553346514 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3800): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbc5b0 item 52 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3e80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3e80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3e80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3e80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3e80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.374616052 +0000 UTC m=+30.554563270 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5eb3e80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee0480): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee0480): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee0480): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee0480): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee0480): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee0480): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbc930 item 53 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee0480): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee0480): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.37512727 +0000 UTC m=+30.555074488 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee0480): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee09c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee09c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee09c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee09c0): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee09c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.37512727 +0000 UTC m=+30.555074488 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee09c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbcbd0 item 53 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1040): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1040): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1040): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1040): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1040): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.37631475 +0000 UTC m=+30.556261968 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1040): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1540): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1540): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1540): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbd1f0 item 54 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1540): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1540): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1540): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1540): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1540): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.376835256 +0000 UTC m=+30.556782474 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1540): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1ac0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1ac0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1ac0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1ac0): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1ac0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.376835256 +0000 UTC m=+30.556782474 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee1ac0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbd420 item 54 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30240): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30240): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30240): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30240): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30240): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.378012737 +0000 UTC m=+30.557959955 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30240): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30740): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30740): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30740): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30740): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30740): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30740): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbd7a0 item 55 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30740): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30740): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.378480774 +0000 UTC m=+30.558427992 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30740): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30c80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30c80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30c80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30c80): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30c80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.378480774 +0000 UTC m=+30.558427992 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f30c80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbdc70 item 55 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31300): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31300): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31300): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31300): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31300): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.379785585 +0000 UTC m=+30.559732793 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31300): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31800): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31800): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31800): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f50150 item 56 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31800): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31800): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31800): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31800): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31800): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.380257179 +0000 UTC m=+30.560204386 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31800): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31d80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31d80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31d80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31d80): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31d80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.380257179 +0000 UTC m=+30.560204386 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f31d80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f50310 item 56 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f564c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f564c0): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f564c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f564c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f564c0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f564c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f564c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f564c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.381248336 +0000 UTC m=+30.561195543 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f564c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56a00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56a00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56a00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f50930 item 57 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56a00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56a00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.381665506 +0000 UTC m=+30.561612714 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56a00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56f40): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56f40): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56f40): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56f40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56f40): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56f40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f50c40 item 57 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56f40): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56f40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.382061767 +0000 UTC m=+30.562008985 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56f40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f574c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f574c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f574c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f574c0): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f574c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.382061767 +0000 UTC m=+30.562008985 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f574c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f50e00 item 57 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f57b00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f57b00): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f57b00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f57b00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f57b00): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f57b00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f57b00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f57b00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.38315081 +0000 UTC m=+30.563098018 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f57b00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94140): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94140): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94140): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f51180 item 58 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94140): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94140): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.383504971 +0000 UTC m=+30.563452179 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94140): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94680): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94680): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94680): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f51340 item 58 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94680): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94680): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94680): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94680): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94680): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.383952769 +0000 UTC m=+30.563899978 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94680): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94c40): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94c40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94c40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94c40): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94c40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.383952769 +0000 UTC m=+30.563899978 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f94c40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f51500 item 58 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95280): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95280): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95280): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95280): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95280): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95280): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95280): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95280): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.384959115 +0000 UTC m=+30.564906324 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95280): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f957c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f957c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f957c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f519d0 item 59 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f957c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f957c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.385384882 +0000 UTC m=+30.565332090 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f957c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95d00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95d00): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95d00): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95d00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95d00): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95d00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f51b90 item 59 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95d00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95d00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.385795931 +0000 UTC m=+30.565743139 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f95d00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fba380): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fba380): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fba380): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fba380): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fba380): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.385795931 +0000 UTC m=+30.565743139 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fba380): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f51d50 item 59 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fba9c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fba9c0): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fba9c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fba9c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fba9c0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fba9c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fba9c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fba9c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.386958022 +0000 UTC m=+30.566905231 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fba9c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbaf00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbaf00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbaf00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdc380 item 60 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbaf00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbaf00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.387369493 +0000 UTC m=+30.567316700 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbaf00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbb440): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbb440): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbb440): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdc700 item 60 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbb440): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbb440): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbb440): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbb440): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbb440): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.388201658 +0000 UTC m=+30.568148867 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbb440): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbba00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbba00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbba00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbba00): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbba00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.388201658 +0000 UTC m=+30.568148867 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fbba00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdc8c0 item 60 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c140): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c140): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c140): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c140): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c140): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c140): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c140): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c140): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.389234615 +0000 UTC m=+30.569181823 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c140): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c680): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c680): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c680): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdcc40 item 61 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c680): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c680): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.38966476 +0000 UTC m=+30.569611978 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c680): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600cd80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600cd80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600cd80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600cd80): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600cd80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.38966476 +0000 UTC m=+30.569611978 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600cd80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdce00 item 61 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d3c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d3c0): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d3c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d3c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d3c0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d3c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d3c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d3c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.390881225 +0000 UTC m=+30.570828433 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d3c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d900): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d900): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d900): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdd180 item 62 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d900): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d900): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.391448229 +0000 UTC m=+30.571395447 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d900): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036100): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036100): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036100): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036100): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036100): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.391448229 +0000 UTC m=+30.571395447 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036100): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdd340 item 62 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036740): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036740): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036740): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036740): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036740): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036740): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036740): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036740): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.392814898 +0000 UTC m=+30.572762106 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036740): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036c80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036c80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036c80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdd960 item 63 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036c80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036c80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.393216609 +0000 UTC m=+30.573163817 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6036c80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6037380): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6037380): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6037380): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6037380): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6037380): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.393216609 +0000 UTC m=+30.573163817 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6037380): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fddb90 item 63 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60379c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60379c0): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60379c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60379c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60379c0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60379c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60379c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60379c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.394391976 +0000 UTC m=+30.574339184 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60379c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607e000): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607e000): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607e000): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59e6070 item 64 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607e000): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607e000): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.394846738 +0000 UTC m=+30.574793945 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607e000): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607e700): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607e700): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607e700): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607e700): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607e700): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.394846738 +0000 UTC m=+30.574793945 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607e700): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59e6310 item 64 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607ed40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607ed40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607ed40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607ed40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607ed40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.39603576 +0000 UTC m=+30.575982978 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607ed40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607f1c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607f1c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607f1c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607f1c0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607f1c0): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59e6af0 item 65 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607f1c0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607f1c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.396514467 +0000 UTC m=+30.576461675 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607f1c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607f6c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607f6c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607f6c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607f6c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607f6c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.396514467 +0000 UTC m=+30.576461675 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607f6c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59e6e00 item 65 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607fd00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607fd00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607fd00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607fd00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607fd00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.397710733 +0000 UTC m=+30.577657941 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd607fd00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6092280): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6092280): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59e7ab0 item 66 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6092280): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6092280): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6092280): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6092280): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6092280): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.398194148 +0000 UTC m=+30.578141356 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6092280): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60927c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60927c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60927c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60927c0): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60927c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.398194148 +0000 UTC m=+30.578141356 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd60927c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59e7e30 item 66 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6092e00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6092e00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6092e00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6092e00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6092e00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.399285597 +0000 UTC m=+30.579232805 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6092e00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6093280): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6093280): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6093280): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6093280): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6093280): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2a770 item 67 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6093280): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6093280): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.399737572 +0000 UTC m=+30.579684781 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6093280): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de1440): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de1440): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de1440): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de1440): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de1440): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.399737572 +0000 UTC m=+30.579684781 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de1440): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2aaf0 item 67 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de1ac0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de1ac0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de1ac0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de1ac0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de1ac0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.401139339 +0000 UTC m=+30.581086557 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5de1ac0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610c0c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610c0c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6024bd0 item 68 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610c0c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610c0c0): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610c0c0): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610c0c0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610c0c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.401635037 +0000 UTC m=+30.581582255 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610c0c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610c600): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610c600): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610c600): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610c600): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610c600): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.401635037 +0000 UTC m=+30.581582255 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610c600): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6024e00 item 68 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610cc40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610cc40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610cc40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610cc40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610cc40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.402821565 +0000 UTC m=+30.582768783 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610cc40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610d0c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610d0c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610d0c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610d0c0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610d0c0): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6025180 item 69 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610d0c0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610d0c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.403310421 +0000 UTC m=+30.583257629 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610d0c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610d5c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610d5c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610d5c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610d5c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610d5c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.403310421 +0000 UTC m=+30.583257629 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610d5c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6025340 item 69 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610dc40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610dc40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610dc40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610dc40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610dc40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.404588061 +0000 UTC m=+30.584535279 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd610dc40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619e240): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619e240): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60256c0 item 70 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619e240): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619e240): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619e240): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619e240): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619e240): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.405522882 +0000 UTC m=+30.585470090 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619e240): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619e780): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619e780): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619e780): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619e780): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619e780): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.405522882 +0000 UTC m=+30.585470090 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619e780): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60259d0 item 70 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619ee00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619ee00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619ee00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619ee00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619ee00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.406772981 +0000 UTC m=+30.586720189 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619ee00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619f300): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619f300): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619f300): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619f300): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619f300): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6025d50 item 71 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619f300): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619f300): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.407303506 +0000 UTC m=+30.587250714 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619f300): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619f800): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619f800): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619f800): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619f800): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619f800): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.407303506 +0000 UTC m=+30.587250714 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619f800): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e7c070 item 71 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619fe80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619fe80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619fe80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619fe80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619fe80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.408728395 +0000 UTC m=+30.588675613 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd619fe80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6480): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6480): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e7c3f0 item 72 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6480): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6480): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6480): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6480): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6480): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.409302303 +0000 UTC m=+30.589249521 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6480): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c69c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c69c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c69c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c69c0): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c69c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.409302303 +0000 UTC m=+30.589249521 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c69c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e7c690 item 72 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6f80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6f80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6f80): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6f80): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6f80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6f80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6f80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.410459996 +0000 UTC m=+30.590407203 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c6f80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7480): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7480): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7480): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e7ccb0 item 73 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7480): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7480): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.410890881 +0000 UTC m=+30.590838089 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7480): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7940): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7940): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7940): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7940): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7940): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e7ce70 item 73 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7940): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7940): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.411531325 +0000 UTC m=+30.591478533 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7940): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7e80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7e80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7e80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7e80): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7e80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.411531325 +0000 UTC m=+30.591478533 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd61c7e80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e7d030 item 73 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62005c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62005c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62005c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62005c0): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62005c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62005c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62005c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.412744593 +0000 UTC m=+30.592691801 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62005c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6200ac0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6200ac0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6200ac0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e7d500 item 74 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6200ac0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6200ac0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.41326004 +0000 UTC m=+30.593207248 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6200ac0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201000): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201000): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e7d6c0 item 74 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201000): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201000): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201000): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201000): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201000): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.413723848 +0000 UTC m=+30.593671056 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201000): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201580): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201580): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201580): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201580): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201580): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.413723848 +0000 UTC m=+30.593671056 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201580): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e7d880 item 74 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201bc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201bc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201bc0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201bc0): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201bc0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201bc0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201bc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.414956183 +0000 UTC m=+30.594903391 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6201bc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62221c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62221c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62221c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d42a0 item 75 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62221c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62221c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.415442835 +0000 UTC m=+30.595390042 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62221c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6222700): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6222700): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6222700): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6222700): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6222700): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d4700 item 75 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6222700): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6222700): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.41588873 +0000 UTC m=+30.595835938 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6222700): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6222c40): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6222c40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6222c40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6222c40): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6222c40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.41588873 +0000 UTC m=+30.595835938 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6222c40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d49a0 item 75 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223280): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223280): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223280): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223280): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223280): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223280): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223280): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.41701836 +0000 UTC m=+30.596965568 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223280): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223780): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223780): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223780): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d4f50 item 76 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223780): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223780): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.417463945 +0000 UTC m=+30.597411152 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223780): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223cc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223cc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d52d0 item 76 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223cc0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223cc0): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223cc0): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223cc0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223cc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.417978529 +0000 UTC m=+30.597925738 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6223cc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a340): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a340): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a340): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a340): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a340): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.417978529 +0000 UTC m=+30.597925738 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a340): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d55e0 item 76 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a980): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a980): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a980): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a980): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a980): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a980): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a980): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.419213939 +0000 UTC m=+30.599161146 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a980): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9dcc0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9dcc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9dcc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6302d90 item 77 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9dcc0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9dcc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.419803667 +0000 UTC m=+30.599750875 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9dcc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd44c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd44c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd44c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd44c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd44c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.419803667 +0000 UTC m=+30.599750875 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd44c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6302f50 item 77 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd4a80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd4a80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd4a80): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd4a80): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd4a80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd4a80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd4a80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.421629545 +0000 UTC m=+30.601576753 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd4a80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd4f80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd4f80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd4f80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6302150 item 78 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd4f80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd4f80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.422119965 +0000 UTC m=+30.602067172 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd4f80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd5680): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd5680): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd5680): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd5680): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd5680): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.422119965 +0000 UTC m=+30.602067172 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd5680): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6302310 item 78 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd5cc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd5cc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd5cc0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd5cc0): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd5cc0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd5cc0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd5cc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.423471385 +0000 UTC m=+30.603418593 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd5cc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a2c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a2c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a2c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6302700 item 79 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a2c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a2c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.423939612 +0000 UTC m=+30.603886840 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623a2c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623ab00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623ab00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623ab00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623ab00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623ab00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.423939612 +0000 UTC m=+30.603886840 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623ab00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd63028c0 item 79 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623b140): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623b140): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623b140): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623b140): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623b140): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623b140): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623b140): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.425444131 +0000 UTC m=+30.605391340 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623b140): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623b640): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623b640): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623b640): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd63030a0 item 80 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623b640): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623b640): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.425868726 +0000 UTC m=+30.605815934 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623b640): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623bd40): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623bd40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623bd40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623bd40): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623bd40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.425868726 +0000 UTC m=+30.605815934 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd623bd40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6303260 item 80 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318500): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318500): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318500): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318500): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318500): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.427069039 +0000 UTC m=+30.607016248 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318500): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318980): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318980): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318980): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318980): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318980): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318980): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd63035e0 item 81 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318980): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318980): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.427540363 +0000 UTC m=+30.607487572 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318980): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318ec0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318ec0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318ec0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318ec0): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318ec0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.427540363 +0000 UTC m=+30.607487572 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6318ec0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd63037a0 item 81 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6319540): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6319540): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6319540): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6319540): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6319540): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.428749754 +0000 UTC m=+30.608696962 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6319540): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6319a40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6319a40): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6319a40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6303c70 item 82 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6319a40): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6319a40): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6319a40): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6319a40): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6319a40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.429230905 +0000 UTC m=+30.609178113 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6319a40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e0c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e0c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e0c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e0c0): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e0c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.429230905 +0000 UTC m=+30.609178113 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e0c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d4000 item 82 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e740): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e740): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e740): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e740): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e740): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.430276446 +0000 UTC m=+30.610223655 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e740): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2eec0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2eec0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2eec0): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2eec0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2eec0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2eec0): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d43f0 item 83 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2eec0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2eec0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.430724996 +0000 UTC m=+30.610672204 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2eec0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f400): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f400): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f400): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f400): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f400): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.430724996 +0000 UTC m=+30.610672204 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f400): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d4930 item 83 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fb40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fb40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fb40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fb40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fb40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.43184055 +0000 UTC m=+30.611787758 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fb40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2d00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2d00): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2d00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d4e70 item 84 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2d00): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2d00): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2d00): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2d00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2d00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.432322973 +0000 UTC m=+30.612270181 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2d00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3280): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3280): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3280): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3280): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3280): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.432322973 +0000 UTC m=+30.612270181 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3280): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d5180 item 84 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3900): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3900): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3900): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3900): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3900): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.433374596 +0000 UTC m=+30.613321804 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3900): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3e00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3e00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3e00): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3e00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3e00): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3e00): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d5730 item 85 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3e00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3e00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.433951499 +0000 UTC m=+30.613898706 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3e00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30440): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30440): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30440): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30440): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30440): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.433951499 +0000 UTC m=+30.613898706 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30440): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d5b90 item 85 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30ac0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30ac0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30ac0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30ac0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30ac0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.435138247 +0000 UTC m=+30.615085455 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30ac0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30fc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30fc0): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30fc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd55d4fc0 item 86 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30fc0): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30fc0): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30fc0): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30fc0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30fc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.435576406 +0000 UTC m=+30.615523614 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30fc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ec800): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ec800): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ec800): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ec800): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ec800): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.435576406 +0000 UTC m=+30.615523614 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ec800): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd55d5500 item 86 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e202c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e202c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e202c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e202c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e202c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.436748447 +0000 UTC m=+30.616695655 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e202c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e207c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e207c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e207c0): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e207c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e207c0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e207c0): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2a770 item 87 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e207c0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e207c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.437257802 +0000 UTC m=+30.617205010 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e207c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20d00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20d00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20d00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20d00): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20d00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.437257802 +0000 UTC m=+30.617205010 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e20d00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2aaf0 item 87 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21400): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21400): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21400): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21400): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21400): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.438393764 +0000 UTC m=+30.618340972 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21400): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21900): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21900): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21900): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2aee0 item 88 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21900): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21900): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21900): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21900): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21900): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.438872891 +0000 UTC m=+30.618820109 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21900): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21e80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21e80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21e80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21e80): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21e80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.438872891 +0000 UTC m=+30.618820109 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e21e80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2b0a0 item 88 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594cd40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594cd40): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594cd40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594cd40): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594cd40): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594cd40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594cd40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594cd40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.439961143 +0000 UTC m=+30.619908351 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594cd40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d680): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d680): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d680): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2b500 item 89 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d680): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d680): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.440522416 +0000 UTC m=+30.620469634 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d680): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9080): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9080): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9080): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9080): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9080): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9080): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2b7a0 item 89 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9080): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9080): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.441106583 +0000 UTC m=+30.621053801 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9080): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e97c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e97c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e97c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e97c0): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e97c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.441106583 +0000 UTC m=+30.621053801 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e97c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2bab0 item 89 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9e80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9e80): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9e80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9e80): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9e80): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9e80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9e80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9e80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.442483702 +0000 UTC m=+30.622430910 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9e80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb44c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb44c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb44c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6008070 item 90 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb44c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb44c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.442965474 +0000 UTC m=+30.622912732 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb44c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4a00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4a00): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4a00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6008230 item 90 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4a00): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4a00): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4a00): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4a00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4a00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.443547408 +0000 UTC m=+30.623494616 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4a00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5040): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5040): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5040): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5040): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5040): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.443547408 +0000 UTC m=+30.623494616 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5040): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60083f0 item 90 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5680): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5680): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5680): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5680): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5680): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5680): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5680): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5680): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.444771806 +0000 UTC m=+30.624719015 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5680): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5bc0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5bc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5bc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6008850 item 91 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5bc0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5bc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.445257678 +0000 UTC m=+30.625204896 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5bc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c200): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c200): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c200): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c200): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c200): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c200): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6008af0 item 91 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c200): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c200): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.445792931 +0000 UTC m=+30.625740139 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c200): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c780): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c780): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c780): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c780): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c780): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.445792931 +0000 UTC m=+30.625740139 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9c780): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6009030 item 91 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9cdc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9cdc0): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9cdc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9cdc0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9cdc0): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9cdc0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9cdc0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9cdc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.447271633 +0000 UTC m=+30.627218841 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9cdc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d300): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d300): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d300): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6009500 item 92 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d300): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d300): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.447746301 +0000 UTC m=+30.627693550 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d300): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d840): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d840): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d840): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6009880 item 92 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d840): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d840): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d840): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d840): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d840): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.448314208 +0000 UTC m=+30.628261446 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c9d840): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62be580): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62be580): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62be580): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62be580): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62be580): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.448314208 +0000 UTC m=+30.628261446 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62be580): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6009b20 item 92 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bebc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bebc0): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bebc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bebc0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bebc0): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bebc0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bebc0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bebc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.449653686 +0000 UTC m=+30.629600923 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bebc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bf100): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bf100): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bf100): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5980690 item 93 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bf100): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bf100): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.450171867 +0000 UTC m=+30.630119075 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bf100): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bf800): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bf800): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bf800): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bf800): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bf800): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.450171867 +0000 UTC m=+30.630119075 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bf800): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5981490 item 93 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bfe40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bfe40): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bfe40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bfe40): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bfe40): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bfe40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bfe40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bfe40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.451637743 +0000 UTC m=+30.631584952 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62bfe40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62ca480): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62ca480): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62ca480): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5981b90 item 94 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62ca480): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62ca480): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.452150295 +0000 UTC m=+30.632097502 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62ca480): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cab80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cab80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cab80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cab80): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cab80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.452150295 +0000 UTC m=+30.632097502 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cab80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5692000 item 94 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cb1c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cb1c0): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cb1c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cb1c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cb1c0): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cb1c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cb1c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cb1c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.453598288 +0000 UTC m=+30.633545496 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cb1c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cb700): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cb700): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cb700): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5692620 item 95 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cb700): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cb700): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.454113254 +0000 UTC m=+30.634060461 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cb700): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cbe00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cbe00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cbe00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cbe00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cbe00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.454113254 +0000 UTC m=+30.634060461 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62cbe00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5692c40 item 95 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6540): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6540): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6540): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6540): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6540): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6540): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6540): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6540): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.455542652 +0000 UTC m=+30.635489860 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6540): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6a80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6a80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6a80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5693420 item 96 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6a80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6a80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.456056265 +0000 UTC m=+30.636003492 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6a80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7180): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7180): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7180): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7180): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7180): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.456056265 +0000 UTC m=+30.636003492 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7180): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5693c70 item 96 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= 2026/06/02 01:27:40 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:40 DEBUG : Looking for writers 2026/06/02 01:27:40 DEBUG : >WaitForWriters: 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:40 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/06/02 01:27:40 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7c00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7c00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7c00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7c00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7c00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.461505036 +0000 UTC m=+30.641452244 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7c00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36180): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36180): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36180): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36180): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36180): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36180): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36180): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.461505036 +0000 UTC m=+30.641452244 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36180): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36640): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36640): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36640): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36640): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36640): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.461505036 +0000 UTC m=+30.641452244 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36640): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2f3b0 item 1 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36c80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36c80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36c80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36c80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36c80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.463391891 +0000 UTC m=+30.643339099 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c36c80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37180): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37180): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37180): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37180): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37180): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.463391891 +0000 UTC m=+30.643339099 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37180): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2f8f0 item 2 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c377c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c377c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c377c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c377c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c377c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.464687286 +0000 UTC m=+30.644634493 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c377c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37c40): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37c40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37c40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37c40): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37c40): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37c40): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37c40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.464687286 +0000 UTC m=+30.644634493 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c37c40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52200): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52200): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52200): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52200): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52200): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.464687286 +0000 UTC m=+30.644634493 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52200): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2fd50 item 3 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52880): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52880): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52880): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52880): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52880): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.466557358 +0000 UTC m=+30.646504566 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52880): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52dc0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52dc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52dc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52dc0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52dc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.466557358 +0000 UTC m=+30.646504566 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c52dc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62ae3f0 item 4 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53400): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53400): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53400): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53400): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53400): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.467830881 +0000 UTC m=+30.647778088 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53400): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53880): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53880): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53880): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53880): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53880): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53880): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53880): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.467830881 +0000 UTC m=+30.647778088 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53880): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53d40): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53d40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53d40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53d40): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53d40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.467830881 +0000 UTC m=+30.647778088 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c53d40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62ae850 item 5 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7c4c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7c4c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7c4c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7c4c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7c4c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.469640699 +0000 UTC m=+30.649587917 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7c4c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7ca00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7ca00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7ca00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7ca00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7ca00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.469640699 +0000 UTC m=+30.649587917 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7ca00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62aed20 item 6 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7d080): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7d080): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7d080): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7d080): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7d080): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.470996457 +0000 UTC m=+30.650943665 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7d080): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7d580): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7d580): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7d580): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7d580): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7d580): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7d580): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7d580): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.470996457 +0000 UTC m=+30.650943665 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7d580): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7da40): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7da40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7da40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7da40): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7da40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.470996457 +0000 UTC m=+30.650943665 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7da40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62af0a0 item 7 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce01c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce01c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce01c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce01c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce01c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.472835883 +0000 UTC m=+30.652783090 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce01c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce0700): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce0700): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce0700): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce0700): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce0700): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.472835883 +0000 UTC m=+30.652783090 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce0700): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62af570 item 8 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce0cc0): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd5ce0cc0): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce0cc0): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce0cc0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce0cc0): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce0cc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce0cc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1080): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1080): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1080): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1080): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1080): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.474351222 +0000 UTC m=+30.654298431 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1080): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1500): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1500): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1500): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1500): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1500): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1500): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1500): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.474351222 +0000 UTC m=+30.654298431 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1500): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1a00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1a00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1a00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1a00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1a00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.474351222 +0000 UTC m=+30.654298431 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ce1a00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62af9d0 item 9 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2a180): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2a180): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2a180): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2a180): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2a180): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.47624464 +0000 UTC m=+30.656191868 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2a180): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2a6c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2a6c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2a6c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2a6c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2a6c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.47624464 +0000 UTC m=+30.656191868 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2a6c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58ae4d0 item 10 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2ad00): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd5d2ad00): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2ad00): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2ad00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2ad00): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2ad00): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2ad00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2b0c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2b0c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2b0c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2b0c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2b0c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.47776509 +0000 UTC m=+30.657712298 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2b0c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2b5c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2b5c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2b5c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2b5c0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2b5c0): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2b5c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2b5c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.47776509 +0000 UTC m=+30.657712298 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2b5c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2bac0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2bac0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2bac0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2bac0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2bac0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.47776509 +0000 UTC m=+30.657712298 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d2bac0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58ae850 item 11 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64240): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64240): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64240): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64240): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64240): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.479587252 +0000 UTC m=+30.659534460 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64240): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64780): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64780): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64780): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64780): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64780): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.479587252 +0000 UTC m=+30.659534460 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64780): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58aef50 item 12 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64dc0): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd5d64dc0): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64dc0): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64dc0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64dc0): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64dc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d64dc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65180): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65180): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65180): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65180): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65180): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.480915549 +0000 UTC m=+30.660862756 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65180): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65840): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65840): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65840): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65840): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65840): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.480915549 +0000 UTC m=+30.660862756 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65840): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58af650 item 13 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65ec0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65ec0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65ec0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65ec0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65ec0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.482152351 +0000 UTC m=+30.662099560 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d65ec0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe500): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe500): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe500): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe500): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe500): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.482152351 +0000 UTC m=+30.662099560 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe500): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58afd50 item 14 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbeb40): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd5dbeb40): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbeb40): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbeb40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbeb40): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbeb40): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbeb40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbef00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbef00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbef00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbef00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbef00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.483446303 +0000 UTC m=+30.663393510 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbef00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf5c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf5c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf5c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf5c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf5c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.483446303 +0000 UTC m=+30.663393510 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf5c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afa380 item 15 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbfc40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbfc40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbfc40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbfc40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbfc40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.484926897 +0000 UTC m=+30.664874106 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbfc40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde280): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde280): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde280): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde280): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde280): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.484926897 +0000 UTC m=+30.664874106 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde280): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afa770 item 16 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde8c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde8c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde8c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde8c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde8c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.486344663 +0000 UTC m=+30.666291911 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde8c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dded40): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dded40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dded40): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dded40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dded40): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dded40): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dded40): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dded40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.486344663 +0000 UTC m=+30.666291911 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dded40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf240): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf240): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf240): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf240): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf240): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.486344663 +0000 UTC m=+30.666291911 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf240): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afae00 item 17 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf8c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf8c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf8c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf8c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf8c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.488230105 +0000 UTC m=+30.668177314 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf8c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddfe00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddfe00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddfe00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddfe00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddfe00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.488230105 +0000 UTC m=+30.668177314 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddfe00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afb3b0 item 18 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28580): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28580): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28580): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28580): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28580): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.489511282 +0000 UTC m=+30.669458500 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28580): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28a80): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28a80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28a80): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28a80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28a80): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28a80): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28a80): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28a80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.489511282 +0000 UTC m=+30.669458500 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28a80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28f80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28f80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28f80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28f80): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28f80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.489511282 +0000 UTC m=+30.669458500 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e28f80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afb730 item 19 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e29600): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e29600): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e29600): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e29600): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e29600): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.49113579 +0000 UTC m=+30.671082998 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e29600): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e29b40): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e29b40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e29b40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e29b40): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e29b40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.49113579 +0000 UTC m=+30.671082998 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e29b40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afbd50 item 20 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e502c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e502c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e502c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e502c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e502c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.49239215 +0000 UTC m=+30.672339358 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e502c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e507c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e507c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e507c0): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e507c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e507c0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e507c0): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e507c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e507c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.49239215 +0000 UTC m=+30.672339358 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e507c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e50cc0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e50cc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e50cc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e50cc0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e50cc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.49239215 +0000 UTC m=+30.672339358 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e50cc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607a380 item 21 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e51340): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e51340): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e51340): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e51340): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e51340): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.494001899 +0000 UTC m=+30.673949107 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e51340): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e51880): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e51880): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e51880): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e51880): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e51880): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.494001899 +0000 UTC m=+30.673949107 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e51880): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607a850 item 22 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94000): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94000): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94000): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94000): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94000): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.495214116 +0000 UTC m=+30.675161324 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94000): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94500): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94500): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94500): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94500): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94500): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94500): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94500): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94500): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.495214116 +0000 UTC m=+30.675161324 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94500): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94a00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94a00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94a00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94a00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94a00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.495214116 +0000 UTC m=+30.675161324 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94a00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607ad90 item 23 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95080): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95080): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95080): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95080): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95080): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.497018384 +0000 UTC m=+30.676965592 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95080): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd55804c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd55804c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd55804c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd55804c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd55804c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.497018384 +0000 UTC m=+30.676965592 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd55804c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbc000 item 24 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5580b00): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd5580b00): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5580b00): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5580b00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5580b00): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5580b00): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5580b00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5580ec0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5580ec0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5580ec0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5580ec0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5580ec0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.498377618 +0000 UTC m=+30.678324827 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5580ec0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd55813c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd55813c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd55813c0): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd55813c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd55813c0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd55813c0): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd55813c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd55813c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.498377618 +0000 UTC m=+30.678324827 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd55813c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5581900): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5581900): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5581900): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5581900): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5581900): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.498377618 +0000 UTC m=+30.678324827 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5581900): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbc5b0 item 25 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8080): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8080): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8080): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8080): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8080): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.500064975 +0000 UTC m=+30.680012184 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8080): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb85c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb85c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb85c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb85c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb85c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.500064975 +0000 UTC m=+30.680012184 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb85c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbca80 item 26 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8c00): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd5bb8c00): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8c00): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8c00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8c00): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8c00): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8c00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8fc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8fc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8fc0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8fc0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8fc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.501382741 +0000 UTC m=+30.681329950 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb8fc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb94c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb94c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb94c0): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb94c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb94c0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb94c0): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb94c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb94c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.501382741 +0000 UTC m=+30.681329950 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb94c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb9a00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb9a00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb9a00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb9a00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb9a00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.501382741 +0000 UTC m=+30.681329950 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5bb9a00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbd0a0 item 27 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f40180): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f40180): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f40180): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f40180): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f40180): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.503037106 +0000 UTC m=+30.682984314 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f40180): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f406c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f406c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f406c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f406c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f406c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.503037106 +0000 UTC m=+30.682984314 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f406c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbd6c0 item 28 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f40d00): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd5f40d00): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f40d00): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f40d00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f40d00): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f40d00): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f40d00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f410c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f410c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f410c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f410c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f410c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.504289098 +0000 UTC m=+30.684236306 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f410c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f41780): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f41780): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f41780): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f41780): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f41780): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.504289098 +0000 UTC m=+30.684236306 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f41780): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbdd50 item 29 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f41e00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f41e00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f41e00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f41e00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f41e00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.505501394 +0000 UTC m=+30.685448602 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f41e00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5e440): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5e440): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5e440): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5e440): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5e440): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.505501394 +0000 UTC m=+30.685448602 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5e440): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f50230 item 30 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5ea80): _readAt: size=2, off=0 2026/06/02 01:27:40 ERROR : open-test-file(0x339dd5f5ea80): Couldn't read size of file 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5ea80): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5ea80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5ea80): >_writeAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5ea80): close: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5ea80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5ee40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5ee40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5ee40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5ee40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5ee40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.506898311 +0000 UTC m=+30.686845519 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5ee40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5f500): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5f500): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5f500): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5f500): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5f500): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.506898311 +0000 UTC m=+30.686845519 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5f500): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f507e0 item 31 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5fb80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5fb80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5fb80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5fb80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5fb80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.508102973 +0000 UTC m=+30.688050180 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f5fb80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f841c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f841c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f841c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f841c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f841c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.508102973 +0000 UTC m=+30.688050180 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f841c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f50d20 item 32 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f84800): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f84800): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f84800): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f84800): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f84800): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.509724165 +0000 UTC m=+30.689671372 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f84800): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f84c80): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f84c80): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f84c80): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f84c80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f84c80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f510a0 item 33 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f84c80): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f84c80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.510183575 +0000 UTC m=+30.690130783 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f84c80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f85180): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f85180): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f85180): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f85180): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f85180): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.510183575 +0000 UTC m=+30.690130783 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f85180): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f51260 item 33 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f857c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f857c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f857c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f857c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f857c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.511340045 +0000 UTC m=+30.691287253 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f857c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f85c40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f85c40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f51650 item 34 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f85c40): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f85c40): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f85c40): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f85c40): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f85c40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.512053196 +0000 UTC m=+30.692000405 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f85c40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fae280): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fae280): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fae280): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fae280): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fae280): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.512053196 +0000 UTC m=+30.692000405 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fae280): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f518f0 item 34 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fae8c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fae8c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fae8c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fae8c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fae8c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.513194468 +0000 UTC m=+30.693141677 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fae8c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faed40): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faed40): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faed40): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faed40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faed40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f51c70 item 35 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faed40): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faed40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.513791049 +0000 UTC m=+30.693738257 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faed40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faf240): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faf240): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faf240): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faf240): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faf240): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.513791049 +0000 UTC m=+30.693738257 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faf240): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdc000 item 35 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faf8c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faf8c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faf8c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faf8c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faf8c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.514944003 +0000 UTC m=+30.694891211 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5faf8c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fafdc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fafdc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdc540 item 36 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fafdc0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fafdc0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fafdc0): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fafdc0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fafdc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.515561973 +0000 UTC m=+30.695509182 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fafdc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c400): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c400): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c400): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c400): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c400): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.515561973 +0000 UTC m=+30.695509182 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600c400): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdc7e0 item 36 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600ca40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600ca40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600ca40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600ca40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600ca40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.516807332 +0000 UTC m=+30.696754541 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600ca40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600cec0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600cec0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600cec0): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600cec0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600cec0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdcb60 item 37 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600cec0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600cec0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.517265301 +0000 UTC m=+30.697212509 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600cec0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d3c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d3c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d3c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d3c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d3c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.517265301 +0000 UTC m=+30.697212509 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600d3c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdcd20 item 37 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600da40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600da40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600da40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600da40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600da40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.518550315 +0000 UTC m=+30.698497523 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd600da40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038040): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038040): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdd0a0 item 38 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038040): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038040): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038040): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038040): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038040): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.519016849 +0000 UTC m=+30.698964056 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038040): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038580): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038580): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038580): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038580): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038580): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.519016849 +0000 UTC m=+30.698964056 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038580): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdd260 item 38 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038c00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038c00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038c00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038c00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038c00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.520100151 +0000 UTC m=+30.700047359 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6038c00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039100): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039100): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039100): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039100): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039100): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdd880 item 39 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039100): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039100): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.520558419 +0000 UTC m=+30.700505628 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039100): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039600): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039600): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039600): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039600): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039600): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.520558419 +0000 UTC m=+30.700505628 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039600): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdda40 item 39 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039c80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039c80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039c80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039c80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039c80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.521720149 +0000 UTC m=+30.701667358 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6039c80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606a280): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606a280): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdde30 item 40 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606a280): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606a280): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606a280): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606a280): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606a280): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.522226659 +0000 UTC m=+30.702173868 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606a280): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606a7c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606a7c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606a7c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606a7c0): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606a7c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.522226659 +0000 UTC m=+30.702173868 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606a7c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59e61c0 item 40 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606ad80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606ad80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606ad80): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606ad80): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606ad80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606ad80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606ad80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.52325079 +0000 UTC m=+30.703197997 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606ad80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606b280): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606b280): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606b280): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59e6a10 item 41 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606b280): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606b280): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.523641599 +0000 UTC m=+30.703588807 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606b280): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606b740): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606b740): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606b740): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606b740): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606b740): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59e6cb0 item 41 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606b740): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606b740): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.524057357 +0000 UTC m=+30.704004575 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606b740): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606bc80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606bc80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606bc80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606bc80): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606bc80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.524057357 +0000 UTC m=+30.704004575 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd606bc80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59e6f50 item 41 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a3c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a3c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a3c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a3c0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a3c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a3c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a3c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.525245868 +0000 UTC m=+30.705193077 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a3c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a8c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a8c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a8c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59e7c70 item 42 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a8c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a8c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.525666866 +0000 UTC m=+30.705614074 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a8c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608ae00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608ae00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6024070 item 42 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608ae00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608ae00): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608ae00): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608ae00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608ae00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.526200828 +0000 UTC m=+30.706148036 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608ae00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b380): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b380): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b380): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b380): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b380): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.526200828 +0000 UTC m=+30.706148036 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b380): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6024230 item 42 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b9c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b9c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b9c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b9c0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b9c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b9c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b9c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.52770637 +0000 UTC m=+30.707653578 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b9c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30180): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30180): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30180): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd55d4380 item 43 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30180): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30180): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.529343492 +0000 UTC m=+30.709290700 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30180): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e306c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e306c0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e306c0): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e306c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e306c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd55d4b60 item 43 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e306c0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e306c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.530057053 +0000 UTC m=+30.710004261 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e306c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30c00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30c00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30c00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30c00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30c00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.530057053 +0000 UTC m=+30.710004261 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e30c00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd55d4fc0 item 43 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31240): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31240): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31240): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31240): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31240): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31240): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31240): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.531550292 +0000 UTC m=+30.711497500 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31240): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31740): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31740): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31740): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607a230 item 44 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31740): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31740): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.531968274 +0000 UTC m=+30.711915482 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31740): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31d00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31d00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607a3f0 item 44 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31d00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31d00): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31d00): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31d00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31d00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.532492498 +0000 UTC m=+30.712439705 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e31d00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94380): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94380): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94380): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94380): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94380): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.532492498 +0000 UTC m=+30.712439705 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94380): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607a5b0 item 44 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e949c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e949c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e949c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e949c0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e949c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e949c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e949c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.533517708 +0000 UTC m=+30.713464927 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e949c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94ec0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94ec0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94ec0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607aaf0 item 45 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94ec0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94ec0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.533917677 +0000 UTC m=+30.713864884 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e94ec0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95640): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95640): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95640): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95640): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95640): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.533917677 +0000 UTC m=+30.713864884 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95640): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607acb0 item 45 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95c80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95c80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95c80): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95c80): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95c80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95c80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95c80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.535164038 +0000 UTC m=+30.715111245 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e95c80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625c600): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625c600): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625c600): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607b030 item 46 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625c600): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625c600): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.535842783 +0000 UTC m=+30.715789992 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625c600): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625cd00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625cd00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625cd00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625cd00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625cd00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.535842783 +0000 UTC m=+30.715789992 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625cd00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607b5e0 item 46 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625d340): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625d340): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625d340): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625d340): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625d340): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625d340): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625d340): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.53716053 +0000 UTC m=+30.717107738 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625d340): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625d840): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625d840): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625d840): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607ba40 item 47 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625d840): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625d840): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.537609772 +0000 UTC m=+30.717556980 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd625d840): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a040): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a040): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a040): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a040): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a040): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.537609772 +0000 UTC m=+30.717556980 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a040): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd607bd50 item 47 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a680): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a680): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a680): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a680): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a680): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a680): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a680): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.538806749 +0000 UTC m=+30.718753957 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608a680): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608ab80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608ab80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608ab80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60ba460 item 48 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608ab80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608ab80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.539283151 +0000 UTC m=+30.719230359 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608ab80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b280): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b280): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b280): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b280): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b280): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.539283151 +0000 UTC m=+30.719230359 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608b280): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60ba690 item 48 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608bb00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608bb00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608bb00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608bb00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608bb00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.540454801 +0000 UTC m=+30.720402009 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd608bb00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e080): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e080): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e080): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e080): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e080): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e080): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60bab60 item 49 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e080): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e080): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.540938618 +0000 UTC m=+30.720885825 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e080): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e5c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e5c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e5c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e5c0): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e5c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.540938618 +0000 UTC m=+30.720885825 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2e5c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60bad20 item 49 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2eec0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2eec0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2eec0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2eec0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2eec0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.542788923 +0000 UTC m=+30.722736131 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2eec0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f3c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f3c0): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f3c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60bb0a0 item 50 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f3c0): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f3c0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f3c0): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f3c0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f3c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.543242673 +0000 UTC m=+30.723189881 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2f3c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fa00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fa00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fa00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fa00): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fa00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.543242673 +0000 UTC m=+30.723189881 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c2fa00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60bb260 item 50 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2d40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2d40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2d40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2d40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2d40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.544304283 +0000 UTC m=+30.724251492 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc2d40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3240): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3240): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3240): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3240): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3240): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3240): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60bb730 item 51 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3240): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3240): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.544742614 +0000 UTC m=+30.724689822 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3240): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3780): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3780): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3780): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3780): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3780): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.544742614 +0000 UTC m=+30.724689822 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3780): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60bb8f0 item 51 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3e00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3e00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3e00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3e00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3e00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.546467922 +0000 UTC m=+30.726415130 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cc3e00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ed740): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ed740): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ed740): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60bbc70 item 52 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ed740): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ed740): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ed740): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ed740): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ed740): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.546992446 +0000 UTC m=+30.726939654 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd58ed740): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e204c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e204c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e204c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e204c0): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e204c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.546992446 +0000 UTC m=+30.726939654 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e204c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60bbe30 item 52 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594c980): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594c980): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594c980): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594c980): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594c980): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.548132675 +0000 UTC m=+30.728079884 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594c980): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d380): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d380): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d380): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d380): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d380): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d380): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6302230 item 53 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d380): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d380): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.548580214 +0000 UTC m=+30.728527422 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd594d380): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e8d00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e8d00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e8d00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e8d00): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e8d00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.548580214 +0000 UTC m=+30.728527422 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e8d00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd63023f0 item 53 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9680): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9680): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9680): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9680): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9680): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.549812448 +0000 UTC m=+30.729759657 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9680): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9c00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9c00): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9c00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd63027e0 item 54 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9c00): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9c00): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9c00): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9c00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9c00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.550328035 +0000 UTC m=+30.730275243 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd59e9c00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4280): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4280): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4280): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4280): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4280): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.550328035 +0000 UTC m=+30.730275243 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4280): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd63029a0 item 54 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4900): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4900): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4900): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4900): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4900): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.551356664 +0000 UTC m=+30.731303872 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4900): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4e00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4e00): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4e00): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4e00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4e00): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4e00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6302d20 item 55 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4e00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4e00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.551778733 +0000 UTC m=+30.731725942 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb4e00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb53c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb53c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb53c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb53c0): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb53c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.551778733 +0000 UTC m=+30.731725942 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb53c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6302ee0 item 55 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5a40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5a40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5a40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5a40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5a40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.55294841 +0000 UTC m=+30.732895617 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fb5a40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6040): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6040): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6040): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6303260 item 56 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6040): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6040): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6040): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6040): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6040): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.553477361 +0000 UTC m=+30.733424569 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6040): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d65c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d65c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d65c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d65c0): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d65c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.553477361 +0000 UTC m=+30.733424569 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d65c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6303420 item 56 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6c00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6c00): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6c00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6c00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6c00): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6c00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6c00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6c00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.554503796 +0000 UTC m=+30.734451004 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d6c00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7140): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7140): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7140): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd63037a0 item 57 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7140): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7140): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.554906439 +0000 UTC m=+30.734853647 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7140): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7680): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7680): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7680): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7680): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7680): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7680): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6303a40 item 57 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7680): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7680): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.555375918 +0000 UTC m=+30.735323126 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7680): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7c40): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7c40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7c40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7c40): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7c40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.555375918 +0000 UTC m=+30.735323126 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd62d7c40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6303c70 item 57 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354380): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354380): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354380): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354380): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354380): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354380): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354380): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354380): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.556442929 +0000 UTC m=+30.736390147 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354380): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd63548c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd63548c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd63548c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d4230 item 58 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd63548c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd63548c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.556835864 +0000 UTC m=+30.736783072 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd63548c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354e00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354e00): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354e00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d43f0 item 58 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354e00): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354e00): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354e00): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354e00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354e00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.557328597 +0000 UTC m=+30.737275805 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6354e00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd63553c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd63553c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd63553c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd63553c0): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd63553c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.557328597 +0000 UTC m=+30.737275805 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd63553c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d4930 item 58 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6355a00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6355a00): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6355a00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6355a00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6355a00): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6355a00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6355a00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6355a00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.558464629 +0000 UTC m=+30.738411837 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6355a00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362040): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362040): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362040): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d4e70 item 59 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362040): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362040): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.558872472 +0000 UTC m=+30.738819679 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362040): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362580): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362580): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362580): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362580): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362580): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362580): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d5180 item 59 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362580): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362580): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.559352512 +0000 UTC m=+30.739299720 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362580): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362b00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362b00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362b00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362b00): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362b00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.559352512 +0000 UTC m=+30.739299720 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6362b00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d5570 item 59 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363140): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363140): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363140): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363140): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363140): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363140): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363140): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363140): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.560570669 +0000 UTC m=+30.740517887 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363140): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363680): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363680): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363680): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d5960 item 60 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363680): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363680): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.560970306 +0000 UTC m=+30.740917514 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363680): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363bc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363bc0): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363bc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59d5c70 item 60 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363bc0): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363bc0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363bc0): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363bc0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363bc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.561477227 +0000 UTC m=+30.741424435 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6363bc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636e280): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636e280): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636e280): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636e280): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636e280): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.561477227 +0000 UTC m=+30.741424435 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636e280): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2a070 item 60 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636e8c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636e8c0): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636e8c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636e8c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636e8c0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636e8c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636e8c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636e8c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.562500145 +0000 UTC m=+30.742447352 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636e8c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636ee00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636ee00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636ee00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2a850 item 61 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636ee00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636ee00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.562881387 +0000 UTC m=+30.742828594 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636ee00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636f500): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636f500): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636f500): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636f500): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636f500): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.562881387 +0000 UTC m=+30.742828594 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636f500): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2ab60 item 61 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636fb40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636fb40): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636fb40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636fb40): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636fb40): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636fb40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636fb40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636fb40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.563982272 +0000 UTC m=+30.743929480 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd636fb40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44180): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44180): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44180): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2aee0 item 62 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44180): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44180): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.564439879 +0000 UTC m=+30.744387087 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44180): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44880): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44880): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44880): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44880): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44880): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.564439879 +0000 UTC m=+30.744387087 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44880): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2b0a0 item 62 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44ec0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44ec0): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44ec0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44ec0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44ec0): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44ec0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44ec0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44ec0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.565640894 +0000 UTC m=+30.745588102 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c44ec0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c45400): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c45400): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c45400): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2b500 item 63 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c45400): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c45400): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.565990958 +0000 UTC m=+30.745938176 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c45400): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c45b00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c45b00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c45b00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c45b00): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c45b00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.565990958 +0000 UTC m=+30.745938176 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c45b00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2b7a0 item 63 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62240): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62240): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62240): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62240): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62240): >_readAt: n=0, err=Bad file descriptor 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62240): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62240): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62240): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.567063138 +0000 UTC m=+30.747010347 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62240): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62780): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62780): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62780): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5e2bd50 item 64 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62780): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62780): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.567452155 +0000 UTC m=+30.747399363 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62780): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62e80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62e80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62e80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62e80): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62e80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.567452155 +0000 UTC m=+30.747399363 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c62e80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6008070 item 64 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c634c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c634c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c634c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c634c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c634c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.568544606 +0000 UTC m=+30.748491814 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c634c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c63940): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c63940): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c63940): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c63940): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c63940): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60083f0 item 65 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c63940): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c63940): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.568930817 +0000 UTC m=+30.748878025 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c63940): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c63e40): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c63e40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c63e40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c63e40): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c63e40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.568930817 +0000 UTC m=+30.748878025 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c63e40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd60085b0 item 65 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7a580): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7a580): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7a580): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7a580): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7a580): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.569963644 +0000 UTC m=+30.749910851 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7a580): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7aa00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7aa00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6008af0 item 66 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7aa00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7aa00): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7aa00): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7aa00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7aa00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.570430177 +0000 UTC m=+30.750377385 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7aa00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7af40): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7af40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7af40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7af40): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7af40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.570430177 +0000 UTC m=+30.750377385 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7af40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6009030 item 66 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7b580): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7b580): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7b580): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7b580): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7b580): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.571485116 +0000 UTC m=+30.751432324 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7b580): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7ba00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7ba00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7ba00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7ba00): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7ba00): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6009500 item 67 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7ba00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7ba00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.571938935 +0000 UTC m=+30.751886143 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5c7ba00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caa000): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caa000): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caa000): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caa000): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caa000): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.571938935 +0000 UTC m=+30.751886143 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caa000): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6009880 item 67 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caa680): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caa680): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caa680): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caa680): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caa680): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.573005115 +0000 UTC m=+30.752952323 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caa680): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caab80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caab80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd6009ce0 item 68 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caab80): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caab80): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caab80): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caab80): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caab80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.573496405 +0000 UTC m=+30.753443613 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5caab80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cab0c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cab0c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cab0c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cab0c0): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cab0c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.573496405 +0000 UTC m=+30.753443613 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cab0c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59801c0 item 68 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cab700): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cab700): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cab700): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cab700): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cab700): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.574505277 +0000 UTC m=+30.754452485 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cab700): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cabb80): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cabb80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cabb80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cabb80): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cabb80): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5980e00 item 69 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cabb80): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cabb80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.574980077 +0000 UTC m=+30.754927285 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cabb80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0180): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0180): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0180): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0180): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0180): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.574980077 +0000 UTC m=+30.754927285 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0180): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5981500 item 69 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0800): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0800): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0800): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0800): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0800): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.576135336 +0000 UTC m=+30.756082543 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0800): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0d00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0d00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5981c00 item 70 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0d00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0d00): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0d00): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0d00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0d00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.576646263 +0000 UTC m=+30.756593481 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd0d00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd1240): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd1240): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd1240): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd1240): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd1240): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.576646263 +0000 UTC m=+30.756593481 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd1240): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5692070 item 70 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd18c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd18c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd18c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd18c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd18c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.578050904 +0000 UTC m=+30.757998113 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd18c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd1dc0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd1dc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd1dc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd1dc0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd1dc0): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5692850 item 71 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd1dc0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd1dc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.578475779 +0000 UTC m=+30.758422987 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cd1dc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfc3c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfc3c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfc3c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfc3c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfc3c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.578475779 +0000 UTC m=+30.758422987 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfc3c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5692ee0 item 71 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfca40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfca40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfca40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfca40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfca40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.579601793 +0000 UTC m=+30.759549001 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfca40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfcf40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfcf40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5693650 item 72 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfcf40): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfcf40): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfcf40): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfcf40): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfcf40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.580066834 +0000 UTC m=+30.760014042 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfcf40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfd480): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfd480): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfd480): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfd480): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfd480): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.580066834 +0000 UTC m=+30.760014042 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfd480): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5693ce0 item 72 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfda40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfda40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfda40): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfda40): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfda40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfda40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfda40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.581142039 +0000 UTC m=+30.761089248 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5cfda40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28040): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28040): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28040): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2e310 item 73 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28040): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28040): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.581518523 +0000 UTC m=+30.761465731 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28040): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28500): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28500): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28500): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28500): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28500): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2e540 item 73 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28500): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28500): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.581962764 +0000 UTC m=+30.761909972 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28500): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28a40): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28a40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28a40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28a40): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28a40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.581962764 +0000 UTC m=+30.761909972 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d28a40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2e700 item 73 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29080): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29080): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29080): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29080): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29080): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29080): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29080): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.583103395 +0000 UTC m=+30.763050603 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29080): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29580): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29580): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29580): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2ee00 item 74 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29580): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29580): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.58342768 +0000 UTC m=+30.763374889 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29580): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29ac0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29ac0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2efc0 item 74 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29ac0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29ac0): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29ac0): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29ac0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29ac0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.583862143 +0000 UTC m=+30.763809351 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d29ac0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4c140): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4c140): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4c140): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4c140): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4c140): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.583862143 +0000 UTC m=+30.763809351 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4c140): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2f180 item 74 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4c780): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4c780): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4c780): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4c780): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4c780): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4c780): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4c780): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.585096782 +0000 UTC m=+30.765043990 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4c780): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4cc80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4cc80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4cc80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2f500 item 75 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4cc80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4cc80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.585488715 +0000 UTC m=+30.765435923 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4cc80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4d1c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4d1c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4d1c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4d1c0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4d1c0): _writeAt: size=3, off=2 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2f730 item 75 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4d1c0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4d1c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.585925712 +0000 UTC m=+30.765872920 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4d1c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4d700): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4d700): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4d700): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4d700): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4d700): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.585925712 +0000 UTC m=+30.765872920 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4d700): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2f8f0 item 75 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4dd40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4dd40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4dd40): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4dd40): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4dd40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4dd40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4dd40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.587147207 +0000 UTC m=+30.767094415 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5d4dd40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe340): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe340): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe340): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5d2fd50 item 76 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe340): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe340): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.587548006 +0000 UTC m=+30.767495214 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe340): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe880): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe880): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62ae0e0 item 76 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe880): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe880): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe880): _writeAt: size=3, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe880): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe880): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.588044125 +0000 UTC m=+30.767991333 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbe880): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbee00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbee00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbee00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbee00): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbee00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.588044125 +0000 UTC m=+30.767991333 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbee00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62ae2a0 item 76 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf440): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf440): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf440): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf440): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf440): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf440): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf440): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.589507998 +0000 UTC m=+30.769455207 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf440): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf940): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf940): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf940): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62ae700 item 77 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf940): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf940): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.589878341 +0000 UTC m=+30.769825549 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dbf940): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde140): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde140): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde140): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde140): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde140): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.589878341 +0000 UTC m=+30.769825549 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde140): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62ae8c0 item 77 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde780): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde780): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde780): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde780): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde780): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde780): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde780): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.591065279 +0000 UTC m=+30.771012487 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5dde780): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddec80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddec80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddec80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62aec40 item 78 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddec80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddec80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.591474485 +0000 UTC m=+30.771421693 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddec80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf380): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf380): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf380): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf380): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf380): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.591474485 +0000 UTC m=+30.771421693 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf380): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62aee00 item 78 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf9c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf9c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf9c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf9c0): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf9c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf9c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf9c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.592821967 +0000 UTC m=+30.772769175 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddf9c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddfec0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddfec0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddfec0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62af180 item 79 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddfec0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddfec0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.593280936 +0000 UTC m=+30.773228143 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ddfec0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1c6c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1c6c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1c6c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1c6c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1c6c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.593280936 +0000 UTC m=+30.773228143 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1c6c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62af340 item 79 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1cd00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1cd00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1cd00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1cd00): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1cd00): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1cd00): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1cd00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.594493463 +0000 UTC m=+30.774440671 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1cd00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1d200): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1d200): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1d200): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62af6c0 item 80 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1d200): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1d200): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.59488718 +0000 UTC m=+30.774834387 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1d200): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1d900): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1d900): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1d900): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1d900): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1d900): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.59488718 +0000 UTC m=+30.774834387 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e1d900): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62af880 item 80 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4e040): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4e040): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4e040): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4e040): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4e040): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.596120677 +0000 UTC m=+30.776067884 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4e040): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4e4c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4e4c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4e4c0): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4e4c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4e4c0): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4e4c0): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd62afd50 item 81 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4e4c0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4e4c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.596797669 +0000 UTC m=+30.776744887 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4e4c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4ea00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4ea00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4ea00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4ea00): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4ea00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.596797669 +0000 UTC m=+30.776744887 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4ea00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58ae4d0 item 81 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4f080): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4f080): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4f080): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4f080): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4f080): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.598379675 +0000 UTC m=+30.778326894 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4f080): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4f580): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4f580): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4f580): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58ae850 item 82 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4f580): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4f580): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4f580): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4f580): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4f580): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.599186594 +0000 UTC m=+30.779133842 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4f580): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4fb00): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4fb00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4fb00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4fb00): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4fb00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.599186594 +0000 UTC m=+30.779133842 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e4fb00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58aeb60 item 82 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8e280): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8e280): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8e280): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8e280): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8e280): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.60086857 +0000 UTC m=+30.780815808 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8e280): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8e780): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8e780): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8e780): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8e780): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8e780): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8e780): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58af030 item 83 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8e780): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8e780): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.601383416 +0000 UTC m=+30.781330624 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8e780): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8ecc0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8ecc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8ecc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8ecc0): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8ecc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.601383416 +0000 UTC m=+30.781330624 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8ecc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58af420 item 83 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8f340): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8f340): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8f340): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8f340): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8f340): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.602824496 +0000 UTC m=+30.782771714 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8f340): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8f840): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8f840): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8f840): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58af9d0 item 84 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8f840): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8f840): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8f840): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8f840): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8f840): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.60345982 +0000 UTC m=+30.783407058 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8f840): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8fdc0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8fdc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8fdc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8fdc0): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8fdc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.60345982 +0000 UTC m=+30.783407058 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5e8fdc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd58afdc0 item 84 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2540): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2540): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2540): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2540): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2540): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.604936927 +0000 UTC m=+30.784884156 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2540): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2a40): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2a40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2a40): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2a40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2a40): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2a40): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afa3f0 item 85 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2a40): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2a40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.605595174 +0000 UTC m=+30.785542423 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2a40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2f80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2f80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2f80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2f80): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2f80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.605595174 +0000 UTC m=+30.785542423 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec2f80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afa620 item 85 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec3600): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec3600): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec3600): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec3600): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec3600): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.607151453 +0000 UTC m=+30.787098661 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec3600): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec3b00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec3b00): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec3b00): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afacb0 item 86 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec3b00): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec3b00): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec3b00): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec3b00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec3b00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.607750629 +0000 UTC m=+30.787697866 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ec3b00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2180): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2180): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2180): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2180): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2180): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.607750629 +0000 UTC m=+30.787697866 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2180): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afae70 item 86 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2800): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2800): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2800): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2800): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2800): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.609272411 +0000 UTC m=+30.789219649 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2800): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2d00): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2d00): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2d00): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2d00): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2d00): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2d00): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afb2d0 item 87 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2d00): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2d00): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.609822042 +0000 UTC m=+30.789769251 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee2d00): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee3240): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee3240): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee3240): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee3240): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee3240): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.609822042 +0000 UTC m=+30.789769251 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee3240): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afb490 item 87 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee38c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee38c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee38c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee38c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee38c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.611360788 +0000 UTC m=+30.791307995 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee38c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee3dc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee3dc0): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee3dc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afb810 item 88 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee3dc0): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee3dc0): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee3dc0): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee3dc0): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee3dc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.612041197 +0000 UTC m=+30.791988404 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5ee3dc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36440): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36440): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36440): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36440): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36440): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.612041197 +0000 UTC m=+30.791988404 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36440): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5afbab0 item 88 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36a80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36a80): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36a80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36a80): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36a80): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36a80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36a80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36a80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.613592285 +0000 UTC m=+30.793539493 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36a80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36fc0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36fc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36fc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5968070 item 89 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36fc0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36fc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.614151735 +0000 UTC m=+30.794098943 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f36fc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f37500): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f37500): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f37500): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f37500): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f37500): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f37500): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd59684d0 item 89 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f37500): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f37500): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.614832434 +0000 UTC m=+30.794779642 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f37500): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f37a80): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f37a80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f37a80): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f37a80): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f37a80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.614832434 +0000 UTC m=+30.794779642 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f37a80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5968b60 item 89 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f561c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f561c0): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f561c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f561c0): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f561c0): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f561c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f561c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f561c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.616437024 +0000 UTC m=+30.796384232 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f561c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56700): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56700): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56700): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbc070 item 90 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56700): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56700): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.616932302 +0000 UTC m=+30.796879509 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56700): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56c40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56c40): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56c40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbc2a0 item 90 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56c40): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56c40): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56c40): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56c40): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56c40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.617661424 +0000 UTC m=+30.797608642 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f56c40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f57200): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f57200): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f57200): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f57200): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f57200): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.617661424 +0000 UTC m=+30.797608642 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f57200): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5cbc460 item 90 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88140): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88140): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88140): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88140): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88140): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88140): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88140): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88140): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.619183487 +0000 UTC m=+30.799130694 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88140): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88700): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88700): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88700): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f50150 item 91 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88700): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88700): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.619679307 +0000 UTC m=+30.799626514 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88700): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88c40): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88c40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88c40): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88c40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88c40): >_readAt: n=2, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88c40): _writeAt: size=3, off=7 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f50310 item 91 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88c40): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88c40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.620116804 +0000 UTC m=+30.800064013 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f88c40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f891c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f891c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f891c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f891c0): >_readAt: n=8, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f891c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.620116804 +0000 UTC m=+30.800064013 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f891c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f504d0 item 91 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f89800): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f89800): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f89800): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f89800): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f89800): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f89800): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f89800): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f89800): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.621438239 +0000 UTC m=+30.801385446 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f89800): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f89d40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f89d40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f89d40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f50c40 item 92 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f89d40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f89d40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.62184517 +0000 UTC m=+30.801792388 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5f89d40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8380): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8380): open at offset 5 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8380): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f50e00 item 92 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8380): _readAt: size=2, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8380): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8380): _writeAt: size=3, off=5 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8380): >_writeAt: n=3, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8380): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.622316893 +0000 UTC m=+30.802264101 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8380): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8940): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8940): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8940): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8940): >_readAt: n=3, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8940): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.622316893 +0000 UTC m=+30.802264101 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8940): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f50fc0 item 92 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8f80): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8f80): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8f80): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8f80): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8f80): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8f80): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8f80): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8f80): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.623440371 +0000 UTC m=+30.803387579 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd8f80): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd94c0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd94c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd94c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f51340 item 93 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd94c0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd94c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.623871708 +0000 UTC m=+30.803818917 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd94c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd9bc0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd9bc0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd9bc0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd9bc0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd9bc0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.623871708 +0000 UTC m=+30.803818917 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd5fd9bc0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f51500 item 93 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014300): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014300): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014300): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014300): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014300): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014300): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014300): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014300): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.625267773 +0000 UTC m=+30.805214981 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014300): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014840): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014840): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014840): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f519d0 item 94 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014840): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014840): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.625694161 +0000 UTC m=+30.805641369 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014840): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014f40): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014f40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014f40): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014f40): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014f40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.625694161 +0000 UTC m=+30.805641369 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6014f40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5f51b90 item 94 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6015580): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6015580): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6015580): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6015580): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6015580): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6015580): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6015580): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6015580): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.627035902 +0000 UTC m=+30.806983111 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6015580): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6015ac0): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6015ac0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6015ac0): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdc0e0 item 95 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6015ac0): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6015ac0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.627626542 +0000 UTC m=+30.807573750 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd6015ac0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603a2c0): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603a2c0): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603a2c0): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603a2c0): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603a2c0): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.627626542 +0000 UTC m=+30.807573750 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603a2c0): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdc380 item 95 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 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/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603a900): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603a900): open at offset 0 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603a900): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603a900): _readAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603a900): >_readAt: n=0, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603a900): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603a900): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603a900): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.629371497 +0000 UTC m=+30.809318745 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603a900): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603ae40): _writeAt: size=5, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603ae40): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603ae40): >openPending: err= 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdc8c0 item 96 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603ae40): >_writeAt: n=5, err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603ae40): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.629942008 +0000 UTC m=+30.809889216 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603ae40): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/02 01:27:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/02 01:27:40 DEBUG : open-test-file: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603b540): _readAt: size=512, off=0 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603b540): openPending: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603b540): >openPending: err= 2026/06/02 01:27:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603b540): >_readAt: n=5, err=EOF 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603b540): close: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-02 01:27:40.629942008 +0000 UTC m=+30.809889216 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : open-test-file(0x339dd603b540): >close: err= 2026/06/02 01:27:40 DEBUG : open-test-file: Remove: 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x339dd5fdca80 item 96 2026/06/02 01:27:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/02 01:27:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/02 01:27:40 DEBUG : open-test-file: >Remove: err= 2026/06/02 01:27:40 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:40 DEBUG : Looking for writers 2026/06/02 01:27:40 DEBUG : >WaitForWriters: 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.35s) --- PASS: TestRWFileHandleOpenTests/writes (0.17s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.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-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:40 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:40 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:40 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:40 DEBUG : file1: newRWFileHandle: 2026/06/02 01:27:40 DEBUG : file1(0x339dd603a080): openPending: 2026/06/02 01:27:40 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:40 DEBUG : file1(0x339dd603a080): >openPending: err= 2026/06/02 01:27:40 DEBUG : file1: >newRWFileHandle: err= 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:40 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/02 01:27:40 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/02 01:27:40 DEBUG : file1(0x339dd603a080): _writeAt: size=2, off=0 2026/06/02 01:27:40 DEBUG : file1(0x339dd603a080): >_writeAt: n=2, err= 2026/06/02 01:27:40 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/06/02 01:27:40 DEBUG : file1(0x339dd603a080): RWFileHandle.Flush 2026/06/02 01:27:40 DEBUG : file1(0x339dd603a080): RWFileHandle.Release 2026/06/02 01:27:40 DEBUG : file1(0x339dd603a080): close: 2026/06/02 01:27:40 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/06/02 01:27:40 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:40 DEBUG : file1(0x339dd603a080): >close: err= 2026/06/02 01:27:40 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:40 DEBUG : Looking for writers 2026/06/02 01:27:40 DEBUG : file1: reading active writers 2026/06/02 01:27:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:40 DEBUG : Looking for writers 2026/06/02 01:27:40 DEBUG : file1: reading active writers 2026/06/02 01:27:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:40 DEBUG : Looking for writers 2026/06/02 01:27:40 DEBUG : file1: reading active writers 2026/06/02 01:27:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:40 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-qetaqud3pina/dir/file1: no such file or directory 2026/06/02 01:27:40 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-qetaqud3pina/dir/file1: no such file or directory 2026/06/02 01:27:40 DEBUG : Looking for writers 2026/06/02 01:27:40 DEBUG : file1: reading active writers 2026/06/02 01:27:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:40 DEBUG : file1: vfs cache: starting upload 2026/06/02 01:27:40 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1.a0a9169e.partial" 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1.a0a9169e.partial 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1.a0a9169e.partial" 2026/06/02 01:27:40 DEBUG : Looking for writers 2026/06/02 01:27:40 DEBUG : file1: reading active writers 2026/06/02 01:27:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qetaqud3pina/file1.a0a9169e.partial 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:40 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/02 01:27:40 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/06/02 01:27:40 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/06/02 01:27:40 INFO : file1: Copied (new) 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:40 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/02 01:27:40 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/06/02 01:27:40 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/02 01:27:40 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/06/02 01:27:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:40 INFO : file1: vfs cache: upload succeeded try #1 2026/06/02 01:27:40 DEBUG : Looking for writers 2026/06/02 01:27:40 DEBUG : file1: reading active writers 2026/06/02 01:27:40 DEBUG : >WaitForWriters: 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:40 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:40 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-qetaqud3pina/dir/file1: no such file or directory 2026/06/02 01:27:40 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-qetaqud3pina/dir/file1: no such file or directory 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:41 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:41 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/06/02 01:27:41 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:41 DEBUG : Looking for writers 2026/06/02 01:27:41 DEBUG : file1: reading active writers 2026/06/02 01:27:41 DEBUG : >WaitForWriters: 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:41 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:41 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:41 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:41 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:41 DEBUG : rename_me: newRWFileHandle: 2026/06/02 01:27:41 DEBUG : rename_me(0x339dd625c200): openPending: 2026/06/02 01:27:41 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/02 01:27:41 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/06/02 01:27:41 DEBUG : rename_me(0x339dd625c200): >openPending: err= 2026/06/02 01:27:41 DEBUG : rename_me: >newRWFileHandle: err= 2026/06/02 01:27:41 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/06/02 01:27:41 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/06/02 01:27:41 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/06/02 01:27:41 DEBUG : rename_me(0x339dd625c200): _writeAt: size=5, off=0 2026/06/02 01:27:41 DEBUG : rename_me(0x339dd625c200): >_writeAt: n=5, err= 2026/06/02 01:27:41 DEBUG : rename_me(0x339dd625c200): close: 2026/06/02 01:27:41 DEBUG : rename_me: vfs cache: setting modification time to 2026-06-02 01:27:41.15176893 +0000 UTC m=+31.331716138 2026/06/02 01:27:41 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/06/02 01:27:41 DEBUG : rename_me(0x339dd625c200): >close: err= 2026/06/02 01:27:41 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/06/02 01:27:41 DEBUG : i_was_renamed: Updating file with 0x339dd5f12410 2026/06/02 01:27:41 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/06/02 01:27:41 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/06/02 01:27:41 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:41 DEBUG : Looking for writers 2026/06/02 01:27:41 DEBUG : i_was_renamed: reading active writers 2026/06/02 01:27:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/02 01:27:41 DEBUG : Looking for writers 2026/06/02 01:27:41 DEBUG : i_was_renamed: reading active writers 2026/06/02 01:27:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/02 01:27:41 DEBUG : Looking for writers 2026/06/02 01:27:41 DEBUG : i_was_renamed: reading active writers 2026/06/02 01:27:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/02 01:27:41 DEBUG : Looking for writers 2026/06/02 01:27:41 DEBUG : i_was_renamed: reading active writers 2026/06/02 01:27:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/02 01:27:41 DEBUG : i_was_renamed: vfs cache: starting upload 2026/06/02 01:27:41 DEBUG : i_was_renamed.2a4ccd02.partial: size = 5 OK 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/i_was_renamed.2a4ccd02.partial" 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/i_was_renamed.2a4ccd02.partial 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/i_was_renamed.2a4ccd02.partial" 2026/06/02 01:27:41 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-qetaqud3pina/dir/file1: no such file or directory 2026/06/02 01:27:41 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-qetaqud3pina/dir/file1: no such file or directory 2026/06/02 01:27:41 DEBUG : Looking for writers 2026/06/02 01:27:41 DEBUG : i_was_renamed: reading active writers 2026/06/02 01:27:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/i_was_renamed.2a4ccd02.partial 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:41 DEBUG : i_was_renamed.2a4ccd02.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:41 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/02 01:27:41 DEBUG : i_was_renamed.2a4ccd02.partial: renamed to: i_was_renamed 2026/06/02 01:27:41 INFO : i_was_renamed: Copied (new) 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/i_was_renamed" 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/i_was_renamed 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/i_was_renamed" 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/i_was_renamed 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:41 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:41 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-06-02 01:27:41 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/02 01:27:41 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/06/02 01:27:41 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/06/02 01:27:41 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/06/02 01:27:41 DEBUG : Looking for writers 2026/06/02 01:27:41 DEBUG : i_was_renamed: reading active writers 2026/06/02 01:27:41 DEBUG : >WaitForWriters: 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:41 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/02 01:27:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qetaqud3pina" 2026/06/02 01:27:41 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:41 DEBUG : forgetting directory cache 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate(0x339dd5c2e480): _readAt: size=512, off=0 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate(0x339dd5c2e480): openPending: 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-02 00:28:41 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/02 01:27:41 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate(0x339dd5c2e480): >openPending: err= 2026/06/02 01:27:41 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate(0x339dd5c2e480): >_readAt: n=20, err=EOF 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate(0x339dd5c2e480): close: 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-02 00:28:41 +0000 UTC 2026/06/02 01:27:41 DEBUG : TestRWCacheUpdate(0x339dd5c2e480): >close: err= 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:41 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : forgetting directory cache 2026/06/02 01:27:42 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate(0x339dd5cc3340): _readAt: size=512, off=0 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate(0x339dd5cc3340): openPending: 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-02 00:29:41 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-06-02 00:28:41 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-02 00:29:41 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-06-02 00:28:41 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/06/02 01:27:42 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/02 01:27:42 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate(0x339dd5cc3340): >openPending: err= 2026/06/02 01:27:42 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate(0x339dd5cc3340): >_readAt: n=20, err=EOF 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate(0x339dd5cc3340): close: 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-02 00:29:41 +0000 UTC 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate(0x339dd5cc3340): >close: err= 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : forgetting directory cache 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:42 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate(0x339dd5c2ef00): _readAt: size=512, off=0 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate(0x339dd5c2ef00): openPending: 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-02 00:30:41 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-06-02 00:29:41 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-02 00:30:41 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-06-02 00:29:41 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/06/02 01:27:42 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/02 01:27:42 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate(0x339dd5c2ef00): >openPending: err= 2026/06/02 01:27:42 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate(0x339dd5c2ef00): >_readAt: n=20, err=EOF 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate(0x339dd5c2ef00): close: 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-02 00:30:41 +0000 UTC 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate(0x339dd5c2ef00): >close: err= 2026/06/02 01:27:42 DEBUG : Re-reading directory (101.491217ms old) 2026/06/02 01:27:42 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:42 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/06/02 01:27:43 DEBUG : forgetting directory cache 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate(0x339dd5c2f4c0): _readAt: size=512, off=0 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate(0x339dd5c2f4c0): openPending: 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-02 00:31:41 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-06-02 00:30:41 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-02 00:31:41 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-06-02 00:30:41 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/06/02 01:27:43 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/02 01:27:43 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate(0x339dd5c2f4c0): >openPending: err= 2026/06/02 01:27:43 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate(0x339dd5c2f4c0): >_readAt: n=20, err=EOF 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate(0x339dd5c2f4c0): close: 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-02 00:31:41 +0000 UTC 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate(0x339dd5c2f4c0): >close: err= 2026/06/02 01:27:43 DEBUG : Re-reading directory (100.705358ms old) 2026/06/02 01:27:43 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/06/02 01:27:43 DEBUG : forgetting directory cache 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate(0x339dd603ab00): _readAt: size=512, off=0 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate(0x339dd603ab00): openPending: 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-02 00:32:41 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-06-02 00:31:41 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-02 00:32:41 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-06-02 00:31:41 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/06/02 01:27:43 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/02 01:27:43 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate(0x339dd603ab00): >openPending: err= 2026/06/02 01:27:43 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate(0x339dd603ab00): >_readAt: n=20, err=EOF 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate(0x339dd603ab00): close: 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-02 00:32:41 +0000 UTC 2026/06/02 01:27:43 DEBUG : TestRWCacheUpdate(0x339dd603ab00): >close: err= 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:43 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : forgetting directory cache 2026/06/02 01:27:44 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate(0x339dd594d2c0): _readAt: size=512, off=0 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate(0x339dd594d2c0): openPending: 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-02 00:33:41 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-06-02 00:32:41 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-02 00:33:41 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-06-02 00:32:41 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/06/02 01:27:44 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/02 01:27:44 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate(0x339dd594d2c0): >openPending: err= 2026/06/02 01:27:44 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate(0x339dd594d2c0): >_readAt: n=20, err=EOF 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate(0x339dd594d2c0): close: 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-02 00:33:41 +0000 UTC 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate(0x339dd594d2c0): >close: err= 2026/06/02 01:27:44 DEBUG : Re-reading directory (104.887851ms old) 2026/06/02 01:27:44 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/06/02 01:27:44 DEBUG : forgetting directory cache 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate(0x339dd603b3c0): _readAt: size=512, off=0 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate(0x339dd603b3c0): openPending: 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-06-02 00:34:41 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-06-02 00:33:41 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-06-02 00:34:41 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-06-02 00:33:41 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/06/02 01:27:44 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/06/02 01:27:44 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate(0x339dd603b3c0): >openPending: err= 2026/06/02 01:27:44 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate(0x339dd603b3c0): >_readAt: n=21, err=EOF 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate(0x339dd603b3c0): close: 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-02 00:34:41 +0000 UTC 2026/06/02 01:27:44 DEBUG : TestRWCacheUpdate(0x339dd603b3c0): >close: err= 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:44 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:45 DEBUG : forgetting directory cache 2026/06/02 01:27:45 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate(0x339dd603bc80): _readAt: size=512, off=0 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate(0x339dd603bc80): openPending: 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-06-02 00:35:41 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-06-02 00:34:41 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-06-02 00:35:41 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-06-02 00:34:41 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/06/02 01:27:45 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/06/02 01:27:45 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate(0x339dd603bc80): >openPending: err= 2026/06/02 01:27:45 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate(0x339dd603bc80): >_readAt: n=22, err=EOF 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate(0x339dd603bc80): close: 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-02 00:35:41 +0000 UTC 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate(0x339dd603bc80): >close: err= 2026/06/02 01:27:45 DEBUG : Re-reading directory (102.999925ms old) 2026/06/02 01:27:45 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:45 DEBUG : forgetting directory cache 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate(0x339dd5f4c740): _readAt: size=512, off=0 2026/06/02 01:27:45 DEBUG : TestRWCacheUpdate(0x339dd5f4c740): openPending: 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:45 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-06-02 00:36:41 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-06-02 00:35:41 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-06-02 00:36:41 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-06-02 00:35:41 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/06/02 01:27:46 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/06/02 01:27:46 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate(0x339dd5f4c740): >openPending: err= 2026/06/02 01:27:46 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate(0x339dd5f4c740): >_readAt: n=23, err=EOF 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate(0x339dd5f4c740): close: 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-02 00:36:41 +0000 UTC 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate(0x339dd5f4c740): >close: err= 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:46 DEBUG : forgetting directory cache 2026/06/02 01:27:46 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate(0x339dd5f88b00): _readAt: size=512, off=0 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate(0x339dd5f88b00): openPending: 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/TestRWCacheUpdate" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-qetaqud3pina/TestRWCacheUpdate 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-06-02 00:37:41 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-06-02 00:36:41 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-06-02 00:37:41 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-06-02 00:36:41 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/06/02 01:27:46 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/06/02 01:27:46 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate(0x339dd5f88b00): >openPending: err= 2026/06/02 01:27:46 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate(0x339dd5f88b00): >_readAt: n=24, err=EOF 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate(0x339dd5f88b00): close: 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-02 00:37:41 +0000 UTC 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate(0x339dd5f88b00): >close: err= 2026/06/02 01:27:46 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:46 DEBUG : Looking for writers 2026/06/02 01:27:46 DEBUG : TestRWCacheUpdate: reading active writers 2026/06/02 01:27:46 DEBUG : >WaitForWriters: 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.03s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FiLeA" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/FiLeA 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/FiLeA" 2026/06/02 01:27:46 DEBUG : forgetting directory cache 2026/06/02 01:27:46 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qetaqud3pina/FiLeA 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:46 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FiLeA" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/FiLeA 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/FiLeA" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-qetaqud3pina/FiLeA 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:46 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FiLeB" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/FiLeB 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/FiLeB" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qetaqud3pina/FiLeB 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:46 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FiLeB" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/FiLeB 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/FiLeB" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-qetaqud3pina/FiLeB 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:46 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/02 01:27:46 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:46 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:46 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:46 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/02 01:27:46 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/02 01:27:46 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/02 01:27:46 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:46 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FiLeA" 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/FiLeA 2026/06/02 01:27:46 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/FiLeA" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qetaqud3pina/FiLeA 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:47 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/02 01:27:47 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/02 01:27:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/02 01:27:47 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/02 01:27:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FiLeA" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/FiLeA 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/FiLeA" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qetaqud3pina/FiLeA 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:47 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/02 01:27:47 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/02 01:27:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/02 01:27:47 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/02 01:27:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:47 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:47 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/02 01:27:47 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/02 01:27:47 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/02 01:27:47 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:47 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FiLeB" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/FiLeB 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/FiLeB" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qetaqud3pina/FiLeB 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:47 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/02 01:27:47 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:47 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/02 01:27:47 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/02 01:27:47 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/02 01:27:47 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:47 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FilEb" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/FilEb 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/FilEb" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-qetaqud3pina/FilEb 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:47 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FiLeA" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/FiLeA 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/FiLeA" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qetaqud3pina/FiLeA 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:47 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FiLeA" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/FiLeA 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/FiLeA" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-qetaqud3pina/FiLeA 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:47 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FiLeB" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/FiLeB 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/FiLeB" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qetaqud3pina/FiLeB 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:47 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FiLeB" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/FiLeB 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/FiLeB" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-qetaqud3pina/FiLeB 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:47 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FilEb" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/FilEb 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/FilEb" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-qetaqud3pina/FilEb 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:47 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FilEb" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/FilEb 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/FilEb" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-qetaqud3pina/FilEb 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:47 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/06/02 01:27:47 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/02 01:27:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/02 01:27:47 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/02 01:27:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:47 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/02 01:27:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/02 01:27:47 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/06/02 01:27:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:47 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/02 01:27:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/02 01:27:47 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/06/02 01:27:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:47 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/02 01:27:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/02 01:27:47 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/06/02 01:27:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:47 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:47 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/02 01:27:47 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/02 01:27:47 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/02 01:27:47 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:47 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FiLeB" 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/FiLeB 2026/06/02 01:27:47 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/FiLeB" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qetaqud3pina/FiLeB 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:48 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/02 01:27:48 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:48 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/02 01:27:48 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/02 01:27:48 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/02 01:27:48 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:48 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/FilEb" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/FilEb 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/FilEb" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-qetaqud3pina/FilEb 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:48 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/02 01:27:48 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:48 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/06/02 01:27:48 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/06/02 01:27:48 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:48 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/06/02 01:27:48 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/06/02 01:27:48 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:48 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/02 01:27:48 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/02 01:27:48 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/02 01:27:48 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:48 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:48 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:48 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:48 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:48 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:48 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:48 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:48 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:48 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/02 01:27:48 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/02 01:27:48 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/02 01:27:48 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:48 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:48 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:48 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/02 01:27:48 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/02 01:27:48 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/02 01:27:48 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:48 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:48 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:48 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:48 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:48 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:48 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:48 DEBUG : Looking for writers 2026/06/02 01:27:48 DEBUG : FilEb: reading active writers 2026/06/02 01:27:48 DEBUG : FiLeA: reading active writers 2026/06/02 01:27:48 DEBUG : FiLeB: reading active writers 2026/06/02 01:27:48 DEBUG : >WaitForWriters: 2026/06/02 01:27:48 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:48 DEBUG : Looking for writers 2026/06/02 01:27:48 DEBUG : FiLeB: reading active writers 2026/06/02 01:27:48 DEBUG : FilEb: reading active writers 2026/06/02 01:27:48 DEBUG : FiLeA: reading active writers 2026/06/02 01:27:48 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.68s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/normal name with no special characters.txt" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/normal\ name\ with\ no\ special\ characters.txt 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/normal\ name\ with\ no\ special\ characters.txt" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qetaqud3pina/normal name with no special characters.txt 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/normal name with no special characters.txt" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/normal\ name\ with\ no\ special\ characters.txt 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/normal\ name\ with\ no\ special\ characters.txt" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-qetaqud3pina/normal name with no special characters.txt 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/測試_Русский___ě_áñ" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/測試_Русский___ě_áñ 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/測試_Русский___ě_áñ" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qetaqud3pina/測試_Русский___ě_áñ 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:48 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/測試_Русский___ě_áñ" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/測試_Русский___ě_áñ 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/測試_Русский___ě_áñ" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-qetaqud3pina/測試_Русский___ě_áñ 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:48 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/02 01:27:48 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/normal name with no special characters.txt" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/normal\ name\ with\ no\ special\ characters.txt 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/normal\ name\ with\ no\ special\ characters.txt" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qetaqud3pina/normal name with no special characters.txt 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/02 01:27:48 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:48 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/06/02 01:27:48 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/06/02 01:27:48 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/06/02 01:27:48 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:48 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/測試_Русский___ě_áñ" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/測試_Русский___ě_áñ 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/測試_Русский___ě_áñ" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qetaqud3pina/測試_Русский___ě_áñ 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:48 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:48 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:48 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:48 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:48 DEBUG : Looking for writers 2026/06/02 01:27:48 DEBUG : normal name with no special characters.txt: reading active writers 2026/06/02 01:27:48 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/06/02 01:27:48 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.59s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:48 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Reusing VFS from active cache 2026/06/02 01:27:48 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:48 DEBUG : Looking for writers 2026/06/02 01:27:48 DEBUG : >WaitForWriters: 2026/06/02 01:27:48 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:48 DEBUG : Looking for writers 2026/06/02 01:27:48 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:48 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:48 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:48 DEBUG : Looking for writers 2026/06/02 01:27:48 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:48 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:48 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:48 DEBUG : Looking for writers 2026/06/02 01:27:48 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:48 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:48 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:48 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:49 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:49 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:49 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/02 01:27:49 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:49 DEBUG : dir: Looking for writers 2026/06/02 01:27:49 DEBUG : file2: reading active writers 2026/06/02 01:27:49 DEBUG : Looking for writers 2026/06/02 01:27:49 DEBUG : dir: reading active writers 2026/06/02 01:27:49 DEBUG : file1: reading active writers 2026/06/02 01:27:49 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.40s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:49 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:49 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:49 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:49 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:49 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/02 01:27:49 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:49 DEBUG : dir: Looking for writers 2026/06/02 01:27:49 DEBUG : Looking for writers 2026/06/02 01:27:49 DEBUG : dir: reading active writers 2026/06/02 01:27:49 DEBUG : file1: reading active writers 2026/06/02 01:27:49 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.42s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:49 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:49 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:49 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:49 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:49 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:50 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/02 01:27:50 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:50 DEBUG : file1: Open: flags=O_RDONLY 2026/06/02 01:27:50 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/02 01:27:50 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/02 01:27:50 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:50 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/06/02 01:27:50 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/02 01:27:50 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:50 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:50 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:50 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/02 01:27:50 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/06/02 01:27:50 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/06/02 01:27:50 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (0 bytes), uploading instead of streaming 2026/06/02 01:27:50 DEBUG : dir/new_file.txt: size = 0 OK 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/new_file.txt" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/new_file.txt 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/new_file.txt" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qetaqud3pina/dir/new_file.txt 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:50 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/02 01:27:50 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/02 01:27:50 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/06/02 01:27:50 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/02 01:27:50 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:50 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/06/02 01:27:50 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:50 DEBUG : dir: Looking for writers 2026/06/02 01:27:50 DEBUG : file2: reading active writers 2026/06/02 01:27:50 DEBUG : new_file.txt: reading active writers 2026/06/02 01:27:50 DEBUG : Looking for writers 2026/06/02 01:27:50 DEBUG : dir: reading active writers 2026/06/02 01:27:50 DEBUG : file1: reading active writers 2026/06/02 01:27:50 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.57s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:50 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:50 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file2" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qetaqud3pina/dir/file2 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:50 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/02 01:27:50 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/06/02 01:27:50 DEBUG : dir/file1: Updating file with dir/file1 0x339dd5fe7ba0 2026/06/02 01:27:50 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/06/02 01:27:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:50 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/dir/file1" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qetaqud3pina/dir/file1 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:50 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/02 01:27:50 INFO : dir/file1: Moved (server-side) to: file0 2026/06/02 01:27:50 DEBUG : file0: Updating file with file0 0x339dd5fe7ba0 2026/06/02 01:27:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/02 01:27:50 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file0" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file0 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file0" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qetaqud3pina/file0 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:50 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file0" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/file0 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/file0" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qetaqud3pina/file0 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:50 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/02 01:27:50 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:50 DEBUG : dir: Looking for writers 2026/06/02 01:27:50 DEBUG : Looking for writers 2026/06/02 01:27:50 DEBUG : dir: reading active writers 2026/06/02 01:27:50 DEBUG : file0: reading active writers 2026/06/02 01:27:50 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.70s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:50 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Server has VFS statistics extension 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: About path "/rclone-test-qetaqud3pina" 2026/06/02 01:27:50 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:50 DEBUG : Looking for writers 2026/06/02 01:27:50 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:50 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:50 DEBUG : Added virtual directory entry vAddDir: "/" 2026/06/02 01:27:50 DEBUG : Added virtual directory entry vAddDir: "a" 2026/06/02 01:27:50 DEBUG : Added virtual directory entry vAddDir: "b" 2026/06/02 01:27:50 DEBUG : Added virtual directory entry vAddDir: "c" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/02 01:27:50 DEBUG : Added virtual directory entry vAddDir: "d" 2026/06/02 01:27:50 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/02 01:27:51 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:51 DEBUG : c: Looking for writers 2026/06/02 01:27:51 DEBUG : d: Looking for writers 2026/06/02 01:27:51 DEBUG : Looking for writers 2026/06/02 01:27:51 DEBUG : a: Looking for writers 2026/06/02 01:27:51 DEBUG : b: Looking for writers 2026/06/02 01:27:51 DEBUG : Looking for writers 2026/06/02 01:27:51 DEBUG : /: reading active writers 2026/06/02 01:27:51 DEBUG : a: reading active writers 2026/06/02 01:27:51 DEBUG : b: reading active writers 2026/06/02 01:27:51 DEBUG : c: reading active writers 2026/06/02 01:27:51 DEBUG : d: reading active writers 2026/06/02 01:27:51 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.23s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:51 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:51 DEBUG : Added virtual directory entry vAddDir: "a" 2026/06/02 01:27:51 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/06/02 01:27:51 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/06/02 01:27:51 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/06/02 01:27:51 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:51 DEBUG : a/b/c/d: Looking for writers 2026/06/02 01:27:51 DEBUG : a/b/c: Looking for writers 2026/06/02 01:27:51 DEBUG : d: reading active writers 2026/06/02 01:27:51 DEBUG : a/b: Looking for writers 2026/06/02 01:27:51 DEBUG : c: reading active writers 2026/06/02 01:27:51 DEBUG : a: Looking for writers 2026/06/02 01:27:51 DEBUG : b: reading active writers 2026/06/02 01:27:51 DEBUG : Looking for writers 2026/06/02 01:27:51 DEBUG : a: reading active writers 2026/06/02 01:27:51 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.03s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:51 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:51 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:51 DEBUG : Looking for writers 2026/06/02 01:27:51 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-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:51 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:51 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/02 01:27:51 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/02 01:27:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:51 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/06/02 01:27:51 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/06/02 01:27:51 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (5 bytes), uploading instead of streaming 2026/06/02 01:27:51 DEBUG : file1: size = 5 OK 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:51 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:51 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/02 01:27:51 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/02 01:27:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:51 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:51 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/06/02 01:27:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:51 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/02 01:27:51 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/02 01:27:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:51 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/02 01:27:51 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/02 01:27:51 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/06/02 01:27:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/02 01:27:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/02 01:27:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:51 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/02 01:27:51 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/02 01:27:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (0 bytes), uploading instead of streaming 2026/06/02 01:27:51 DEBUG : file1: size = 0 OK 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:51 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/02 01:27:51 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/02 01:27:51 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/02 01:27:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/02 01:27:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/02 01:27:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:51 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/02 01:27:51 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/02 01:27:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (7 bytes), uploading instead of streaming 2026/06/02 01:27:51 DEBUG : file1: size = 7 OK 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:51 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:51 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/06/02 01:27:51 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/06/02 01:27:51 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/02 01:27:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:51 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:51 DEBUG : Looking for writers 2026/06/02 01:27:51 DEBUG : file1: reading active writers 2026/06/02 01:27:51 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.56s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:51 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:51 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/02 01:27:51 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/02 01:27:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:51 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/06/02 01:27:52 DEBUG : file1: aborting in-sequence write wait, off=100 2026/06/02 01:27:52 DEBUG : file1: failed to wait for in-sequence write to 100 2026/06/02 01:27:52 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (11 bytes), uploading instead of streaming 2026/06/02 01:27:52 DEBUG : file1: size = 11 OK 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:52 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/02 01:27:52 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/02 01:27:52 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/02 01:27:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:52 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:52 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:52 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:53 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/02 01:27:53 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:53 DEBUG : Looking for writers 2026/06/02 01:27:53 DEBUG : file1: reading active writers 2026/06/02 01:27:53 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.33s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:53 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:53 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/02 01:27:53 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/02 01:27:53 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/06/02 01:27:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (5 bytes), uploading instead of streaming 2026/06/02 01:27:53 DEBUG : file1: size = 5 OK 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:53 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/02 01:27:53 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/02 01:27:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/02 01:27:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:53 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/06/02 01:27:53 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:53 DEBUG : Looking for writers 2026/06/02 01:27:53 DEBUG : file1: reading active writers 2026/06/02 01:27:53 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.12s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:53 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:53 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/02 01:27:53 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/02 01:27:53 DEBUG : file1: WriteFileHandle.Release closing 2026/06/02 01:27:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (0 bytes), uploading instead of streaming 2026/06/02 01:27:53 DEBUG : file1: size = 0 OK 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:53 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/02 01:27:53 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/02 01:27:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/02 01:27:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:53 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/06/02 01:27:53 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:53 DEBUG : Looking for writers 2026/06/02 01:27:53 DEBUG : file1: reading active writers 2026/06/02 01:27:53 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.11s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:53 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:53 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/02 01:27:53 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/02 01:27:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (2 bytes), uploading instead of streaming 2026/06/02 01:27:53 DEBUG : file1: size = 2 OK 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:53 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/02 01:27:53 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/06/02 01:27:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/02 01:27:53 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/06/02 01:27:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:53 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:53 DEBUG : Looking for writers 2026/06/02 01:27:53 DEBUG : file1: reading active writers 2026/06/02 01:27:53 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:53 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:53 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/02 01:27:53 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/02 01:27:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (0 bytes), uploading instead of streaming 2026/06/02 01:27:53 DEBUG : file1: size = 0 OK 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:53 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/02 01:27:53 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/02 01:27:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/02 01:27:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:53 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:53 DEBUG : file1: Open: flags=O_RDONLY 2026/06/02 01:27:53 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/02 01:27:53 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/02 01:27:53 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:53 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:53 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:53 DEBUG : Looking for writers 2026/06/02 01:27:53 DEBUG : file1: reading active writers 2026/06/02 01:27:53 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:53 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/02 01:27:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/02 01:27:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:53 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/02 01:27:53 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/02 01:27:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: File to upload is small (100 bytes), uploading instead of streaming 2026/06/02 01:27:53 DEBUG : file1: size = 100 OK 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/file1" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: bbd2935e63bf595e1a3534a986890a9c /rclone-test-qetaqud3pina/file1 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:53 DEBUG : file1: Parsed hash: bbd2935e63bf595e1a3534a986890a9c 2026/06/02 01:27:53 DEBUG : file1: md5 = bbd2935e63bf595e1a3534a986890a9c OK 2026/06/02 01:27:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/02 01:27:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/02 01:27:53 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/02 01:27:53 DEBUG : file1: Open: flags=O_RDONLY 2026/06/02 01:27:53 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/02 01:27:53 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/02 01:27:53 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:53 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:53 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:53 DEBUG : Looking for writers 2026/06/02 01:27:53 DEBUG : file1: reading active writers 2026/06/02 01:27:53 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:53 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/flat/f000.txt" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/flat/f000.txt 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/flat/f000.txt" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-qetaqud3pina/flat/f000.txt 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:53 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/flat/f000.txt" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/flat/f000.txt 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/flat/f000.txt" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-qetaqud3pina/flat/f000.txt 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:53 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/flat/f001.txt" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/flat/f001.txt 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/flat/f001.txt" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-qetaqud3pina/flat/f001.txt 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:53 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/flat/f001.txt" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/flat/f001.txt 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/flat/f001.txt" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-qetaqud3pina/flat/f001.txt 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:53 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/flat/f002.txt" 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/flat/f002.txt 2026/06/02 01:27:53 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/flat/f002.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-qetaqud3pina/flat/f002.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:54 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/flat/f002.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/flat/f002.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/flat/f002.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-qetaqud3pina/flat/f002.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:54 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/flat/f003.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/flat/f003.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/flat/f003.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-qetaqud3pina/flat/f003.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:54 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/flat/f003.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/flat/f003.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/flat/f003.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-qetaqud3pina/flat/f003.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:54 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/flat/f004.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/flat/f004.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/flat/f004.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-qetaqud3pina/flat/f004.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:54 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/flat/f004.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: sha1sum /rclone-test-qetaqud3pina/flat/f004.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qetaqud3pina/flat/f004.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-qetaqud3pina/flat/f004.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:54 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/06/02 01:27:54 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/06/02 01:27:54 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/06/02 01:27:54 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:54 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/flat/f000.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/flat/f000.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/flat/f000.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-qetaqud3pina/flat/f000.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:54 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/06/02 01:27:54 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/06/02 01:27:54 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/06/02 01:27:54 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:54 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/flat/f001.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/flat/f001.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/flat/f001.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-qetaqud3pina/flat/f001.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:54 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/06/02 01:27:54 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/06/02 01:27:54 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/06/02 01:27:54 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:54 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/flat/f002.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/flat/f002.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/flat/f002.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-qetaqud3pina/flat/f002.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:54 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/06/02 01:27:54 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/06/02 01:27:54 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/06/02 01:27:54 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:54 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/flat/f003.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/flat/f003.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/flat/f003.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-qetaqud3pina/flat/f003.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:54 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/06/02 01:27:54 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/06/02 01:27:54 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/06/02 01:27:54 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:54 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/flat/f004.txt" 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/flat/f004.txt 2026/06/02 01:27:54 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/flat/f004.txt" 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-qetaqud3pina/flat/f004.txt 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:55 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/06/02 01:27:55 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:55 DEBUG : flat: Looking for writers 2026/06/02 01:27:55 DEBUG : f000.txt: reading active writers 2026/06/02 01:27:55 DEBUG : f001.txt: reading active writers 2026/06/02 01:27:55 DEBUG : f002.txt: reading active writers 2026/06/02 01:27:55 DEBUG : f003.txt: reading active writers 2026/06/02 01:27:55 DEBUG : f004.txt: reading active writers 2026/06/02 01:27:55 DEBUG : Looking for writers 2026/06/02 01:27:55 DEBUG : flat: reading active writers 2026/06/02 01:27:55 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.50s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:55 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:55 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/06/02 01:27:55 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/06/02 01:27:55 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:55 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/a/b/c/deep.txt" 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/a/b/c/deep.txt 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/a/b/c/deep.txt" 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-qetaqud3pina/a/b/c/deep.txt 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:55 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/06/02 01:27:55 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/06/02 01:27:55 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/06/02 01:27:55 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:55 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/a/b/mid.txt" 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/a/b/mid.txt 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/a/b/mid.txt" 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-qetaqud3pina/a/b/mid.txt 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:55 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/06/02 01:27:55 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/06/02 01:27:55 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/06/02 01:27:55 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:55 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/a/top.txt" 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/a/top.txt 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/a/top.txt" 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-qetaqud3pina/a/top.txt 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:55 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/06/02 01:27:55 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:55 DEBUG : a/b/c: Looking for writers 2026/06/02 01:27:55 DEBUG : deep.txt: reading active writers 2026/06/02 01:27:55 DEBUG : a/b: Looking for writers 2026/06/02 01:27:55 DEBUG : c: reading active writers 2026/06/02 01:27:55 DEBUG : mid.txt: reading active writers 2026/06/02 01:27:55 DEBUG : a: Looking for writers 2026/06/02 01:27:55 DEBUG : b: reading active writers 2026/06/02 01:27:55 DEBUG : top.txt: reading active writers 2026/06/02 01:27:55 DEBUG : Looking for writers 2026/06/02 01:27:55 DEBUG : a: reading active writers 2026/06/02 01:27:55 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.34s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:55 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/bigdir/big.bin" 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/bigdir/big.bin 2026/06/02 01:27:55 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/bigdir/big.bin" 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 753c5b7a59b406db476a5b8c2ec16335 /rclone-test-qetaqud3pina/bigdir/big.bin 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:56 DEBUG : bigdir/big.bin: Parsed hash: 753c5b7a59b406db476a5b8c2ec16335 2026/06/02 01:27:56 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:56 DEBUG : bigdir: Looking for writers 2026/06/02 01:27:56 DEBUG : big.bin: reading active writers 2026/06/02 01:27:56 DEBUG : Looking for writers 2026/06/02 01:27:56 DEBUG : bigdir: reading active writers 2026/06/02 01:27:56 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.73s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-qetaqud3pina", Local "Local file system at /tmp/rclone2705449872", Modify Window "1s" 2026/06/02 01:27:56 INFO : sftp://rclone@:22/rclone-test-qetaqud3pina: poll-interval is not supported by this remote 2026/06/02 01:27:56 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/06/02 01:27:56 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/06/02 01:27:56 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:56 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir1/a.txt" 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir1/a.txt 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir1/a.txt" 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-qetaqud3pina/dir1/a.txt 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:56 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/06/02 01:27:56 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/06/02 01:27:56 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/06/02 01:27:56 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:56 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir2/b.txt" 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir2/b.txt 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir2/b.txt" 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: 415290769594460e2e485922904f345d /rclone-test-qetaqud3pina/dir2/b.txt 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:56 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/06/02 01:27:56 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/06/02 01:27:56 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/06/02 01:27:56 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/02 01:27:56 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Shell path "/rclone-test-qetaqud3pina/dir3/c.txt" 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: creating additional session 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Running remote command: md5sum /rclone-test-qetaqud3pina/dir3/c.txt 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qetaqud3pina/dir3/c.txt" 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: command exited OK 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-qetaqud3pina/dir3/c.txt 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: ssh external: close 2026/06/02 01:27:56 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/06/02 01:27:56 DEBUG : WaitForWriters: timeout=30s 2026/06/02 01:27:56 DEBUG : dir1: Looking for writers 2026/06/02 01:27:56 DEBUG : a.txt: reading active writers 2026/06/02 01:27:56 DEBUG : dir2: Looking for writers 2026/06/02 01:27:56 DEBUG : b.txt: reading active writers 2026/06/02 01:27:56 DEBUG : dir3: Looking for writers 2026/06/02 01:27:56 DEBUG : c.txt: reading active writers 2026/06/02 01:27:56 DEBUG : Looking for writers 2026/06/02 01:27:56 DEBUG : dir2: reading active writers 2026/06/02 01:27:56 DEBUG : dir3: reading active writers 2026/06/02 01:27:56 DEBUG : dir1: reading active writers 2026/06/02 01:27:56 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.32s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/06/02 01:27:56 DEBUG : sftp://rclone@:22/rclone-test-qetaqud3pina: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.657105887s (try 1/5)